diff --git a/_snippets/workflows/templates/custom-templates-library.md b/_snippets/workflows/templates/custom-templates-library.md
new file mode 100644
index 00000000000..9937b5b5b94
--- /dev/null
+++ b/_snippets/workflows/templates/custom-templates-library.md
@@ -0,0 +1,23 @@
+In your environment variables, set `N8N_TEMPLATES_HOST` to the base URL of your API.
+
+Your API must provide the same endpoints and data structure as n8n's.
+
+The endpoints are:
+
+| Method | Path |
+| ------ | ---- |
+| GET | /templates/workflows/`<id>` |
+| GET | /templates/workflows |
+| GET | /templates/collections/`<id>` |
+| GET | /templates/collections | 
+| GET | /templates/categories |
+| GET | /health |
+
+To learn about the data structure, try out n8n's API endpoints:
+
+[https://api.n8n.io/templates/categories](https://api.n8n.io/templates/categories){:target=_blank .external-link}  
+[https://api.n8n.io/templates/collections](https://api.n8n.io/templates/collections){:target=_blank .external-link}  
+[https://api.n8n.io/templates/workflows](https://api.n8n.io/templates/workflows){:target=_blank .external-link}  
+[https://api.n8n.io/health](https://api.n8n.io/health){:target=_blank .external-link}  
+
+You can also [contact us](mailto:support@n8n.io) for more support.
diff --git a/_snippets/workflows/templates/disable-templates.md b/_snippets/workflows/templates/disable-templates.md
new file mode 100644
index 00000000000..5e63b5a182d
--- /dev/null
+++ b/_snippets/workflows/templates/disable-templates.md
@@ -0,0 +1 @@
+In your environment variables, set `N8N_TEMPLATES_ENABLED` to false.
diff --git a/_snippets/workflows/submit-templates.md b/_snippets/workflows/templates/submit-templates.md
similarity index 100%
rename from _snippets/workflows/submit-templates.md
rename to _snippets/workflows/templates/submit-templates.md
diff --git a/docs/_images/common-icons/templates.png b/docs/_images/common-icons/templates.png
new file mode 100644
index 00000000000..be01a55cc99
Binary files /dev/null and b/docs/_images/common-icons/templates.png differ
diff --git a/docs/contributing.md b/docs/contributing.md
index 3ff9ee8d207..11353a29fa5 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -31,7 +31,7 @@ The following video demonstrates the steps of sharing workflows on the community
 
 ## Contribute a workflow template
 
---8<-- "_snippets/workflows/submit-templates.md"
+--8<-- "_snippets/workflows/templates/submit-templates.md"
 
 ## Build a node
 
diff --git a/docs/embed/workflow-templates.md b/docs/embed/workflow-templates.md
index e05261a5428..05571af6216 100644
--- a/docs/embed/workflow-templates.md
+++ b/docs/embed/workflow-templates.md
@@ -14,35 +14,13 @@ n8n provides a library of workflow templates. When embedding n8n, you can:
 
 ## Disable workflow templates
 
-In your environment variables, set `N8N_TEMPLATES_ENABLED` to false.
+--8<-- "_snippets/workflows/templates/disable-templates.md"
 
 ## Use your own workflow templates library
 
-In your environment variables, set `N8N_TEMPLATES_HOST` to the base URL of your API.
-
-Your API must provide the same endpoints and data structure as n8n's.
-
-The endpoints are:
-
-| Method | Path |
-| ------ | ---- |
-| GET | /templates/workflows/`<id>` |
-| GET | /templates/workflows |
-| GET | /templates/collections/`<id>` |
-| GET | /templates/collections | 
-| GET | /templates/categories |
-| GET | /health |
-
-To learn about the data structure, try out n8n's API endpoints:
-
-[https://api.n8n.io/templates/categories](https://api.n8n.io/templates/categories){:target=_blank .external-link}  
-[https://api.n8n.io/templates/collections](https://api.n8n.io/templates/collections){:target=_blank .external-link}  
-[https://api.n8n.io/templates/workflows](https://api.n8n.io/templates/workflows){:target=_blank .external-link}  
-[https://api.n8n.io/health](https://api.n8n.io/health){:target=_blank .external-link}  
-
-You can also [contact us](mailto:support@n8n.io) for more support.
+--8<-- "_snippets/workflows/templates/custom-templates-library.md"
 
 ## Add your workflows to the n8n library
 
---8<-- "_snippets/workflows/submit-templates.md"
+--8<-- "_snippets/workflows/templates/submit-templates.md"
 
diff --git a/docs/try-it-out/quickstart.md b/docs/try-it-out/quickstart.md
index d05de81bccb..c4653a5eea1 100644
--- a/docs/try-it-out/quickstart.md
+++ b/docs/try-it-out/quickstart.md
@@ -21,10 +21,10 @@ You will:
 
 n8n provides a quickstart template using training nodes. This allows you to work with fake data, and avoids setting up credentials.
 
-1. Select **Templates**.
+1. Select **Templates**. n8n opens the templates library on the website.
 2. Search for `Very quick quickstart`.
 3. Select the **Very quick quickstart** template to preview it.
-4. Select **Use this workflow** to open the template in your own editor.
+4. Select **Use workflow** to open the template in your own editor.
 
 This workflow:
 
diff --git a/docs/workflows/templates.md b/docs/workflows/templates.md
index 99b88f463fe..199fed875e2 100644
--- a/docs/workflows/templates.md
+++ b/docs/workflows/templates.md
@@ -13,18 +13,21 @@ Templates provide:
 * Examples of what you can build
 * Best practices for creating your own workflows
 
-## Use a workflow template
+## Access templates
 
-1. In the sidebar, click **Templates**.
-2. Browse or search the workflow templates list.
-3. Click a workflow to view more information. n8n opens the workflow details page.
-4. On the workflow details page, click **Use this workflow**. n8n opens the workflow.
-5. Click **Save** to add the workflow to your workflows.
+Select <span class="inline-image">![View templates icon](/_images/common-icons/templates.png)</span> **Templates** to view the templates library.
 
-/// note | Workflow templates are available in 0.165.0 and above
-Workflow templates are available on all flavors of n8n. If you can't access workflow templates in n8n, check that your n8n version is 0.165.0 or above, and check whether you are using a self-hosted or embedded version of n8n with templates disabled.
-///
+If you use n8n's template library, this takes you to browse [Workflows on the n8n website](https://n8n.io/workflows/){:target=_blank .external-link}. If you use a custom library provided by your organization, you'll be able to search and browse the templates within the app.
 
-## Add your workflow to the library
 
---8<-- "_snippets/workflows/submit-templates.md"
+## Add your workflow to the n8n library
+
+--8<-- "_snippets/workflows/templates/submit-templates.md"
+
+## Self-hosted n8n: Disable templates
+
+--8<-- "_snippets/workflows/templates/disable-templates.md"
+
+## Self-hosted n8n: Use your own library
+
+--8<-- "_snippets/workflows/templates/custom-templates-library.md"