Docs for AI Workflow Builder (#3756)

This commit is contained in:
Kartik Balasubramanian 2025-10-13 13:18:51 +01:00 committed by GitHub
parent fc047fc731
commit 876a9c75f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 63 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 KiB

View File

@ -0,0 +1,62 @@
---
title: AI Workflow Builder
description: Create, refine, and debug workflows using natural language descriptions of your goals.
status: beta
---
# AI Workflow Builder
AI Workflow Builder enables you to create, refine, and debug workflows using natural language descriptions of your goals.
It handles the entire workflow construction process, including node selection, placement, and configuration, thereby reducing the time required to build functional workflows.
For details of pricing and availability of AI Workflow Builder, see [n8n Plans and Pricing](https://n8n.io/pricing/).
## Working with the builder
1. **Describe your workflow:** Either select an example prompt or describe your requirements in natural language.
2. **Monitor the build:** The builder provides real-time feedback through several phases.
3. **Review and refine the generated workflow:** Review required credentials and other parameters. Refine the workflow using prompts.
![ai-workflow-builder.png](/_images/advanced-ai/ai-workflow-builder.png)
### Commands you can run in the builder
- `/clear`: Clears the context for the LLM and lets you start from scratch
## Understanding credits
### How credits work
Each time you send a message to the builder asking it to create or modify a workflow, that counts as one **interaction**, which is worth one **credit**.
✅ **Counts as an interaction**
- Sending a message to create a new workflow
- Asking the builder to modify an existing workflow
- Clicking the **Execute and refine** button in the builder window after a workflow is built
❌ **Does NOT count as an interaction**
- Messages that fail or produce generation errors
- Requests you manually stop by clicking the stop button
### Getting more credits
If you've used your monthly limit, you can upgrade to a higher plan.
For details on plans and pricing, see [n8n Plans and Pricing](https://n8n.io/pricing/).
## AI model and data handling
The following data are sent to the LLM:
- Text prompts that you provide to create, refine, or debug the workflow
- Node definitions, parameters, and connections and the current workflow definition.
- Any mock execution data that is loaded when using the builder
The following data are not sent:
- Details of any credentials you use
- Past executions of the workflow

View File

@ -1299,6 +1299,7 @@ nav:
- Pagination: code/cookbook/http-node/pagination.md
- Advanced AI:
- advanced-ai/index.md
- "AI Workflow Builder": advanced-ai/ai-workflow-builder.md
- "Tutorial: Build an AI workflow in n8n": advanced-ai/intro-tutorial.md
- RAG in n8n: advanced-ai/rag-in-n8n.md
- LangChain in n8n: