Skip to main content
Q&A tables let you define explicit question-answer pairs. Each row becomes a retrievable chunk in the knowledge base — when a visitor asks something similar to one of your questions, the matching answer is retrieved and used by the AI.

Adding a Q&A Table

1

Open Knowledge Base tab

Go to your chatbot → Knowledge Base tab.
2

Click Add Source → Table

A table editor opens with Question and Answer columns.
3

Add entries

Type your questions and corresponding answers. Each row is independent.
4

Save

Click Save. Each Q&A pair is embedded as a separate chunk.

Editing Entries

Q&A tables can be edited in place. Open the table source, add/edit/delete rows, and save. Changes are re-embedded automatically.

When to Use Q&A Tables

Use CaseExample
Known FAQs”What are your business hours?” → “We’re open Mon–Fri 9am–5pm.”
Precise answersQuestions where you want a specific, word-perfect response
CorrectionsOverride the AI’s general knowledge with your specific answer
Edge casesUncommon questions that other sources don’t cover

Q&A Tables vs Other Sources

FeatureQ&A TablesTextsDocuments
Structured formatYes (rows)No (free text)No (file)
Inline editingYesYesNo (re-upload)
Best forExact Q&A pairsLonger contentExisting files
Chunk granularity1 chunk per rowAuto-chunkedAuto-chunked
Q&A tables are best for precise, short answers. For longer content (explanations, guides, policies), use Texts or Documents instead — the auto-chunking produces better retrieval results.