Knowledge Base

A knowledge base is a structured repository of information that an AI voice agent can search and reference during conversations. It contains answers to common questions, product details, policies, procedures, and other content the agent may need to provide accurate responses.

How do knowledge bases work with voice AI?

When a caller asks a question, the AI searches the knowledge base for relevant information. Modern systems use semantic search that understands meaning rather than just matching keywords. Retrieved content is incorporated into the AI’s response, grounded in verified information rather than generated from general training.

Why do knowledge bases matter?

Knowledge bases prevent hallucination by providing authoritative sources for the AI to reference. They enable non-technical teams to update information without modifying the AI itself. Well-maintained knowledge bases ensure consistency and accuracy across all conversations.

Knowledge base in practice

A software company maintains a knowledge base with product documentation, troubleshooting guides, and policy information. When a caller asks about a specific feature, the AI retrieves the relevant documentation section and uses it to provide an accurate, detailed answer rather than relying on potentially outdated training data.

For setup guidance, see the memory and knowledge documentation.