The Knowledge Base is your chatbot's brain. These are articles that the chatbot reads, learns from, and references when answering customer questions. A well-organized knowledge base dramatically improves your chatbot's accuracy and helpfulness.
A Knowledge Base article is a document that contains information about your business, products, services, policies, or processes. Your chatbot uses these articles to:
Answer customer questions accurately
Provide consistent information
Reference helpful resources
Improve response quality
When a customer asks a question, the chatbot searches your knowledge base for relevant articles and uses that information to formulate an answer. Your knowledge base articles are also shown on chatbot widget's homepage.
Go to AI Chatbot section in the left sidebar
Click on AI bot knowledge base from the list
Click "+ Add Article" button on top right side
Article Title (Required)
The name of your knowledge base article. Make it clear and specific.
Examples:
"How to Track Your Order"
"Return and Refund Policy"
"Pricing Tiers Explained"
"Setting Up Your Account"
Excerpt (Required)
A short 1-2 sentence summary of the article. This helps the chatbot quickly understand what the article is about.
Example for "How to Track Your Order":
"Learn how to track your order status in real-time and receive delivery updates via email and SMS."
Content (Required)
The full article text. Write clear, concise, helpful content that answers the article's main topic.
Content Tips:
Use clear headings with ## (markdown syntax)
Break content into bullet points for readability
Include step-by-step instructions when relevant
Keep paragraphs short (2-3 sentences max)
Use natural, conversational language
Content Example:
## How to Track Your Order
Tracking your order is easy! Here are two ways to do it:
### Method 1: Email Tracking Link
- When your order ships, you'll receive an email with a tracking link
- Click the link to see real-time delivery updates
- You'll be notified when your package arrives
### Method 2: Order Dashboard
1. Log into your account at www.example.com
2. Click "My Orders"
3. Find your order and click "Track"
4. See real-time status and estimated delivery date
### Need Help?
If you can't find your tracking information, [contact our support team](https://example.com/support)Adding Rich Content:
You can also include:
Images: 
Links: [Link text](https://example.com)
Videos: Embed YouTube videos with iframe code
Lists: Bullet points and numbered lists
Bold/Italic: Use **bold** and *italic* formatting
Important! Use Markdown to add content. Here is a guide how to use Markdown.
Near the bottom of the form, you'll see a "Chatbots" section with a list of your chatbots.
Select All: Toggle to make this article available to all chatbots
Individual Selection: Check specific chatbots that should have access to this article
This allows you to have different knowledge bases for different chatbots or share articles across multiple bots.
Review your article for accuracy and clarity
Click the "Save" button at the bottom
Your article is now published and available to your chatbot
Viewing All Articles:
Go to AI bots Knowledge base
See a list of all articles with status (Published, Draft, Archived)
Editing an Article:
Click the article in the list
Click "Edit"
Make changes
Click "Save"
Deleting an Article:
Find the article in the list
Click the trash icon next to the article
Confirm deletion
1. Organize by Topic
Create articles in logical categories:
Getting Started
Features & How-To
Pricing & Billing
Support & Troubleshooting
Company Policies
2. Keep It Updated
Regularly review and update articles to ensure information is current. Outdated information damages trust and chatbot accuracy.
3. Use Clear Language
Write for your audience. Avoid jargon or explain technical terms. Most users are not experts.
4. Include Examples
Real-world examples help customers understand concepts better than abstract explanations.
5. Link Between Articles
If one article references another, add links: [Learn more about returns](link-to-returns-article)
6. Write for Search
Include common questions as headings. Customers ask questions in different ways that cover multiple phrasings.
Example of good article organization:
## How Do I Return an Item?
(Also answers: "What's your return policy?" "Can I exchange instead?")
[Content...]7. Test Your Articles
Ask your chatbot questions and verify it references the correct articles and provides accurate information.
When a customer asks a question, here's what happens:
Question Received: Customer types "How do I track my order?"
Search: Chatbot searches knowledge base articles
Match: Chatbot finds "How to Track Your Order" article
Reference: Chatbot reads and understands the article
Response: Chatbot uses article information to formulate a response
Display: Customer sees response in chat (article can be linked for full details)