> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/ru/chatbot/builder/knopki.md).

# Кнопки

**Кнопки — один из самых интуитивно понятных элементов для пользователей чат-бота.**

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

Кнопки — мощный инструмент для направления пользователей и упрощения их взаимодействия с ботом. Вместо того чтобы вводить ответ, пользователь может просто нажать кнопку, чтобы перейти к определённому блоку. Для гибкости система также распознает и обработает текст кнопки, если пользователь введёт его вручную.

**Поддерживаемые мессенджеры**\
Эта функция доступна на следующих платформах:

* Telegram
* Viber
* Facebook Messenger
* Instagram

**Типы кнопок**

Эти мессенджеры поддерживают два основных формата кнопок:

1. **Кнопки ответа (клавиатура):** Появляются под полем ввода сообщения, заменяя стандартную клавиатуру. Они идеально подходят для представления понятных вариантов с несколькими ответами.
2. **Встроенные кнопки:** Встроены непосредственно в текст сообщения. Лучше всего подходят для действий, таких как открытие веб-сайта или переход внутри текущего контекста.

* [Как создать кнопку](/doc/ru/chatbot/builder/knopki/create.md)
* [Кнопка со ссылкой](/doc/ru/chatbot/builder/knopki/knopki-so-ssylkoi.md)
* [кнопка "Запросить номер телефона"](/doc/ru/chatbot/builder/knopki/phone.md)
* [кнопка запроса геолокации](/doc/ru/chatbot/builder/knopki/knopka-zaprosa-geolokacii.md)
* [кнопка «Поделиться»](/doc/ru/chatbot/builder/knopki/knopka-podelitsya.md)
* [кнопка обратного звонка](broken://pages/586bc990caede021f07fd2a2ad2a33717e13ed89)
* [кнопка Web App](/doc/ru/chatbot/builder/knopki/webapp.md)
* [Как заменить кнопки WhatsApp](/doc/ru/chatbot/builder/knopki/whatsapp.md)


---

# 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.mavibot.ai/doc/ru/chatbot/builder/knopki.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.
