A Q&A pair is a single question and its canonical answer. It’s the most direct way to control what your agent says. If you only invest in one knowledge format, make it this one.Documentation Index
Fetch the complete documentation index at: https://docs.keloa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Add Q&A pairs
Add rows
Click Add pair and fill in:
- Question — how a customer would phrase it
- Answer — the exact reply you’d want the agent to give
Writing great pairs
The question should sound like a real customer, not a doc heading:| ❌ Weak | ✅ Real customer voice |
|---|---|
| ”Returns procedure" | "How do I return an item?" |
| "Shipping destinations" | "Do you ship to Belgium?" |
| "Hours of operation" | "Are you open on Sunday?” |
Cover the 20 most common questions
Pull your inbox’s last 500 conversations and group by intent. The top 20 questions usually cover 80% of volume — write a pair for each. This is the highest-ROI single thing you can do for your agent’s accuracy.Multiple phrasings
Customers ask the same thing three different ways. Add separate pairs for each, pointing at similar answers:Editing pairs
Open the source in Knowledge → edit any row inline → save. Changes re-index immediately. Deleted pairs are removed from the index within seconds.Exporting pairs
Click the source → ⋯ → Export CSV. Handy for bulk editing in a spreadsheet then re-uploading.When NOT to use Q&A pairs
- For a narrative document (use file upload or text snippet).
- For live, changing data like order status (use a tool instead, e.g. Shopify order lookup).