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

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

```
start - Перезапуск бота, если нет кнопок внизу
payinbot - Оплатить участие
readmore - Далее
content - Контент / Курсы
restartcourse - Перезапуск курса / информации
continue - Продолжить проходить
progress - Мой прогресс
help - FAQ
mainmenu - Меню
balance - Баланс
invitefriends - Пригласить друзей
usertop - ТОП 10 пользователей
dicediscount - Бросить кубик
```

### Как прописать команды?

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

Заходим в [@BotFather](https://t.me/BotFather)

Выбираем своего бота.

Набираем команду /setcommands

Копируем весь список команд выше.

Жмем ввод.

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

Далее можно по вкусу использовать в текстах курса.

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

{% embed url="<https://www.youtube.com/watch?v=XKWakLcCHsE>" %}


---

# 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/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.
