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

# Deploy Voice Agents for Production

> Deploy voice agents for phone calls. Configure SIP trunks and production settings.

Get your agent live. Choose your deployment channel and follow the quick start guide.

**What you'll learn:** Available deployment channels and how to set up each one.

## Deployment channels

| Channel             | Use case                         | Guide                                           |
| ------------------- | -------------------------------- | ----------------------------------------------- |
| **Inbound phone**   | Receive calls via SIP trunk      | [Inbound Calls](/docs/deploy/inbound-calls)     |
| **Outbound phone**  | Make calls via API               | [Outbound Calls](/docs/deploy/outbound-calls)   |
| **Web integration** | Embed voice/chat in your website | [Web Widget](/docs/deploy/web-widget-embedding) |

<Note>
  Test agents thoroughly before deployment. Enabled agents receive live traffic immediately.
</Note>

***

## Quick start: Inbound calls

Receive calls on a phone number routed to your agent.

<Steps>
  <Step title="Get SIP credentials">
    Obtain credentials from your SIP provider (Bandwidth, Telnyx, etc.)
  </Step>

  <Step title="Configure inbound">
    Dashboard → **Connections** → **Telephony** → Add trunk
  </Step>

  <Step title="Link agent">
    Route incoming calls to your agent's SIP URI
  </Step>

  <Step title="Test">
    Call the number, verify agent answers
  </Step>
</Steps>

<Card title="Inbound Calls" icon="phone-arrow-down-left" href="/docs/deploy/inbound-calls">
  Complete guide with provider-specific setup
</Card>

***

## Quick start: Outbound calls

Make calls from your agent via API.

<Steps>
  <Step title="Configure SIP trunk">
    Set up outbound credentials (server, auth, caller ID)
  </Step>

  <Step title="Schedule call">
    Use the API to schedule calls with priority and deadline
  </Step>

  <Step title="Monitor">
    Check status via API or dashboard
  </Step>
</Steps>

<Card title="Outbound Calls" icon="phone-arrow-up-right" href="/docs/deploy/outbound-calls">
  Complete guide with bulk scheduling and campaigns
</Card>

***

## Quick start: Web integration

Embed voice or chat agents in your website.

<Steps>
  <Step title="Create web integration">
    Dashboard → **Connections** → **Web Integrations** → Create integration
  </Step>

  <Step title="Configure settings">
    Set allowed origins, features (voice/chat), and widget appearance
  </Step>

  <Step title="Embed widget">
    Add the generated script tag to your website
  </Step>

  <Step title="Test">
    Visit your site, verify widget appears and connects
  </Step>
</Steps>

<Card title="Web Widget Embedding" icon="window" href="/docs/deploy/web-widget-embedding">
  Complete guide with customization options
</Card>

***

## Pre-deployment checklist

Before going live, verify your configuration:

<Card title="Production Checklist" icon="clipboard-check" href="/docs/deploy/production-checklist">
  Complete pre-launch verification guide
</Card>

***

## What's next

<CardGroup cols={2}>
  <Card title="Phone Numbers" icon="hashtag" href="/docs/deploy/phone-numbers">
    Configure SIP settings and caller ID
  </Card>

  <Card title="Web Widget" icon="window" href="/docs/deploy/web-widget-embedding">
    Embed agents in your website
  </Card>

  <Card title="Production Checklist" icon="clipboard-check" href="/docs/deploy/production-checklist">
    Pre-launch verification
  </Card>
</CardGroup>
