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

# Build Agents get started

> Pick the channel your customers reach you on and build an AI agent for it — widget, phone, WhatsApp, email, or SMS.

OpenCX agents run on the channels your customers already use. Pick the channel below and follow its introduction page — each one walks you from zero to a live AI agent on that channel.

## Choose your channel

<CardGroup cols={2}>
  <Card title="AI Chat Widget" icon="message" href="/widget/introduction">
    Embed an AI chat widget on your website. Fastest path to a working agent.
  </Card>

  <Card title="AI Phone Support" icon="phone" href="/phone/introduction">
    Inbound and outbound AI voice agents with a real phone number.
  </Card>

  <Card title="AI WhatsApp Support" icon="whatsapp" href="/whatsapp/introduction">
    Answer customers on WhatsApp Business — one-to-one and templated outbound.
  </Card>

  <Card title="AI Email Support" icon="envelope" href="/email/introduction">
    Forward support mail to OpenCX and let the agent reply from your domain.
  </Card>

  <Card title="AI SMS Support" icon="comment-sms" href="/sms/introduction">
    Register a number (10DLC or toll-free) and reply to texts automatically.
  </Card>

  <Card title="AI Actions" icon="bolt" href="/actions/introduction">
    Teach agents to call your APIs — lookups, updates, real work on the user's behalf.
  </Card>
</CardGroup>

## What every channel shares

<AccordionGroup>
  <Accordion title="Autopilot" icon="sliders">
    Toggle AI responses on or off per channel. When off, the channel still captures messages and routes them to your human team.
  </Accordion>

  <Accordion title="Knowledge" icon="book">
    Agents answer from your help center articles, training scenarios, and connected knowledge sources. See [Agent Training](/knowledge/introduction).
  </Accordion>

  <Accordion title="Handoff to humans" icon="user-group">
    Agents escalate to your team when they reach a handoff topic, detect frustration, or run out of confidence. See [Handoff](/handoff/introduction).
  </Accordion>

  <Accordion title="Actions" icon="bolt">
    Any channel can call your APIs to look up orders, update records, or trigger workflows. See [AI Actions](/actions/introduction).
  </Accordion>
</AccordionGroup>

<Tip>New to OpenCX? Start with the [AI Chat Widget](/widget/introduction) — it takes \~10 minutes to embed and test on your site.</Tip>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Agent Training" icon="book" href="/knowledge/introduction">
    Train your agent with articles, topics, and connected sources.
  </Card>

  <Card title="AI Actions" icon="bolt" href="/actions/introduction">
    Give agents the ability to call your APIs.
  </Card>

  <Card title="AI Safety" icon="shield" href="/safety/introduction">
    Inspect mode, PII redaction, and prohibited topics.
  </Card>

  <Card title="Integrations" icon="plug" href="/dashboard/introduction">
    Connect helpdesks, CRMs, and other tools.
  </Card>
</CardGroup>
