# WhatsApp

Launching your chatbot on your WhatsApp account is a slightly complicated process.&#x20;

First, you need to get the WhatsApp Business API from a Meta approved BSP. Supported BSPs on WotNot are:

1. Meta
2. 360Dialog
3. GupShup
4. Twilio
5. TechAlpha

To learn more about getting a WhatsApp API, [read this article](/deploy/whatsapp-business-api/getting-a-whatsapp-api.md).

{% embed url="<https://youtu.be/YZoNanw4jxo?si=n15Gq8ELUeuzSlK6>" %}

Once you receive a API from a BSP, follow these steps:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Meta</td><td></td><td></td><td><a href="/pages/VZzzyOs2kedEqz6sRyGF">/pages/VZzzyOs2kedEqz6sRyGF</a></td></tr><tr><td>360Dialog</td><td></td><td></td><td><a href="/pages/KQbokzSB6nmLDXb1BEyd">/pages/KQbokzSB6nmLDXb1BEyd</a></td></tr><tr><td>Twilio</td><td></td><td></td><td><a href="/pages/9iwvIYmIDreSvShRRjE3">/pages/9iwvIYmIDreSvShRRjE3</a></td></tr><tr><td>GupShup</td><td></td><td></td><td><a href="/pages/TXofloHxhg5niDlOkpYg">/pages/TXofloHxhg5niDlOkpYg</a></td></tr><tr><td>TechAlpha</td><td></td><td></td><td><a href="/pages/NOoo9BnBZoijUAGohz6S">/pages/NOoo9BnBZoijUAGohz6S</a></td></tr></tbody></table>


---

# 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://help.wotnot.io/deploy/publishing-agents/whatsapp.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.
