# Кнопки бота

Кнопки бота делятся на стандартные кнопки и кастомные кнопки созданные вручную.

Стандартные кнопки - это кнопки образовательной платформы.&#x20;

Например, используя почтовый клиент у вас есть кнопка Отправить почту или Полчуить почту и их нельзя выключить, так как это лишает смысл приложения.

Аналогично у нас на пратформе есть Меню, Оплатить и т.д.

Мы предусмотрели отключение всех системных кнопок на ваше усмотрение.

{% embed url="<https://youtu.be/PZo2M7MMacU>" %}


---

# 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.lessondelivery.com/howto/wiki/buttons.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.
