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

# Getting a WhatsApp API

{% hint style="info" %}
Available on the **STARTER** plan and above.&#x20;
{% endhint %}

WotNot uses an embedded signup approach to create a WhatsApp API for a new business.

Follow the steps to get a new WhatsApp API:

## Step 1: Initiate the embedded signup process

1. Goto Channels -> WhatsApp -> Configuration
2. Click on 'Get WhatsApp API'
3. This will open the Facebook onboarding popup&#x20;

<figure><img src="/files/bijqQDXDUcUEH9MI7n6y" alt=""><figcaption></figcaption></figure>

## Step 2: Choose a Facebook business account

Meta requires a Facebook business account to be associated with your WhatsApp number.&#x20;

You can see the existing portfolio in the dropdowns, or choose to create a new Facebook business account.

Refer this video for complete walkthrough of the steps:

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

<figure><img src="/files/eYvNZDtQPNX8ElZnt1oz" alt=""><figcaption></figcaption></figure>

## Step 3: Create a WhatsApp business account

1. Choose 'Create a new WhatsApp Business account'
2. Choose 'Create a new WhatsApp Business profile'.&#x20;

<figure><img src="/files/Hc2wStDrcoWYltaJ5WJj" alt=""><figcaption></figcaption></figure>

## Step 4: Create your WhatsApp profile

Here you add information that others will see about your company when they message your WhatsApp number.&#x20;

**WhatsApp business account name** - It is an internal name only visible inside your Meta business account.

**WhatsApp business display name** - This name is what contacts will see on your WhatsApp profile.

**Category** - Select the category that best describes your business.

**Timezone** - Local timezone of your business.

**Business description** - Short description about your business.

**Website** - Website URL of your business.

<figure><img src="/files/ZV13nAlV8A4DpBiPX2VZ" alt=""><figcaption></figcaption></figure>

## Step 5: Add your phone number for WhatsApp

This is the number that people will see when they chat with your business.

You will be required to verify this number with a **text message** or a **phone call**. &#x20;

{% hint style="warning" %}
Make sure this number does not have an active WhatsApp account.&#x20;

If you do, delete the WhatsApp account.
{% endhint %}

<figure><img src="/files/0FpfwtHChUqRuZCWbcHb" alt=""><figcaption></figcaption></figure>

Once you complete the verification of the number, your WhatsApp account will be connected to your WotNot account.&#x20;

<figure><img src="/files/0K97RdeDJxecc4P72N75" alt="" width="563"><figcaption></figcaption></figure>

You can then connect your WhatsApp chatbot, and activate it for this WhatsApp number.


---

# 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://help.wotnot.io/deploy/whatsapp-business-api/getting-a-whatsapp-api.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.
