A Knowledge Base is a collection of documents your agent can reference during conversations. Instead of relying solely on the LLM’s training data, agents with a knowledge base provide answers grounded in your information.
LLMs are powerful but imperfect. They hallucinate facts, go out of date, and know nothing about your specific business. Knowledge bases solve this.
When a user asks a question:
This is called Retrieval-Augmented Generation (RAG)—your agent retrieves before it generates.
Each agent can link to one knowledge base via the globalKnowledgeBaseId field. This becomes the default source for all conversations with that agent.
Knowledge bases exist independently of agents. You can:
Currently supported: