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

# Voice

> Telephony and live voice agents

Give your agent a phone number through Twilio voice webhooks. The channel is **Beta** and supports an optional live WebSocket mode for real-time speech. You need a publicly reachable HTTPS webhook URL.

<Steps>
  <Step title="Configure Twilio voice">
    Set your account credentials and phone number in the integrations panel.
  </Step>

  <Step title="Set the webhook URL">
    Point Twilio to your agent's public `/voice/webhook` endpoint.
  </Step>

  <Step title="Test a call">
    Place a test call; verify speech-to-text, agent reply, and call logs.
  </Step>
</Steps>

<Info>
  Voice is **Beta**. Live voice models and tool use may require specific provider configuration. See your deployment admin for enabled features.
</Info>

<CardGroup cols={2}>
  <Card title="Web widget" icon="globe" href="/user-guides/deploy/web-widget">
    Stable text channel alternative.
  </Card>

  <Card title="Guardrails" icon="shield" href="/user-guides/settings/guardrails">
    Rate and topic limits for voice sessions.
  </Card>
</CardGroup>
