> For the complete documentation index, see [llms.txt](https://docs.oneroute.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneroute.io/whatsapp-api/getting-started.md).

# Getting Started

1. Create a [Facebook Business Manager Account](https://business.facebook.com/overview).
2. Create an account with any of our supported Whatsapp 3rd Party Providers - [**360Dialog**](< https://hub.360dialog.com/lp/whatsapp/y8a0kLPA>) **(Preferred)** or [Infobip](https://www.infobip.com/contact).
3. After creating an account, you will be provided with an **`API Key`.** This will be used to set up your OneRoute Whatsapp API in production.

### Connect your WhatsApp channel on OneRoute

* Sign in to your OneRoute account.
* Navigate to **Settings** and click [**Channels**](https://app.oneroute.io/settings/channels).

![OneRoute - Add a Channel](/files/hwRgmcAUOqXBTd72fS3q)

* Click **Add an account** in the WhatsApp section(s).
* Select the **Live** option, and enter the **API Key** gotten from your chosen Whatsapp 3rd party provider.
* Click **Verify**.

{% hint style="info" %}
If you entered the correct **API Key**, you would have successfully connected a **WhatsApp** channel.
{% 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:

```
GET https://docs.oneroute.io/whatsapp-api/getting-started.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.
