description: "Upload documents that your voice agent can reference during live conversations to provide accurate, context-aware responses."
---
The Knowledge Base lets you upload documents that your voice agents can reference during conversations. Instead of encoding all information into prompts, you can provide source documents and let the agent retrieve relevant content on the fly.
An embedding API key (configured in **AI Models Configuration → Embedding**) is required for **Chunked Search** mode. **Full Document** mode does not require embeddings.
The document is split into smaller chunks and indexed with vector embeddings. When the agent queries the knowledge base, only the most relevant chunks are returned.
**Best for:** large documents like policies, manuals, or contracts where only a portion is relevant to any given question.
- **Use Full Document for small reference files** — menus, price lists, and FAQs work best when the agent sees the entire document
- **Use Chunked Search for large documents** — policies, manuals, and contracts are too large to fit in context, so chunked retrieval finds the relevant sections