n8n workflow templates significantly accelerate your automation work by providing preconfigured solutions for common business processes. With the right templates, you can immediately become more productive without having to create every automation from scratch. To understand the engine behind these workflows, read how n8n works under the hood.
n8n
n8n workflow automation: tutorials, templates, self-hosting guides, and integration examples. Build powerful automations without coding.
n8n functions at a glance: What workflow automation offers
n8n is a powerful workflow automation platform that is characterized by its flexible open source architecture and intuitive interface. The following key points give you an overview of the most important functions and possible applications: The visual workflow creation allows you to connect different services by simple drag-and-drop without any programming knowledge, which greatly simplifies … Read more
How n8n works: Detailed insight into workflow automation
TL;DR How n8n works — in 60 seconds Node-based engine: Every automation step is a visual node — trigger, action, or logic. You connect them on a canvas like a flowchart, no code required. JSON data flow: Nodes pass structured JSON to each other. You can inspect, filter, and transform this data in real time … Read more
n8n Troubleshooting: 7 Runtime Errors and Fixes
Part of our AI Agents Guide. For the full picture, see our complete AI Agents Guide. BLUF: Reliable n8n troubleshooting starts with the failed execution, not with random node changes. Identify the first failing node, inspect its input and output, verify credentials and endpoint configuration, then reproduce the failure with controlled data. Use this guide … Read more
n8n-Tutorial: Scraping websites with n8n and MCP
In this quick tutorial, we will show you how to easily extract content from websites using scraping. We use a locally hosted n8n workflow and the scraping solution Firecrawl via MCP server. For ambitious beginners and advanced users.
n8n-Tutorial: Summarize text and post it on WordPress
In this n8n workflow tutorial, you create a text summary from a PDF and post it as a new WordPress page. For n8n beginners and those interested.
AI agents – The most important multi-agent tools and frameworks
AI agents can work together and carry out actions independently. This enables them to achieve better results than normal generative AI solutions. We show the most important tools and frameworks for creating AI agents with and without coding.
n8n Tutorial: Using the AI agent framework for free on your own server (self-hosting)
📖 This article is part of our complete AI Agents guide. Read the full guide →
With the popular automation solution n8n, you can easily automate your workflows using AI agents and many tool connectors. Our tutorial shows you how to install n8n on your own computer or server.