Enrich FAQ sections on your website pages at scale with AI

Go to Workflow
9,014 views
Built by Polina Medvedieva Polina Medvedieva
Created on June 07, 2026

Description

This n8n workflow template lets you easily generate comprehensive FAQ (Frequently Asked Questions) content for multiple services (or any items or pages you need to add the FAQs to). Simply provide the Google Sheets document containing the items to scrape, and the workflow automatically creates detailed, AI-enhanced FAQ documents.

How it works
The workflow reads data from a Google Sheets document containing information about different services and categories (again, in your case - whatever objects you need).
For each service and category, it generates a set of standard questions and answers covering setup, permissions, integrations, use cases, and pricing benefits.
An AI model (OpenAI's GPT) is used to enhance or complete some of the answers, making the content more comprehensive and natural-sounding.
The workflow formats the Q&A pairs, combining AI-generated content with predefined answers where applicable.
It creates a text file (JSON) for each service or category, containing the formatted Q&A pairs.
The generated files are saved to specific folders in Google Drive, organized by the type of integration (native, credential-only, non-native) or category.
After processing each service or category, it updates the status in the original Google Sheets document to mark it as completed.

Ideal for:
Marketing teams: Rapidly create comprehensive FAQ documents for multiple products or services.
Customer support: Generate consistent and detailed answers for common customer queries.
Product managers: Easily maintain up-to-date documentation as products evolve.
Content creators: Streamline the process of creating informative content about various offerings.

Accounts required
Google account (for Google Sheets and Google Drive)
OpenAI API account (for AI-enhanced content generation)
n8n.io account (for workflow execution)

Set up instructions
Set up the required credentials for Google Sheets, Google Drive, and OpenAI when you first open the workflow.
Prepare your Google Sheets document with the service/category information. Here's an example of Google Sheet.
Fill the "Define Sheets" node with your sheets
Adjust the folder IDs in the "Prepare Job" node to match your Google Drive structure.
Configure the OpenAI model settings in the "OpenAI Chat Model" node if needed.
Test the workflow with a small subset of data before running it on your entire dataset.
Adjust the questions asked in the "Create your Q&A templates" section
After testing, activate your workflow for automated FAQ generation.

🙏 Big, big kudos to Jim Le for his ideas, input and support when building this workflow. Your approach to AI workflows is always super helpful!

Nodes Used (8)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Google Drive
n8n-nodes-base.googleDrive
Google Sheets
n8n-nodes-base.googleSheets
HTTP Request
n8n-nodes-base.httpRequest
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Strapi
n8n-nodes-base.strapi
Webflow
n8n-nodes-base.webflow
Wordpress
n8n-nodes-base.wordpress