Skip to main content

Enrich FAQ sections on your website pages at scale with AI

Workflow preview

Workflow preview
100%
Enrich FAQ sections on your website pages at scale with AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 ...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.splitout, n8n-nodes-base.aggregate, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Polina Medvedieva.

Original n8n.io source

1.1 Workflow description

Title
Enrich FAQ sections on your website pages at scale with AI
Workflow name
Enrich FAQ sections on your website pages at scale with AI

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

  1. Set up the required credentials for Google Sheets, Google Drive, and OpenAI when you first open the workflow.
  2. Prepare your Google Sheets document with the service/category information. Here's an example of Google Sheet.
  3. Fill the "Define Sheets" node with your sheets
  4. Adjust the folder IDs in the "Prepare Job" node to match your Google Drive structure.
  5. Configure the OpenAI model settings in the "OpenAI Chat Model" node if needed.
  6. Test the workflow with a small subset of data before running it on your entire dataset.
  7. Adjust the questions asked in the "Create your Q&A templates" section
  8. 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!

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 3 - Format QA Pair1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - For Each Question...1

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 5 - Question to List1

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 6 - Questions to Object...1

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 7 - Format DisplayName + Questions1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Create From Text

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 9 - Define Sheets

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Sheets To List...

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 11 - Get Services

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.3

Block 12 - Single Integration Cred-only

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Single Integration Native

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Categories

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - For Each Sheet...

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 16 - Execute Workflow Trigger

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1

Block 17 - Execute Workflow

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1

Block 18 - Prepare Job

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - For Each Service...

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 20 - Update Row Status

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.4

Block 21 - Single Integration Non-native

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 22 - If has Data

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 23 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Needs AI Completion?1

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3

Showing the first 24 of 36 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Enrich FAQ sections on your website pages at scale with AI
Complexity advanced
Nodes 36
Categories Content Creation, Multimodal AI
Author Polina Medvedieva
Published 26 Sept 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2434/2434.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Enrich FAQ sections on your website pages at scale with AI do?

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 ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Content Creation, Multimodal AI use case.