mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
18 lines
648 B
Markdown
18 lines
648 B
Markdown
---
|
|
description: "Learn about the key components of automation in n8n."
|
|
contentType: overview
|
|
---
|
|
|
|
# Workflows
|
|
|
|
A workflow is a connection of nodes connected together to automate a process.
|
|
|
|
|
|
* [Create](/workflows/create/) a workflow.
|
|
* Use [Workflow templates](/workflows/templates/) to help you get started.
|
|
* Learn about the key [components](/workflows/components/) of an automation in n8n.
|
|
* Debug using the [Executions](/workflows/executions/) list.
|
|
* [Share](/workflows/sharing/) workflows between users.
|
|
|
|
If it's your first time building a workflow, you may want to use the [quickstart guides](/try-it-out/) to quickly try out n8n features.
|