The Knowledge Base section in the Agent tab is where you attach persistent knowledge directly to your Agent. This is different from the Query Knowledge Base tool — the Knowledge Base section defines the Agent’s own background knowledge that is always available, while the Query Knowledge Base tool is a tool the Agent calls on-demand to search specific documents. Think of it this way: the Knowledge Base section is like giving an employee a reference manual they always have on their desk, while the Query Knowledge Base tool is like sending them to search through filing cabinets when a specific question comes up.Documentation Index
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.

How it works
Knowledge attached through this section is persisted for the entire Agent session. The Agent can draw on this knowledge at any time without needing to call a tool. This makes it ideal for:- Static reference knowledge — product catalogs, company policies, FAQs, brand guidelines, or any information the Agent should always know.
- Accumulated session knowledge — information the Agent gathers and stores during a conversation that should persist across messages.
Adding a Knowledge Base
- In the Knowledge Base section of the Agent tab, click to attach an existing Knowledge Base or create a new one.
- Select one or more Knowledge Bases from the dropdown.
Configure Metadata
Click Configure Metadata to add metadata to your Knowledge Base documents. Metadata helps the Agent filter and prioritize information — for example, tagging documents by department, date, or document type.
Settings
Click Settings to adjust how the Knowledge Base behaves within your Agent. These settings control retrieval behavior like chunk size, overlap, and relevance scoring.
Knowledge Base vs. Query Knowledge Base tool
| Knowledge Base section | Query Knowledge Base tool | |
|---|---|---|
| What it does | Attaches persistent knowledge the Agent always has access to | A tool the Agent calls on-demand to search specific documents |
| When it’s used | Always available — no tool call needed | Only when the Agent decides to search (or is prompted to) |
| Best for | Static reference material, global context, accumulated knowledge | Searching large document collections, querying specific data |
| Example | Company brand guidelines the Agent should always follow | Searching a collection of quarterly earnings reports for a specific metric |
