The fast decision
What belongs in KB prompts
Use KB prompts for rules that should follow the knowledge base everywhere:- Persona — who the assistant is and how it presents itself.
- Instructions — shared rules, boundaries, citation style, and answer format.
- Quick Custom Prompt — a complete replacement for Quick-mode answering behavior.
- Main/Deep Custom Prompt — a complete replacement for Deep-mode answering behavior.
- SQL and chart instructions — shared behavior for connected data.
What belongs in an agent
Use an agent for a named job such as “triage support tickets” or “prepare a weekly account brief.” The agent owns:- Goal and job-specific instructions
- Model and knowledge base selection
- Web search and durable-memory toggles
- Connected apps, custom tools, MCP servers, and skills
- Callable agents for delegation
- Schedule, versions, runs, and run history
The common pattern: use both
Configure it in the dashboard
1
Set the shared KB behavior
Open the knowledge base and set Persona and Instructions. Test them in a normal chat first.
2
Create the specialized agent
Choose the same knowledge base, then add a specific goal, job instructions, model, and capabilities.
3
Run before scheduling
Test the agent interactively, inspect its run and sources, then enable a schedule only when the result is dependable.
Build it with the API
Update shared KB behavior:Continue the learning path
Chat vs. agent runs
Understand what happens when the new agent executes.
Agent in two minutes
Follow the shortest complete setup.