# Meta System User Token

This document will guide you through the step-by-step process for creating the access token.

**Step 1: Access the Meta Business Suite**

1. Open your web browser and navigate to the [Meta Business Suite](https://business.facebook.com/).
2. Log in to your Meta Business Suite account using your credentials.

**Step 2: Locate and Access Business Settings**

1. In the Meta Business Suite, find the top-left dropdown menu that displays your business account name.
2. Click on the Settings (gear) icon next to your business account name.

**Step 3: Navigate to Business Settings**

1. After clicking the Settings (gear) icon, a dropdown menu will appear.
2. Click on "Business settings" from the dropdown menu.

**Step 4: Create a system user**

1. Navigate to `System Users` "Users" in the sidebar.
2. Click on "System Users" and click "Add" to add a new user

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252FjT6jxFLMIXVJsAc6d4FC%252FAdd%2520System%2520User.png%3Falt%3Dmedia%26token%3D909f032c-f8ad-4876-ba04-2db644959df3&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=f81c3e62&#x26;sv=1" alt=""><figcaption><p>Add new system User</p></figcaption></figure>
3. Accept the policy to start adding user

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252Fr7zq8mCQADaVX9nd3xCk%252FAccept%2520Policy.png%3Falt%3Dmedia%26token%3D195e5c54-82b4-43ab-83c6-815102495126&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=aed767f7&#x26;sv=1" alt=""><figcaption><p>Accept Policy</p></figcaption></figure>
4. Once the "Create system user" pop-up opens, Give a name (E.g. BP-WhatsApp) and keep the user role as "Admin"

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252F9lVBnQ3p9ltoMfkYPWa7%252FName%2520user%2520and%2520Give%2520Role.png%3Falt%3Dmedia%26token%3D363a67ad-22c0-40e5-a33e-d01eb9ee1db3&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=8d8c3828&#x26;sv=1" alt=""><figcaption><p>Create system user</p></figcaption></figure>
5. Once the system user is added, Click on the "Generate new token"

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252FD27y15zsN1R20lGULUEH%252FGenerate%2520Token.png%3Falt%3Dmedia%26token%3Dce723e04-b622-470b-8bb8-9535580bf925&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=d0857fdc&#x26;sv=1" alt=""><figcaption><p>Generate new token</p></figcaption></figure>
6. Once the "Generate Token" pop-up opens up,
   1. Select the App that you created earlier.
   2. Choose Token expiration as "Never"
   3. Assign following permissions

      * whatsapp\_business\_messaging
      * public\_profile
      * email
      * whatsapp\_business\_management
      * catalog\_management
      * pages\_manage\_metadata
      * pages\_messaging
      * Business Asset User Profile Access
      * pages\_user\_locale
      * pages\_user\_timezone
      * pages\_user\_gender
      * pages\_read\_engagement
      * business\_management
      * pages\_show\_list

      <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252FQuz0L3XUPxSYQiZRR1hd%252FAssign%2520Permissions%2520and%2520create%2520token.png%3Falt%3Dmedia%26token%3D0148b066-fb29-412e-b996-e07e44998c2d&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=2e6dc98c&#x26;sv=1" alt=""><figcaption><p>Assignment of permission to access token</p></figcaption></figure>
   4. Skip the permission if you do not find the same in the list.
   5. Click "Generate Token"
7. Copy the token and save it safely. This is your System User Token which will be used to create the Bot.

#### Need Help?

Please feel free to reach out to us at <mark style="color:$primary;"><support@botpenguin.com></mark>, in case of any questions or concerns.


---

# 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://partners.botpenguin.com/partner-platform-guidelines/integration-setup/setup-facebook-app-for-whatsapp-and-facebook-bots/meta-system-user-token.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.
