> 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/uk/chatbot/builder/knopki.md).

# Кнопки

**Кнопки є одним із найінтуїтивніших елементів для користувачів чатботів.**

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

Кнопки — це потужний інструмент для спрямування користувачів і спрощення їхньої взаємодії з ботом. Замість того щоб вводити відповідь, користувач може просто натиснути кнопку, щоб перейти до певного блоку. Для більшої гнучкості система також розпізнаватиме й оброблятиме текст кнопки, якщо користувач введе його вручну.

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

* Telegram
* Viber
* Facebook Messenger
* Instagram

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

Ці месенджери підтримують два основні формати кнопок:

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

* [Як створити кнопку](/doc/uk/chatbot/builder/knopki/create.md)
* [Кнопка з посиланням](/doc/uk/chatbot/builder/knopki/knopki-z-posilannyam.md)
* [кнопка "Запросити номер телефону"](/doc/uk/chatbot/builder/knopki/phone.md)
* [кнопка запиту місцезнаходження](/doc/uk/chatbot/builder/knopki/knopka-zapitu-geolokaciyi.md)
* [кнопка поділу](/doc/uk/chatbot/builder/knopki/knopka-poshirennya.md)
* [кнопка зворотного дзвінка](broken://pages/79c7e4428163ce6e89112b26937c13e922f8d2b9)
* [кнопка Web App](/doc/uk/chatbot/builder/knopki/webapp.md)
* [Як замінити кнопки WhatsApp](/doc/uk/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/uk/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.
