Very quick quickstart
Want to learn the basics of n8n? Our comprehensive [quick quickstart](https://docs.n8n.io/try-it-out/quickstart/) tutorial is here to guide…
View on n8n.io →Enrich records with AI-generated summaries, classifications, or embeddings.
AI enrichment workflows use language models, embedding pipelines, and classification APIs to add structured intelligence to raw records. Templates in this category take unstructured input — a support ticket, a product review, a contact record, a scraped web page — and return summaries, sentiment scores, category labels, embeddings for vector search, or generated fields that would otherwise require manual review. Simple workflows call a single AI model and write the output back to one field; intermediate builds chain multiple models or add conditional branching based on classification output; advanced workflows orchestrate multi-step enrichment pipelines with fallback logic, cost controls, and output validation. AI adoption is by definition 100% in this category. Demand Score reflects builder engagement — high-view templates signal enrichment patterns that are widely applicable across industries. Because AI enrichment is one of the fastest-moving areas in automation, Demand Score velocity is particularly meaningful. Paid members access ranked demand intelligence showing which enrichment patterns are gaining adoption fastest.
Showing 1–50 of 630 templates, ordered by views
Very quick quickstart
Want to learn the basics of n8n? Our comprehensive [quick quickstart](https://docs.n8n.io/try-it-out/quickstart/) tutorial is here to guide…
View on n8n.io →RAG chatbot for company documents using Google Drive and Gemini
This workflow implements a Retrieval Augmented Generation (RAG) chatbot that answers employee questions based on company documents stored in…
View on n8n.io →Chat with a database using AI
This workflow allows you to ask questions about data stored in a database using AI. To use it, you'll need an OpenAI API key (although you…
View on n8n.io →Chat with local LLMs using n8n and Ollama
Chat with local LLMs using n8n and Ollama This n8n workflow allows you to seamlessly interact with your self-hosted Large Language Models (L…
View on n8n.io →Ask questions about a PDF using AI
The workflow first populates a Pinecone index with vectors from a Bitcoin whitepaper. Then, it waits for a manual chat message. When receive…
View on n8n.io →Chat with PDF docs using AI (quoting sources)
This workflow allows you to ask questions about a PDF document. The answers are provided by an AI model of your choice, and the answer inclu…
View on n8n.io →Suggest meeting slots using AI
The purpose of this n8n workflow is to automate the process of identifying incoming Gmail emails that are requesting an appointment, evaluat…
View on n8n.io →Local chatbot with retrieval augmented generation (RAG)
Build a 100% local RAG with n8n, Ollama and Qdrant. This agent uses a semantic database (Qdrant) to answer questions about PDF files. Tutor…
View on n8n.io →Chat with Postgresql database
Who is this template for? This workflow template is designed for any professionals seeking relevent data from database using natural langua…
View on n8n.io →RAG Starter Template using Simple Vector Stores, Form trigger and OpenAI
This template quickly shows how to use RAG in n8n. Who is this for? This template is for everyone who wants to start giving knowledge to th…
View on n8n.io →Preparing data to be sent to a service
Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc. Why: Spreadsheets and databases r…
View on n8n.io →AI automated HR workflow for CV analysis and candidate evaluation
How it Works This workflow automates the process of handling job applications by extracting relevant information from submitted CVs, analyz…
View on n8n.io →Chat with a Google Sheet using AI
This workflow allows you to ask questions about the data in a Google Sheet over a chat interface. It uses n8n's built-in chat, but could be…
View on n8n.io →Scrape any web page into structured JSON data with ScrapeNinja and AI
Disclaimer: This template only works on self-hosted for now, as it uses a community node. Use Case Web scrapers often break due to web page…
View on n8n.io →Generate SQL queries from schema only - AI-powered
This workflow is a modification of the previous template on how to [create an SQL agent with LangChain and SQLite](https://n8n.io/workflows/…
View on n8n.io →Gmail campaign sender: Bulk-send emails and follow up automatically if no reply
This workflow allows you to send multi-step email campaigns using n8n, Gmail and Google Sheets. You define a sequence of emails, and a list…
View on n8n.io →AI: conversational agent with custom tool written in JavaScript
This workflow implements a custom tool via JavaScript code which returns a random color to users and excludes the given colors. Note that t…
View on n8n.io →Notion AI assistant generator
This n8n workflow template lets teams easily generate a custom AI chat assistant based on the schema of any Notion database. Simply provide…
View on n8n.io →AI chat with any data source (using the n8n workflow tool)
This AI agent can access data provided by another n8n workflow. Since that workflow can be used to retrieve any data from any service, this…
View on n8n.io →N8N for beginners: looping over items
N8N for Beginners: Looping Over Items Description This workflow is designed for n8n beginners to understand how n8n handles looping (itera…
View on n8n.io →Use an open-source LLM (via HuggingFace)
This workflow demonstrates how to connect an open-source model to a Basic LLM node. The workflow is triggered when a new manual chat messag…
View on n8n.io →Load and summarize Google Drive files with AI
This workflow includes advanced features like text summarization and tokenization, it's ideal for automating document processing tasks that…
View on n8n.io →Supabase insertion & upsertion & retrieval
This is a demo workflow to showcase how to use Supabase to embed a document, retrieve information from the vector store via chat and update…
View on n8n.io →Invoice processor & validator with OCR, AI & Google Sheets
📝 Say goodbye to manual invoice checking! This smart workflow automates your entire invoice processing pipeline using AI, OCR, and Google…
View on n8n.io →Breakdown documents into study notes using templating MistralAI and Qdrant
This n8n workflow takes in a document such as a research paper, marketing or sales deck or company filings, and breaks them down into 3 temp…
View on n8n.io →Automate image validation tasks using AI Vision
This n8n workflow shows how using multimodal LLMs with AI vision can tackle tricky image validation tasks which are near impossible to achie…
View on n8n.io →Generate SEO seed keywords using AI
What this workflow does: This flow uses an AI node to generate Seed Keywords to focus SEO efforts on based on your ideal customer profile. Y…
View on n8n.io →💥🛠️Build a web search chatbot with GPT-4o and MCP Brave Search
MCP AI Chatbot using Brave Search Disclaimer: This workflow only works with local installations of n8n because it uses a community MCP nod…
View on n8n.io →Iterative content refinement with GPT-4 multi-agent feedback system
Who's it for This workflow is designed for users who want to implement iterative AI-powered content improvement processes. It's ideal for co…
View on n8n.io →Automate blog content creation with OpenAI, Google Sheets & email approval flow
Who is this for? This workflow is perfect for: * Digital marketers who need to scale SEO-optimized content production * Bloggers and content…
View on n8n.io →Chatbot appointment scheduler with Google Calendar for dental assistant
This workflow template is designed for dental assistants and anyone looking to automate appointment scheduling. It integrates Google Calenda…
View on n8n.io →Extract expenses from emails and add to Google Sheets
This workflow will check a mailbox for new emails and if the Subject contains Expenses or Reciept it will send the attachment to Mindee for…
View on n8n.io →AI agent to chat with Supabase/PostgreSQL DB
Video Guide I prepared a detailed guide that showed the whole process of building a resume analyzer. [](https://youtu.be/-GgKzhCNxjk) Who…
View on n8n.io →AI-powered research assistant for platform questions with GPT-4o and MCP
Description This workflow empowers you to effortlessly get answers to your n8n platform questions through an AI-powered assistant. Simply s…
View on n8n.io →🤖 Automate CV screening with AI candidate analysis
How it works This workflow automates your initial hiring pipeline by creating an AI-powered CV scanner. It collects job applications throug…
View on n8n.io →AI-powered RAG workflow for stock earnings report analysis
This n8n workflow creates a financial analysis tool that generates reports on a company's quarterly earnings using the capabilities of OpenA…
View on n8n.io →Automate google analytics reporting
Automate Google Analytics Reporting with n8n This n8n workflow collects, processes, and formats Google Analytics data into a comprehensive…
View on n8n.io →Intelligent AI digest for security, privacy, and compliance feeds
How it works This workflow acts like your own personal AI assistant, automatically fetching and summarizing the most relevant Security, Priv…
View on n8n.io →Qualifying appointment requests with AI & n8n forms
This n8n template builds upon a simple appointment request form design which uses AI to qualify if the incoming enquiry is suitable and/or t…
View on n8n.io →Scalable multi-agent chat using @mentions
Summary Engage multiple, uniquely configured AI agents (using different models via OpenRouter) in a single conversation. Trigger specific a…
View on n8n.io →Force AI to use a specific output format
This workflow is for anyone looking to automatically fetch, validate, and parse complex language-based queries into a structured format. Its…
View on n8n.io →Custom LangChain agent written in JavaScript
This workflow has multiple functionalities. It starts with a manual trigger, "When clicking 'Execute Workflow'", that activates two separate…
View on n8n.io →Build an OpenAI assistant with Google Drive integration
Workflow Overview This workflow automates the creation and management of a custom OpenAI Assistant for a travel agency ("Travel with us"),…
View on n8n.io →🔐🦙Private & local Ollama self-hosted + dynamic LLM router
Who is this for? This workflow template is designed for AI enthusiasts, developers, and privacy-conscious users who want to leverage the pow…
View on n8n.io →AI-powered automated stock analysis
Introduction: Streamline your fundamental stock analysis process with AI-powered automation. By harnessing the power of SEC 10K reports -…
View on n8n.io →OpenAI assistant with custom tools
This workflow shows how you can get your OpenAI assistant to call an n8n workflow as a tool. Since you can put almost any functionality in a…
View on n8n.io →Multi-agent PDF-to-blog content generation
Purpose of workflow: The purpose of this workflow is to automatically transform complex, lengthy PDFs into concise, insightful blog posts.…
View on n8n.io →Upsert huge documents in a vector store with Supabase and Notion
Purpose This workflow adds the capability to build a RAG on living data. In this case Notion is used as a Knowledge Base. Whenever a page i…
View on n8n.io →Track AI agent token usage and estimate costs in Google Sheets
This n8n template demonstrates how to obtain token usage from AI Agents and places the data into a spreadsheet that calculates the estimated…
View on n8n.io →AI: summarize podcast episode and enhance using Wikipedia
The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use thi…
View on n8n.io →