# WhatsApp via Twilio

{% hint style="info" %}
This feature is currently available to enterprise tiers only.
{% endhint %}

### Prerequisites

Assigning this channel to an application requires a one-time integration of Twilio in your NLX workspace.

<a href="../../../integrations/types/channels/twilio-sms" class="button primary">Integrate Twilio</a>

### Add channel to app

1. Select *Configuration* tab of your application&#x20;
2. Choose *+ Add channel* under *Delivery* section > Choose *WhatsApp via Twilio*
3. Choose your Twilio workspace integration from the *Integration* dropdown
4. Enter *Phone number*
5. Click *Create channel*
6. Click *Save*

{% hint style="info" %}
*Phone number* is unique to the *WhatsApp via Twilio* channel and will need to be copied over from Twilio manually. When you build and deploy your application, NLX ensures that Twilio routes traffic from the assigned phone number to your deployed application.
{% endhint %}


---

# 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://docs.nlx.ai/platform/nlx-platform-guide/ai-applications/deployment/managing-channels/creating-whatsapp-twilio-channel.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.
