Prerequisites
- An Anyreach account and an active organization
- Permission to create agents and knowledge bases in your org
- A document (PDF, Markdown, plain text, or a URL) you want the agent to know about
1. Create a knowledge base
Knowledge bases let your agent answer factual questions from your content.Name and describe it
Give it a clear name (e.g. Product FAQ) and a one-sentence description. The description helps the agent decide when to query this KB.
2. Create an agent
Open Agents → New agent
Pick a starting template or Blank. Anyreach uses a wizard with seven sections — you’ll fill them in order.
Purpose & Personality
Choose an industry, describe the agent’s purpose in 1–2 sentences, and set a personality (e.g. “warm, concise, slightly playful”). Pick a voice and language.
Agent Instructions
Describe the conversation flow — what the agent says first, what it tries to accomplish, what it does at the end. You can also click Generate instructions to draft this from your purpose description.
Knowledge
Attach the knowledge base you just created. The agent will retrieve from it when callers ask factual questions.
3. Test the agent
Open the Tester panel on the agent edit page, click Start call, and talk to your agent in your browser. Iterate on the prompt and instructions until the conversation feels right. See Testing agents for the full debugging surface.4. Add a workflow as a tool
Workflows let the agent take actions during a call.Create a workflow
Open Workflows → New workflow. Add an Input step that accepts
customer_email: string, then an HTTP step that POSTs to your CRM, then an Output step that returns { "ok": true }.Expose it as a tool
Back on the agent edit page, go to Abilities → Add tool → Workflow. Pick the workflow, give it a name (e.g.
log_lead) and a description the LLM will read to decide when to call it. Map the tool’s parameters to the workflow’s input schema.5. Place a real call
Assign a phone number under the agent’s Deployment section, save, and call the number.Next steps
Build deeper agents
Voice tuning, guardrails, model choice, multi-tool setups.
Master workflows
Step types, expressions, triggers, and end-to-end tutorials.

