# Контекстные команды

{% hint style="info" %}
ПКМ - правая кнопка мыши\
Для пользователей мобильных устройств - зажать пальцем
{% endhint %}

{% hint style="info" %}
:hammer: - требуется право **Администратор**
{% endhint %}

|      Название команды     |            Описание команды           |                      Применение                     |
| :-----------------------: | :-----------------------------------: | :-------------------------------------------------: |
| :hammer:Delete components |    Удалить компоненты из сообщения    | Сообщение -> ПКМ -> Приложения -> Delete components |
|    :hammer:Edit message   |     Изменить содержимое сообщения     |    Сообщение -> ПКМ -> Приложения -> Edit message   |
|       Embed to JSON       |  Перевести embed объект в формат JSON |   Сообщение -> ПКМ -> Приложения -> Embed to JSON   |
|         Get avatar        |      Получить аватар пользователя     |   Пользователь -> ПКМ -> Приложения -> Get avatar   |
|         Get emojis        | Получить кастомные эмодзи в сообщении |     Сообщение -> ПКМ -> Приложения -> Get emojis    |
|       Like the user       |         Лайкнуть пользователя         |  Пользователь -> ПКМ -> Приложения -> Like the user |
|          Profile          |    Посмотреть профиль пользователя    |     Пользователь -> ПКМ -> Приложения -> Profile    |
|       :hammer:Repeat      |   Повторить сообщение от имени бота   |       Сообщение -> ПКМ -> Приложения -> Repeat      |


---

# 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.wetbot.space/commands/context.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.
