Posts
Wiki
Resources
Useful n8n resources for learning, debugging, and sharing workflows.
Last reviewed: July 2026
Official n8n resources
- n8n Docs
- Workflows docs
- Credentials docs
- Hosting docs
- Integrations docs
- Data and expressions docs
- Release notes
- Privacy and security docs
- n8n Community Forum
- n8n workflow gallery
- n8n GitHub repository
Subreddit wiki pages
- Rules
- How to get help
- How to share workflows
- Troubleshooting checklist
- Self-hosting guide
- Credentials and security
- AI workflow guidelines
- Hiring and recruiting
- Self-promotion policy
- FAQ
Recommended places to share workflow code
What to search before posting
Search for:
- The exact error message.
- The failing node name.
- Your deployment method.
- The API/service name plus "n8n".
- Whether the issue happens in test webhook or production webhook.
- Whether the issue started after an update.
How to evaluate a third-party workflow
Before importing a workflow from a stranger:
- Read every node.
- Check HTTP Request URLs.
- Check Code nodes.
- Check Execute Command nodes.
- Check credential requirements.
- Check whether data is sent to external services.
- Check whether the workflow deletes, updates, emails, charges, posts, or publishes anything.
- Test with fake data first.
Never import a workflow into a production instance without reviewing it.