# Getting all the necessary details from Meta Developer Dashboard

This document will guide you through the step-by-step process of copying essential details from the Meta Developer Dashboard. By following these instructions, you can retrieve important information necessary for integrating WhatsApp services into your application or business.

#### **Step 1:** Access the Developer Dashboard

1. Open your web browser and navigate to the Meta Developer Dashboard.
2. Log in to your developer account using your credentials.

#### **Step 2:** Navigate to WhatsApp API Setup

1. Once you are logged in, you will find the dashboard's sidebar.
2. Click on the "API Setup" option under the "WhatsApp" section.

<figure><img src="/files/bL2Nr4gBVbPRTpmCVgs9" alt="API Setup Page"><figcaption><p>API Setup Page</p></figcaption></figure>

#### **Step 3:** Select Phone Numbers and Copy Details

1. In the WhatsApp API setup page, proceed to "Step 1: Select phone numbers."
2. Select the correct "From" number from the available options.
3. Copy both the "Phone number ID" and "WhatsApp Business Account ID" (WABA ID) displayed on the page.

<figure><img src="/files/6I0RYi9ZaJYCtPqQZzuq" alt="Copy Phone Number and WABA ID"><figcaption><p>Copy Phone Number and WABA ID</p></figcaption></figure>

#### **Step 4:** Copy the "System User token" that you generated. if you missed the same, Visit below page&#x20;

{% content-ref url="/pages/UKHEJEsyHlpEaXWdDOnx" %}
[Assign System User to WhatsApp Account](/whatsapp-bot-creation/assign-system-user-to-whatsapp-account.md)
{% endcontent-ref %}

Congratulations! You have successfully copied the essential details from the Meta Developer Dashboard, including the "Phone number ID," "WhatsApp Business Account ID" (WABA ID), and "System User Token." These details are crucial for integrating and using WhatsApp services within your application or business.

Please ensure to keep these details secure and do not share them with unauthorized parties. If you encounter any difficulties or have further questions regarding the Meta Developer Dashboard, please refer to the official Meta documentation or contact SkooBot support team for assistance.


---

# 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.skoobot.com/whatsapp-bot-creation/getting-all-the-necessary-details-from-meta-developer-dashboard.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.
