> For the complete documentation index, see [llms.txt](https://help.cleverapp.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cleverapp.pro/messendzhery/whatsapp/menyu-dlya-whatsapp.md).

# Меню для WhatsApp

1. Включение возможности отвечать цифрами

Для того бот реагировал на цифры и сопоставлял их с пунктами меню, включите эту возможность в каждом блоке.

<figure><img src="/files/kdDM5aMREGX2oPzNmgOC" alt=""><figcaption><p>Раздел "Дополнительно" в редактировании блока</p></figcaption></figure>

2. Автоматическая генерация текстового меню для WhatsApp

На момент написания статьи, не поддерживает кнопки для ботов, поэтому воспользуйтесь текстовым меню.

Для этого в каждом блоке настройте автоматическую генерацию меню.

<figure><img src="/files/PKFtyl9QIVCcVgpfEwn4" alt=""><figcaption><p>Настройка клавиатуры в редактирования блока</p></figcaption></figure>

<figure><img src="/files/8cVMv9bdYyJkwHyF2QuO" alt=""><figcaption><p>Настройка клавиатуры</p></figcaption></figure>

Таким образом пункты меню добавятся в сообщение от бота в текстовом виде. Вы так же можете добавить префикс меню, который будет вставлен перед пунктами меню.

3. Включить клавиатуру

<figure><img src="/files/CgEzBlF7U9CfdPdyaOAM" alt=""><figcaption><p>Включить кдавиатуру</p></figcaption></figure>

Данная настройка работает только для провайдера GreenApi. Отправляются только первые 3 кнопки, и в связи технической особенности провайдера, кнопки не отправляются клиентам на iPhone.


---

# 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://help.cleverapp.pro/messendzhery/whatsapp/menyu-dlya-whatsapp.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.
