# Команди бота

### Список команд

```
start - Перезапуск бота, якщо немає кнопок унизу
payinbot - Оплатити участь
readmore - Далі
usertop - ТОП 10 користувачів
progress - Мій прогрес
content - Контент / Курси
restartcourse - Перезапуск курсу / інформації
help - ЧАП (Часті запитання)
invitefriends - Запросити друзів
mainmenu - Меню
balance - Баланс
dicediscount - Кинути кубик
```

### Як прописати команди?

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

1. Заходимо в [@BotFather](https://t.me/BotFather) (бота адміністрування ботів в Telegram).
2. Вибираємо свого бота.
3. Набираємо команду /setcommands.
4. Копіюємо весь список команд, який був вказаний вище.
5. Натискаємо Enter (або Ввести).

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

![Команды успешно прописаны](/files/-MeQ_BhI6g_nql2WgHfA)

Далі можна використовувати на свій смак у текстах курсу.

![Пример команд и меню внутри бота](/files/-MeQWlJAjIDCY801xpqB)


---

# 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/help/ua/komandy.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.
