> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anyreach.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Build AI agents that handle calls, web chats, and email — and automate everything around them.

Anyreach is a platform for building AI agents that handle real customer conversations across channels — **phone calls, web voice and chat, and email** — for sales, support, scheduling, and surveys. You configure an agent once and deploy it to any channel, run it outbound at scale with campaigns, ground it in your own knowledge, and automate the work around it with programmable workflows.

## The building blocks

<CardGroup cols={3}>
  <Card title="Agents" icon="robot" href="/agents/overview">
    Configure voice, model, prompts, abilities, and channels. Publish a version and go live.
  </Card>

  <Card title="Knowledge Bases" icon="book-open" href="/knowledge-bases/overview">
    Upload documents and crawl URLs. Agents retrieve the right snippets to answer accurately.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/workflows/overview">
    Visual automation. Triggered by events, calls, or schedules. Calls APIs, runs code, branches on AI.
  </Card>
</CardGroup>

## Channels and reach

<CardGroup cols={3}>
  <Card title="Channels" icon="shuffle" href="/getting-started/channels">
    One agent, many channels: phone, web voice and chat, and email.
  </Card>

  <Card title="Phone numbers" icon="phone" href="/telephony/overview">
    Buy numbers, route inbound calls, and bring your own carrier.
  </Card>

  <Card title="Web widgets" icon="window-maximize" href="/web-widgets/overview">
    Embed an agent as a chat and voice bubble on your site.
  </Card>

  <Card title="Email" icon="envelope" href="/email/overview">
    Verify a domain and let an agent answer real email.
  </Card>

  <Card title="Campaigns" icon="phone-volume" href="/campaigns/overview">
    Dial lists of contacts on a schedule, at scale.
  </Card>

  <Card title="Conversations" icon="comments" href="/conversations/inbox-overview">
    One inbox for every interaction, with transcripts and recordings.
  </Card>
</CardGroup>

## How they fit together

A typical setup looks like this:

1. You create an **agent** with a voice, an LLM, and a system prompt that defines its persona and goals.
2. You deploy it to a **channel** — a phone number, a web widget, or an email address.
3. You attach a **knowledge base** so it can answer factual questions from your documents.
4. You expose **workflows** to the agent as tools, so it can take actions mid-conversation (look up a CRM record, schedule a meeting) or run automations after a conversation ends.
5. You review every interaction in **Conversations**, and run outbound at scale with **campaigns**.

## Where to start

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/getting-started/quickstart">
    Build your first agent and place a test call in 10 minutes.
  </Card>

  <Card title="Key concepts" icon="lightbulb" href="/getting-started/key-concepts">
    Learn the vocabulary before you build.
  </Card>
</CardGroup>
