List of all voice agents
How a call works
On every conversational turn, the Voice Agent runs a three-stage pipeline in real time:- Speech Recognition (STT) transcribes what the caller says as they speak.
- The AI model (LLM) decides what to say next, following your instructions, your knowledge base, and the conversation so far. It can also act — transfer the call, look up information, or trigger a tool.
- Voice Synthesis (TTS) speaks the response in the voice you selected.
What Voice Agents can do
Two engine types
Like Chat Agents, every Voice Agent uses one of two engines, chosen at creation:- Single Prompt — one system prompt drives the whole call. Fastest to set up, most natural-feeling; right for receptionists, support lines, and open-ended conversations.
- Conversational Flow — a visual graph of nodes with explicit transitions. Right when the call must follow a strict sequence: verify identity → present offer → capture decision → wrap up.
Where everything lives
Once inside a Voice Agent, you’ll work across these tabs:Voice Agent or Chat Agent?
They’re complementary, and most teams run both:- Chat Agent — visitors come to you (website, WhatsApp, email). Best for support volume and capturing intent at the moment of interest.
- Voice Agent — you reach out, or callers dial in. Best for leads that need a conversation, time-sensitive follow-up (speed-to-lead), and audiences that simply prefer phone.
What’s Next
- Creating Your First Voice Agent — from template to a live test call in a few minutes.
- Voice Agent Settings — every setting, its default, and when to change it.
- Voice Agent Evaluation — automatically grade completed calls against a weighted set of metrics.
- Build a Voice Agent That Books Appointments Mid-Call — a complete recipe for the calendar-booking tools mentioned above.