# How to create a permanent token  for Whatsapp communication?

Access your Facebook business manager [here](https://business.facebook.com/), go to the System users tab :&#x20;

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

Once on the system user screen, create a new system user. A modal will be showned, you will have to enter your system user name, the role for this system user ( i recommend you to choose Admin )

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

Once done, we'll need to add assets to the system user we created. Those assets will assign to the system user the permission to send whatsapp message and do custom events.

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

You'll need to select the permissions that matter to you.

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

Once done, you'll get a similar display on your system user screen.

<figure><img src="/files/7y2rkHZOGhWCiMNTu2Im" alt=""><figcaption></figcaption></figure>

Then, in order to send automatic messages from your website, we will need a permanent token so Facebook easily validates any request sent using our WhatsApp phone number.

Due to the app, I created into the Facebook app, the WhatsApp permissions are the ones relevant for our current case scenario.

If you are sure that each 60 days, you can reset your permanent token, then his the 60 days otherwise choose the option Never.

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

Once done a permanent token will be generated by the system, this one will help us to send WhatsApp messages without restrictions and anytime you want.


---

# 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://docs.homescriptone.com/wordpress-plugins/ultimate-automator-archived/how-to-create-a-permanent-token-for-whatsapp-communication.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.
