# How to replace WhatsApp buttons

<mark style="color:orange;">**Buttons are not supported in WhatsApp.**</mark>

To provide this function, you can use button hints.

**To set this up:**

1. In the block settings, go to the **Buttons** tab.
2. Click **"Advanced settings"**.
3. Enter your hint text in the field labeled **"Tooltip for messengers without buttons"**.

<div data-with-frame="true"><figure><img src="/files/19l0zytU6T9eTqdhbxrW" alt="" width="563"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/H4Bnqm2W27UzFSsmtyH0" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="success" %}
The text added in the **"Tooltip for messengers without buttons"** field will be displayed **only in messengers that do not support buttons** (specifically WhatsApp).
{% endhint %}

**How to use the field for messengers without buttons:**

Enter text that clearly instructs the client what to send to proceed. This prompt will be displayed in messengers like WhatsApp that do not support interactive buttons.

<div data-with-frame="true"><figure><img src="/files/TeSxflnk5UB15hfhwXFw" alt="" width="563"><figcaption></figcaption></figure></div>

Then click **"Save"**.

<div data-with-frame="true"><figure><img src="/files/zAacmsvEljWYQ38tZndx" alt="" width="563"><figcaption></figcaption></figure></div>

**To configure number-based triggers without affecting button labels in other messengers, add the corresponding numeric triggers to your connections.**

This allows a block transition to be triggered by either a button press (in supported messengers) or the user typing the number (e.g., in WhatsApp).

**Configuration steps:**

1. **Create connections:** create connections to the target blocks from the block with buttons.
2. **Set triggers:** open the settings for each connection. In the trigger field, enter the numbers you defined in the button's advanced settings, separated by semicolons.

**Example:** For the triggers "1" and "2" from the hint, you would enter: `1;2`

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

**Done!** **The configuration is now complete.**

* In messengers that support interactive buttons, users will see the button interface.
* In WhatsApp, users will instead receive the text message:

**"Send me only the number:**\
**1 - if you want to continue**\
**2 - if you want to go back"**


---

# 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.mavibot.ai/chatbot/builder/buttons/whatsapp.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.
