> For the complete documentation index, see [llms.txt](https://docs.kuasa.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kuasa.io/reach-customers/setup-whatsapp-unofficial-plugin-wabot.md).

# Setup Whatsapp Unofficial Plugin (Wabot)

If you have not registered yet Wabot account, you may create a new account at: <https://wabot.my/>

1. Log in to your Wabot account and connect your WhatsApp Unofficial. You may follow the steps in this tutorial:\
   <https://docs.fatomate.com/guides/6246c165-f1d5-46fb-a197-1e572adc57a8>
2. After successfully connecting your WhatsApp Unofficial in Wabot, go to the Wabot **Dashboard** and copy the following details and save in any file (notepad):
   * Instance ID
   * Access Token

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

3. Log in to your Kuasa account (<https://platform.kuasa.io/>).
4. Go to **Plug In** (on the left sidebar).

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

5. Find **Wabot plugin**, then click:

* Install Now
* Activate
* Configure

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

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

<figure><img src="/files/68IROfOq2KjC7Mn4HisV" alt=""><figcaption></figcaption></figure>

6. Go to the **Configuration** section.

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

7. Paste the **Instance ID** and **Access Token** that you copied from your Wabot account, then click the **Save Configuration** button.

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

Well done! You have successfully connected the Wabot Plugin.


---

# 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.kuasa.io/reach-customers/setup-whatsapp-unofficial-plugin-wabot.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.
