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

# Phone Numbers

Cartesia Telephony provides managed phone numbers so your agent can receive and make real phone calls without setting up your own telephony infrastructure.

## Provisioning

The platform automatically provisions a phone number for each agent when you promote to production. When an agent is deleted, the assigned phone number is released and cannot be re-assigned to another agent.

<Note>
  Bringing your own phone numbers or CCaaS provider is on the roadmap.
</Note>

## Finding Your Phone Number

When viewing your Line agents from the Playground, you can see the provisioned phone number on the Agents page in the card:

<Frame>
  <img src="https://mintcdn.com/cartesia-2650f86a/bcE0PrYtfJKz4Yg4/assets/images/agents/agent-card.png?fit=max&auto=format&n=bcE0PrYtfJKz4Yg4&q=85&s=d9b3223baa68e572fa58a2b801bf1658" alt="Phone number shown in agent card" width="680" height="105" data-path="assets/images/agents/agent-card.png" />
</Frame>

Or in the header once you navigate to the agent's page:

<Frame>
  <img src="https://mintcdn.com/cartesia-2650f86a/bcE0PrYtfJKz4Yg4/assets/images/agents/agent-header.png?fit=max&auto=format&n=bcE0PrYtfJKz4Yg4&q=85&s=264c2a651a39c434b81b3c7059559022" alt="Phone number shown in agent header" width="1167" height="203" data-path="assets/images/agents/agent-header.png" />
</Frame>

You can also retrieve your phone number using the [CLI](/line/cli).

List all agents to see their phone numbers:

```bash theme={null}
cartesia agents ls
```

Or get detailed information for a specific agent:

```bash theme={null}
cartesia status <agent_id>
```

This returns agent information including name, deployments, and phone numbers.
