diff --git a/docs/en/index.md b/docs/en/index.md
index 62398e1..9712fd3 100644
--- a/docs/en/index.md
+++ b/docs/en/index.md
@@ -128,37 +128,6 @@ See http://www.w3.org/International/articles/language-tags/ for a detailed descr
To ensure that your template declares the correct content language, please see [i18n](i18n#declaring_the_content_language_in_html).
-### User Permissions
-
-Permissions to view and create translations are managed through the CMS, based on security groups
-defined in the "Security" section (`admin/security`). By default, all CMS users with rights to create and edit pages
-can also create translations. This can be restricted by removing the "Translate into all available languages" permission,
-and replacing it with language specific permissions.
-
-You can further restrict viewing and editing rights on a specific language through the "Settings" section (`admin/settings`).
-Each language has its own configuration "translation", and you can configure access to groups there.
-
-Here's an example setup which allows content authors to write only English master content,
-while translators can only write German translations, but still see readonly versions of the English master content.
-
-Group: Administrator
-
- * Has "Full administrative rights" permission
-
-Group: Content Author English
-
- * Has "View language dropdown" permission
- * Has "Translate into English" permission
- * Is part of "Who can edit pages?" in "Settings" for "English"
- * Is part of "Who can create pages?" in "Settings" for "English"
-
-Group: Translator German
-
- * Has "View language dropdown" permission
- * Has "Translate into German" permission
- * Is part of "Who can edit pages?" in "Settings" for "German"
- * Is part of "Who can create pages?" in "Settings" for "German"
-
### Usage
Getting a translation for an existing instance:
diff --git a/docs/en/userguide/_images/EnsureLangaugeSelect.jpg b/docs/en/userguide/_images/EnsureLangaugeSelect.jpg
new file mode 100644
index 0000000..6d36dbb
Binary files /dev/null and b/docs/en/userguide/_images/EnsureLangaugeSelect.jpg differ
diff --git a/docs/en/userguide/_images/JapanSiteTitleandSettings.jpg b/docs/en/userguide/_images/JapanSiteTitleandSettings.jpg
new file mode 100644
index 0000000..72c916a
Binary files /dev/null and b/docs/en/userguide/_images/JapanSiteTitleandSettings.jpg differ
diff --git a/docs/en/userguide/_images/SelectlanguagetoCreate.jpg b/docs/en/userguide/_images/SelectlanguagetoCreate.jpg
new file mode 100644
index 0000000..9c1d294
Binary files /dev/null and b/docs/en/userguide/_images/SelectlanguagetoCreate.jpg differ
diff --git a/docs/en/userguide/_images/SettingsJapanSelect.jpg b/docs/en/userguide/_images/SettingsJapanSelect.jpg
new file mode 100644
index 0000000..3b79e11
Binary files /dev/null and b/docs/en/userguide/_images/SettingsJapanSelect.jpg differ
diff --git a/docs/en/userguide/_images/SettingsTranslations.jpg b/docs/en/userguide/_images/SettingsTranslations.jpg
new file mode 100644
index 0000000..f46b253
Binary files /dev/null and b/docs/en/userguide/_images/SettingsTranslations.jpg differ
diff --git a/docs/en/userguide/_images/TranslatableCreateForm.jpg b/docs/en/userguide/_images/TranslatableCreateForm.jpg
new file mode 100644
index 0000000..07598b8
Binary files /dev/null and b/docs/en/userguide/_images/TranslatableCreateForm.jpg differ
diff --git a/docs/en/userguide/_images/TranslatableImage.jpg b/docs/en/userguide/_images/TranslatableImage.jpg
new file mode 100644
index 0000000..2963fd8
Binary files /dev/null and b/docs/en/userguide/_images/TranslatableImage.jpg differ
diff --git a/docs/en/userguide/_images/TranslatableInstalledDefault.jpg b/docs/en/userguide/_images/TranslatableInstalledDefault.jpg
new file mode 100644
index 0000000..abba5ff
Binary files /dev/null and b/docs/en/userguide/_images/TranslatableInstalledDefault.jpg differ
diff --git a/docs/en/userguide/_images/TranslatedPage.jpg b/docs/en/userguide/_images/TranslatedPage.jpg
new file mode 100644
index 0000000..8d3d204
Binary files /dev/null and b/docs/en/userguide/_images/TranslatedPage.jpg differ
diff --git a/docs/en/userguide/_images/TranslatedPageFinished.jpg b/docs/en/userguide/_images/TranslatedPageFinished.jpg
new file mode 100644
index 0000000..7ec2d6d
Binary files /dev/null and b/docs/en/userguide/_images/TranslatedPageFinished.jpg differ
diff --git a/docs/en/userguide/about-translatable.md b/docs/en/userguide/about-translatable.md
new file mode 100644
index 0000000..600357c
--- /dev/null
+++ b/docs/en/userguide/about-translatable.md
@@ -0,0 +1,16 @@
+# Understanding translatable content
+
+The SilverStripe Translatable module allows you to create and edit multiple pages in various languages. This module also adds the ability for your users to select which language of a page they wish to view.
+
+
+Notes:
+
+The SilverStripe Translatable module does not translate content automatically, content authors will need to enter the translated content manually for each translated page.
+
+
+To begin translating content select a page in your site tree from the "Pages" admin. You can see in the below image:
+
+* The language drop down above your site tree - This allows you to select which translated pages to edit
+* The 'Translations' tab - This allows you to create a translated version of the selected page
+
+![Translatable Default Pages Form](_images/TranslatableInstalledDefault.jpg)
\ No newline at end of file
diff --git a/docs/en/userguide/index.md b/docs/en/userguide/index.md
new file mode 100644
index 0000000..6bccd84
--- /dev/null
+++ b/docs/en/userguide/index.md
@@ -0,0 +1,17 @@
+title: Working with translations
+summary: Adding translated content to your website.
+
+# Working with translations
+
+## Before we begin
+
+ - Make sure that your SilverStripe CMS installation has the [Translatable](https://addons.silverstripe.org/add-ons/silverstripe/translatable/) module installed.
+ - Make sure you have permissions to apply translations to pages in available languages
+
+## Translation features
+ - [About translations in SilverStripe CMS](about-translatable.md)
+ - [Translating content](translating-content.md)
+ - [Translating site wide settings](translating-settings.md)
+ - [User permissions](user-permissions.md)
+
+
diff --git a/docs/en/userguide/translating-content.md b/docs/en/userguide/translating-content.md
new file mode 100644
index 0000000..23ecea6
--- /dev/null
+++ b/docs/en/userguide/translating-content.md
@@ -0,0 +1,23 @@
+# Translating content
+
+To translate a selected page, click on the 'Translations' tab.
+
+![Add Translation](_images/TranslatableCreateForm.jpg)
+
+Then select the desired language you want to translate the content into from the 'Language' drop down field.
+
+![Select language dropdown menu](_images/SelectlanguagetoCreate.jpg)
+
+Then click 'Create'.
+
+You will then be presented with a new site tree in the "Pages" admin containing a duplicated page for the language you selected:
+
+![Translated Site tree](_images/EnsureLangaugeSelect.jpg)
+
+![Translatable page](_images/TranslatedPage.jpg)
+
+You can now edit this page's content with the desired translated content. You can enter translated content directly into each field of the page, for example you can enter translated content into the Page Name, Navigation Label and content fields.
+
+![Translatable page after content as been added](_images/TranslatedPageFinished.jpg)
+
+Just like publishing your standard content, click 'Save & Publish' and you now have a translated version of the original page you selected.
\ No newline at end of file
diff --git a/docs/en/userguide/translating-settings.md b/docs/en/userguide/translating-settings.md
new file mode 100644
index 0000000..37ffd93
--- /dev/null
+++ b/docs/en/userguide/translating-settings.md
@@ -0,0 +1,9 @@
+# Translating your site title and settings
+
+To translate your site title and settings, select 'Settings' from the left menu, then click the 'Translations' tab, then select the language from the list of existing languages you wish to edit.
+
+![Translatable settings](_images/SettingsJapanSelect.jpg)
+
+You can then add your translated content into each field:
+
+![Translatable settings Japanese](_images/JapanSiteTitleandSettings.jpg)
diff --git a/docs/en/userguide/user-permissions.md b/docs/en/userguide/user-permissions.md
new file mode 100644
index 0000000..64497c5
--- /dev/null
+++ b/docs/en/userguide/user-permissions.md
@@ -0,0 +1,30 @@
+# User Permissions
+
+Permissions to view and create translations are managed through the CMS, based on security groups
+defined in the "Security" section (`admin/security`). By default, all CMS users with rights to create and edit pages
+can also create translations. This can be restricted by removing the "Translate into all available languages" permission,
+and replacing it with language specific permissions.
+
+You can further restrict viewing and editing rights on a specific language through the "Settings" section (`admin/settings`).
+Each language has its own configuration "translation", and you can configure access to groups there.
+
+Here's an example setup which allows content authors to write only English master content,
+while translators can only write German translations, but still see readonly versions of the English master content.
+
+Group: Administrator
+
+ * Has "Full administrative rights" permission
+
+Group: Content Author English
+
+ * Has "View language dropdown" permission
+ * Has "Translate into English" permission
+ * Is part of "Who can edit pages?" in "Settings" for "English"
+ * Is part of "Who can create pages?" in "Settings" for "English"
+
+Group: Translator German
+
+ * Has "View language dropdown" permission
+ * Has "Translate into German" permission
+ * Is part of "Who can edit pages?" in "Settings" for "German"
+ * Is part of "Who can create pages?" in "Settings" for "German"
\ No newline at end of file