Anatomy of an agent
Every agent has these layers:| Layer | What it controls |
|---|---|
| Voice | TTS provider, voice ID, language, speed, emotion |
| LLM | Model that drives the conversation (GPT-4o, GPT-4.1, Llama-3.3-70B, etc.) |
| STT | Speech-to-text model (Deepgram Nova, Gladia Solaria, AnyReach default) |
| Instructions | System prompt — purpose, personality, conversation flow, guardrails |
| Knowledge bases | Vector indexes the agent retrieves from to answer factual questions |
| Tools | Actions the agent can take during a call (transfer, send DTMF, run a workflow, query a KB) |
| Phone numbers | Numbers assigned to this agent for inbound routing |
The seven configuration sections
The agent edit page is structured as a wizard with seven sections you fill in order:- Purpose & Personality — industry, purpose, personality, language, voice
- Agent Instructions — opening line, conversation flow, closing
- Rules & Boundaries — guardrails, what the agent must never do
- Knowledge — knowledge bases attached
- Abilities — tools (workflows, transfers, KB lookups, etc.)
- Advanced Instructions — fine-grained prompt overrides
- Deployment — phone numbers, publishing, SIP

