--- #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 ![View templates icon](/_images/common-icons/templates.png){.off-glb} **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"