> For the complete documentation index, see [llms.txt](https://docs.nlx.ai/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nlx.ai/platform/nlx-platform-guide/ai-applications/deployment/managing-channels/aws-end-user-messaging-social.md).

# AWS End User Messaging Social

### Prerequisites

Assigning this channel to an application requires a one-time integration of AWS End User Messaging Social in your NLX workspace.

<a href="/pages/wpihI80YS5M0kheIjwnU" class="button primary">Integrate AWS End User Messaging Social</a>

### Add channel to app

1. Select *Configuration* tab of your application&#x20;
2. Choose *+ Add channel* under *Delivery* section > Choose AWS End User Messaging Social
3. Choose your AWS End User Messaging Social workspace integration from the *Integration* dropdown
4. Provide your Business account ID from AWS (e.g., waba-xxxxxxxxxxxxx)
5. Enter a number for each supported language for your application in the *Settings by language* field
6. Click *Create channel*
7. Click *Save*
8. Create an [application build and deploy](/platform/nlx-platform-guide/ai-applications/setup.md#deployment)

{% hint style="info" %}
Phone numbers must be entered without spaces or dashes and preceded by a + and the country code (e.g., +15551234567)
{% endhint %}


---

# 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.nlx.ai/platform/nlx-platform-guide/ai-applications/deployment/managing-channels/aws-end-user-messaging-social.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.
