> For the complete documentation index, see [llms.txt](https://docs.askyazi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.askyazi.com/setting-up-the-whatsapp-api-number/creating-a-whatsapp-api/summary.md).

# Summary

#### Step by Step Summary <a href="#step-by-step-summary" id="step-by-step-summary"></a>

1. Get your Business manager verified and set up a new app in the [Developer portal](https://developers.facebook.com/apps/?business_id=830641582007032)
2. Add WhatsApp as a product in your new app in Developers portal
3. Setup a number in section 5 of “API Setup” in the [developers portal](https://developers.facebook.com/apps/759218118860831/whatsapp-business/wa-dev-console/?business_id=1501389280339074)
4. Add configuration keys - Callback URL and Verify token in the [Configuration section](http://developers.facebook.com/apps/863866785133829/whatsapp-business/wa-dev-quickstart/?business_id=270701782581397)
5. In the “Webhook fields” section directly below, press the “Manage” button and click ALL the tickboxes in “Subscribe” column
6. Add payment method in [Meta Business Manager](https://business.facebook.com/settings/whatsapp-business-accounts/106676589182397?business_id=1501389280339074)
7. Generate System User token\
   i. In [Business Manager](http://business.facebook.com/settings/system-users/61551346053861?business_id=1501389280339074), create an Asset with “Manage App” under Full control

   ii. Generate token - Select “Never” for token expiration and tick the following boxes

   1. Business Management
   2. WhatsApp business messaging
   3. WhatsApp Business management

   iii. Copy token and send it to Yazi
8. Copy the Phone number ID and WhatsApp Business Account ID in [API setup](https://developers.facebook.com/apps/759218118860831/whatsapp-business/wa-dev-console/?business_id=1501389280339074) in the developers Portal and send it to Yazi
9. Toggle Developer mode to be on Live

{% embed url="<https://app.tango.us/app/embed/Navigating-Research-Surveys-and-Configuring-WhatsApp-Manager---Meta-for-Developers-fc2a3edc11a344e4aef9643ca3780e2f>" %}

#### [META FOR DEVELOPERS](https://developers.facebook.com/apps/?business_id=830641582007032) <a href="#meta-for-developers" id="meta-for-developers"></a>

[<br>](https://yazi-1.gitbook.io/setting-up-whatsap/group-1/create-app-in-developers-portal)


---

# 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.askyazi.com/setting-up-the-whatsapp-api-number/creating-a-whatsapp-api/summary.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.
