Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.
Go to file
2025-08-07 12:55:57 +01:00
_doctools Change repo links to absolute file paths (#2829) 2025-02-11 17:40:26 +00:00
_glossary DOC-1094: Update AI Agent node to critical tier template (#2465) 2024-09-23 15:49:40 -04:00
_lychee Fix lychee (#3404) 2025-07-24 10:58:15 +01:00
_overrides improve widget and kapa CSS on mobile, and finally fix that logo text… (#3446) 2025-08-06 15:42:07 +01:00
_snippets Update latest and next version numbers (#3440) 2025-08-05 15:15:50 +01:00
_submodules Doc 1570 update theme (#3444) 2025-08-06 16:09:11 +01:00
_yaml edits 2024-03-21 13:23:48 +00:00
.github Doc 1570 update theme (#3444) 2025-08-06 16:09:11 +01:00
archive clear out old link syntax (#3402) 2025-07-24 15:26:35 +01:00
docs limit search to docs (#3453) 2025-08-07 12:55:57 +01:00
docs-site-feature-tests clear out old link syntax (#3402) 2025-07-24 15:26:35 +01:00
document-templates clear out old link syntax (#3402) 2025-07-24 15:26:35 +01:00
styles also cover how many (#3450) 2025-08-07 10:23:45 +01:00
.editorconfig update theme and fix admonitions (#1644) 2023-10-10 14:33:40 +01:00
.gitignore add pageinfo.py tool (#2816) 2025-02-05 14:53:06 +00:00
.gitmodules maybe with ssh 2023-02-01 16:58:36 +00:00
.prettierignore Add information for Slack signing secret (#3436) 2025-08-06 11:22:30 +01:00
.vale.ini also cover how many (#3450) 2025-08-07 10:23:45 +01:00
CNAME
CODE_OF_CONDUCT.md
CONTRIBUTING.md wip 2023-07-17 14:30:53 +01:00
CONTRIBUTOR_LICENSE_AGREEMENT.md
LICENSE.md
lychee.toml Remove additional external link decorators (#3410) 2025-07-25 14:16:26 +01:00
main.py Modify workflowDemo function to try to serve local JSON (#2584) 2024-11-04 16:31:55 +00:00
mkdocs.yml Doc 1570 update theme (#3444) 2025-08-06 16:09:11 +01:00
nav.yml Doc 1570 update theme (#3444) 2025-08-06 16:09:11 +01:00
netlify.toml Doc 1570 update theme (#3444) 2025-08-06 16:09:11 +01:00
README.md Doc 1570 update theme (#3444) 2025-08-06 16:09:11 +01:00
requirements.txt Doc 1570 update theme (#3444) 2025-08-06 16:09:11 +01:00
runtime.txt Bump Python version to 3.12 (#2821) 2025-02-17 17:07:56 +00:00

Banner image

n8n Docs

This repository hosts the documentation for n8n, an extendable workflow automation tool which enables you to connect anything to everything. The documentation is live at docs.n8n.io.

Previewing and building the documentation locally

Prerequisites

  • Python 3.8 or above
  • Pip
  • n8n recommends using a virtual environment when working with Python, such as venv.
  • Follow the recommended configuration and auto-complete guidance for the theme. This will help when working with the mkdocs.yml file.
  • The repo includes a .editorconfig file. Make sure your local editor settings do not override these settings. In particular:
    • Don't allow your editor to replace tabs with spaces. This can affect our code samples (which must retain tabs for people building nodes).
    • One tab must be equivalent to four spaces.

Steps

For members of the n8n GitHub organization:

  1. Set up an SSH token and add it to your GitHub account. Refer to GitHub | About SSH for guidance.

  2. Then run these commands:

    git clone --recurse-submodules git@github.com:n8n-io/n8n-docs.git
    cd n8n-docs
    # Set up virtual environment if using one (steps depend on your system)
    # Install dependencies
    pip install -r requirements.txt
    pip install _submodules/insiders
    

For external contributors:

Rely on the preview builds on pull requests, or use the free version of Material for MkDocs (most things are the same, some formatting may be missing)

Fork the repository, then:

git clone https://github.com/<your-username>/n8n-docs.git
cd n8n-docs
pip install -r requirements.txt
pip install mkdocs-material

To serve a local preview:

mkdocs serve --strict

Contributing

Please read the CONTRIBUTING guide.

You can find style guidance in the wiki.

Support

If you have problems or questions, head to n8n's forum: https://community.n8n.io

License

n8n-docs is fair-code licensed under the Sustainable Use License.

More information about the license is available in the License documentation.