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

# Phone Numbers

> Manage phone numbers for your AI agents

## Overview

Phone numbers connect your agents to the phone network via Twilio. You can buy new numbers, import existing ones, and assign them to agents for inbound or outbound calling.

## Number types

| Assignment   | Description                                             |
| ------------ | ------------------------------------------------------- |
| **Inbound**  | Calls to this number are answered by the assigned agent |
| **Outbound** | This number is used as the caller ID for outbound calls |

## Getting numbers

<CardGroup cols={2}>
  <Card title="Buy a number" icon="cart-shopping">
    Search Twilio's inventory by country and area code, then buy directly from the dashboard.
  </Card>

  <Card title="Import (BYOT)" icon="upload">
    Import your existing Twilio numbers. Orova automatically configures the webhooks.
  </Card>
</CardGroup>

## How it works

When you assign a number to an agent:

1. Orova configures the Twilio webhook URLs on the number
2. Inbound calls hit the Orova webhook, which routes to the assigned agent
3. Outbound calls use the number as the caller ID

<Info>
  Webhook configuration is automatic. You don't need to manually set URLs in Twilio.
</Info>
