> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-campaigns/whatsapp-official/register-a-meta-developer-account.md).

# Register a Meta Developer Account

<mark style="color:red;">**Note: The flow and interface may vary depending on each Facebook account. If you encounter any difficulties during this process, please contact the support team for further assistance.**</mark>

1. Login to your Facebook account
2. Open this link <https://developers.facebook.com/> in a new tab.&#x20;
3. Choose **Create a Meta for Developers** account or click the **Get Started** button (top right).

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

4. At Register, click the **Continue** button.

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

5. At Verify account, fill in the **phone number** that you will use to log in to the Developer account, and click **Send Verification SMS**.
6. Fill in the SMS code received from Meta, then click **Continue**.

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

7. At Contact info, fill in the email address, and click the **Confirm Email** button.

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

8. At About you, choose **Other** then click the **Complete Registration** button.

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

Next page will be the tutorial on Creating Your First Apps! Please click bottom right link to proceed.


---

# 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://tutorials.kuasa.io/getting-started/kuasa-campaigns/whatsapp-official/register-a-meta-developer-account.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.
