> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhc2/deployments/phone-numbers.md).

# Phone Numbers

The Phone Numbers page provides an overview of every reserved phone number and shows which conversational flow (if any) is currently assigned to it.

## Before You Begin <a href="#before-you-begin" id="before-you-begin"></a>

* Verify that at least one phone number is provisioned for your organization. If none appear [contact your ixHello administrator](/ixhc2/administration/support.md)
* Assigning or unassigning flows is done from the **flow perspective**. See [deploy a flow](/ixhc2/flows/deploy-flow.md) for related steps.

## Accessing the Phone Numbers Page

1. Sign in to **ixHello Customer v2**.
2. In the left navigation menu, go to **Deployments → Phone Numbers**.
3. The **Phone Numbers** page displays a list of all reserved numbers for your organization.&#x20;
   1. The **phone number**&#x20;
   2. The **assigned flow** or **status**

<figure><img src="/files/RiihpvrcwbG8pPQ8Gr3U" alt="phone numbers list view"><figcaption></figcaption></figure>

## Understanding the Flow Assignment Column

The **Flow** column indicates whether a phone number is connected to a flow in your organization.&#x20;

<table><thead><tr><th width="146.3333740234375">Value</th><th>Meaning</th><th>Action</th></tr></thead><tbody><tr><td><strong>Flow Name</strong></td><td>Displays the name of the flow currently assigned to this number.</td><td>Unassign a flow from a phone number. <a href="/pages/fBH2QsvGLWNYvsrMOG9F">deploy a flow</a> </td></tr><tr><td><strong>Unassigned</strong></td><td>No flow is currently assigned to this number.</td><td>Assign a flow to a phone number.  <a href="/pages/fBH2QsvGLWNYvsrMOG9F">deploy a flow</a> </td></tr><tr><td><strong>Unknown flow</strong> </td><td>The phone number is linked to a flow that doesn't exist in the current organization.</td><td><a href="/pages/fWa1ipNuQ3zUeoZ5GrMI">Contact your ixHello administrator.</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ixhello.com/ixhc2/deployments/phone-numbers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
