File size: 1,254 Bytes
0a84888 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
description: Use workflow templates
contentType: howto
---
# Workflow templates
When creating a new workflow, you can choose whether to start with an empty workflow, or use an existing [template](/glossary.md#template-n8n).
Templates provide:
* Help getting started: n8n might already have a template that does what you need.
* Examples of what you can build
* Best practices for creating your own workflows
## Access templates
Select <span class="inline-image">{.off-glb}</span> **Templates** to view the templates library.
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 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"
|