# Prerequisites for WhatsApp Bots

This page contains the info about all you need to create WhatsApp Bot

In order to create the WhatsApp bot using the WhatsApp cloud API, the following things are required.

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before you start creating the WhatsApp bot, Make sure that you have

* A phone number that is
  * Active & capable of receiving SMS.
  * Not registered on WhatsApp or WA Business App.
* Registered legal business
* An active website with a valid privacy policy
* A valid payment method (Debit or Credit card) capable of making international payments to Meta for conversation charges.
* GSTIN Number, Only if the business is registered in India.

If you have all of the above checked, You are good to start with WhatsApp Cloud API Bot.

Please note that a single mobile number can only be utilized on one of the WhatsApp services at a given time, namely WhatsApp, WA Business, or WhatsApp Business API. If you wish to use your existing number, you are required to remove your account from one service before using it on another.

Previous WhatsApp Bot Creation with Manual Onboarding Next Create a Meta App


---

# 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.chatbudds.com/chatbudds-onboarding-support-knowledge-base/whatsapp-bot-creation-with-manual-onboarding/prerequisites-for-whatsapp-bots.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.
