Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
Description This n8n template turns any website or documentation portal into a fully functional AI powered support chatbot — no manual copy pasting, no static FAQs. It uses MrScraper to crawl and e...
n8n-nodes-base.manualtrigger, n8n-nodes-mrscraper.mrscraper, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.vectorstorepinecone, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by riandra.
Original n8n.io sourceThis n8n template turns any website or documentation portal into a fully functional AI-powered support chatbot — no manual copy-pasting, no static FAQs. It uses MrScraper to crawl and extract your site's content, OpenAI to generate embeddings, and Pinecone to store and retrieve that knowledge at chat time.
The result is a retrieval-augmented chatbot that answers questions using only your actual website content, always cites its sources, and never hallucinates policies or pricing.
scraperId for each — you'll need these in n8n.text-embedding-ada-002)docs-yourdomain)https://docs.yoursite.com)includePatterns to focus on relevant sections (e.g. /docs/, /help/, /support/)excludePatterns to skip noise (e.g. /assets/, /tag/, /static/)scraperIdtopK in the Pinecone Retriever (default: 8) based on how much context you want per answerdocs-product, docs-api) and route questions to the right namespace based on user intent.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.
| Workflow | Turn your website docs into a GPT-4.1-mini support chatbot with MrScraper and Pinecone |
|---|---|
| Complexity | advanced |
| Nodes | 25 |
| Categories | Support Chatbot, AI RAG |
| Author | riandra |
| Published | 02 Mar 2026 |
Use the JSON export at /data/workflows/13802/13802.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description This n8n template turns any website or documentation portal into a fully functional AI powered support chatbot — no manual copy pasting, no static FAQs. It uses MrScraper to crawl and e...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI RAG use case.