📥 How to Import Q&A Pairs into Your AI Chatbot (CSV Format)

One of the fastest ways to train your AI chatbot is by importing Question & Answer pairs using a CSV file.

This method helps you add multiple FAQs or knowledge items at once — perfect for onboarding large datasets.


✅ Step-by-Step Import Instructions:

  1. Create a CSV file using the following format:

Question,Answer
What is your role?,"I am an AI assistant designed to answer your questions and help you with information about our services."
How intelligent are you?,"I'm built using advanced AI models, capable of understanding complex questions and providing accurate responses."

  1. Important Notes:
  • The first row must contain the headers: Question,Answer
  • Wrap answers in quotation marks if they contain commas or special characters
  • Save the file as .csv (Comma Separated Values format)
  1. Upload the CSV:
  • Go to your AI Chatbot's Knowledge Base
  • Select the "Import Q&A" option
  • Upload your CSV file
  1. Review the imported data and save — your chatbot is now ready to use these Q&A pairs!

💡 Why Use CSV Import?

  • Quickly upload dozens or hundreds of Q&A pairs

  • Standardize data formatting

  • Easy to update and re-upload as your knowledge base grows

    • *