# Twilio Numbers

### **Step 1:** Gather Required Twilio Information

Log in to your [Twilio Console](https://console.twilio.com). You will need the following details:

1. #### Account SID

* In the Twilio Console dashboard (home page), go to the **Account Info** section.
* Locate your **Account SID**.
  * **Hint:** The Account SID always starts with **AC**.

2. #### API Key SID & API Key Secret

* In the **Account Info** section, click [Go to API Keys](https://console.twilio.com/us1/account/keys-credentials/api-keys).
* Click **Create API Key** and fill out the required form.
* After creation, you will see the **API Key SID** and **Secret**.
  * **Hint:** The API Key SID starts with **SK**.
  * **Important:** The secret is shown only once, so make sure to copy and store it securely.

3. #### Twilio Phone Number

* In the Twilio Console, navigate to **Phone Numbers → Manage → Active Numbers**.
* Copy the phone number you want to import (e.g., `+1XXXXXXXXXX`).

4. #### Phone Number SID

* Click on the selected phone number, then open the **Properties** tab.
* The **Phone Number SID** is displayed there.
  * **Hint:** The Phone Number SID starts with **PN**.

### **Step 2:** Import Twilio Number

* Navigate to the **Phone Numbers** tab on the home page.
* Click the **Import Number** button and select **Twilio** as the provider.
* Fill out the form using the information you collected in Step 1.

<figure><picture><source srcset="/files/b6U1uvMhuTS2VzTTu6Dh" media="(prefers-color-scheme: dark)"><img src="/files/mqw14apmuQN6HQvO1V0C" alt=""></picture><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://dataqueue.gitbook.io/voicehub-docs/integrations/import-twilio-numbers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
