Import & Export FAQ
Este conteúdo não está disponível em sua língua ainda.
Instead of adding FAQ pairs one by one, you can import them in bulk from a file — or export your existing FAQs for backup, migration, or editing in a spreadsheet.
Importing FAQs
Section titled “Importing FAQs”Supported formats
Section titled “Supported formats”| Format | Structure |
|---|---|
| CSV | Two columns: question, answer. First row is the header. |
| JSON | Array of objects, each with question and answer fields. |
CSV example
Section titled “CSV example”question,answerWhat are your opening hours?,"Monday to Friday, 9 AM to 6 PM."Do you offer free shipping?,Yes — free shipping on orders over $50.How do I reset my password?,Go to the login page and click "Forgot password".JSON example
Section titled “JSON example”[ { "question": "What are your opening hours?", "answer": "Monday to Friday, 9 AM to 6 PM." }, { "question": "Do you offer free shipping?", "answer": "Yes — free shipping on orders over $50." }, { "question": "How do I reset my password?", "answer": "Go to the login page and click \"Forgot password\"." }]How to import
Section titled “How to import”- Go to FAQ in the agent sidebar.
- Click Import.
- Select your CSV or JSON file.
- Review the preview — verify that questions and answers are mapped correctly.
- Click Confirm to add the pairs.
Imported pairs are added to your existing list — they do not replace current FAQs. Duplicate questions (exact matches) are skipped automatically.
Exporting FAQs
Section titled “Exporting FAQs”Export your FAQ list to back it up, share it across agents, or edit it externally.
- Go to FAQ in the agent sidebar.
- Click Export.
- Choose the format: CSV or JSON.
- The file downloads to your device.
Use cases for export
Section titled “Use cases for export”- Backup — save a copy before making bulk changes.
- Migration — move FAQs from one agent to another by exporting from the source and importing into the target.
- Bulk editing — export to CSV, edit in a spreadsheet (Google Sheets, Excel), and re-import.
- Translation — export the English FAQs, translate the content, and import into a localized agent.
- Quote commas in CSV — if an answer contains commas, wrap it in double quotes (most spreadsheet apps do this automatically).
- Escape quotes in JSON — use
\"for literal quotes inside answer strings. - Review after import — spot-check a few pairs in the console to make sure formatting looks correct.
- Keep files small — for very large imports (500+ pairs), consider splitting into smaller batches to make review easier.
Next steps
Section titled “Next steps”- FAQ overview — learn how to create and manage individual FAQ pairs.
- Knowledge Base — combine FAQs with document-based knowledge for broader coverage.