Генератор FAQ с помощью ИИ
★ 5.7 · n8n
This n8n workflow automatically builds a FAQ section from input content using AI. Use it when you need to quickly create an FAQ for a new product or website without spending a day manually drafting questions and answers, when you want to automatically update the FAQ as new customer questions come in, or when a knowledge base should self-update from a support ticket stream. The repository contains two JSON files (n8n-v2.json and n8n.json), offering two workflow versions for compatibility with different n8n releases. The workflow imports directly; it likely uses an LLM node to generate question-and-answer pairs from an input text or document. Requires an LLM provider API key after import. Targets the creation and maintenance of knowledge bases and FAQs for websites, products, and support teams. Having two workflow variants is uncommon and suggests iterative refinement. Best suited for marketers, product managers, and support teams. Not ideal for generating FAQs on highly specialised technical topics without model fine-tuning. Full structure is revealed in the node graph after import.