Knowledge Base
The Knowledge Base stores documents and Q&A pairs that your AI agents reference during calls and conversations. When a prospect asks about your product, pricing, or policies, the AI cites this knowledge instead of guessing — eliminating hallucinations.
Accessing the Knowledge Base
Go to Settings > Knowledge Base in the sidebar.
Adding Knowledge
You can add knowledge in two ways:
Q&A / Text
Add individual question-answer pairs or text passages:
- Select the Q&A / Text tab.
- Enter a Title / Question (e.g., “What are your pricing plans?”).
- Enter the Answer / Content — provide the complete, accurate answer. The AI will quote this verbatim when asked a matching question.
- Select a Category (FAQ, Pricing, Policy, Product, or General).
- Click Add to Knowledge Base.
File Upload
Upload text documents that get automatically chunked and indexed:
- Select the Upload File tab.
- Choose a file (
.txtor.mdformat). - Select a Category.
- Click Upload and Ingest.
Long documents are automatically split into chunks. Each chunk is embedded and stored separately for accurate retrieval.
Document Categories
| Category | Use For |
|---|---|
| FAQ | Common questions and answers |
| Pricing | Pricing plans, tiers, and discounts |
| Policy | Return policies, SLAs, terms of service |
| Product | Feature descriptions, technical specs |
| General | Anything that does not fit other categories |
Categories help organize your knowledge base and can improve retrieval accuracy.
How AI Uses the Knowledge Base
When an AI agent receives a question:
- The question is converted to an embedding vector.
- ScendCore searches the knowledge base for semantically similar content.
- The most relevant chunks are included in the AI’s context.
- The AI generates a response grounded in your knowledge base content.
This means the AI will:
- Answer product questions accurately based on your documentation
- Quote your pricing correctly
- Follow your policies when handling objections
- Avoid making up information it does not have
Managing Knowledge Entries
On the Knowledge Base page, you can:
- Expand — Click any entry to view its full content
- Delete — Remove an entry that is no longer accurate
- View category — Each entry shows its category badge
- View source — File-uploaded entries show the original filename
Supported File Formats
| Format | Support |
|---|---|
.txt | Fully supported |
.md | Fully supported (Markdown) |
.pdf | Coming soon |
.docx | Coming soon |
Best Practices
Keep entries focused
Each Q&A entry should cover one specific topic. Instead of one giant FAQ, create separate entries for each question. This improves retrieval accuracy.
Use the prospect’s language
Write answers using the same words and phrases your prospects use. If they say “pricing” instead of “rate card,” use “pricing” in your titles.
Keep content current
Review and update your knowledge base regularly. Outdated pricing or discontinued features will lead to inaccurate AI responses.
Cover common objections
Add entries for frequent objections like:
- “Your competitor offers X”
- “We already have a solution”
- “What makes you different?”
Troubleshooting
AI not using knowledge base content
- Verify entries exist in the Knowledge Base.
- Check that the question is semantically related to a knowledge base entry.
- Try rephrasing the knowledge base title to better match how prospects ask.
Upload failing
- Ensure the file is in
.txtor.mdformat. - Check that the file is not empty.
- Very large files may take longer to process.