# Context commands

{% hint style="info" %}
RBM - right button mouse

For mobile device users - pinch with your finger
{% endhint %}

{% hint style="info" %}
:hammer: - the Administrator permission is required
{% endhint %}

|        Command name       |           Command description           |                    Usage                    |
| :-----------------------: | :-------------------------------------: | :-----------------------------------------: |
| :hammer:Delete components |     Remove components from a message    | Message -> RBM -> Apps -> Delete components |
|    :hammer:Edit message   |        Change the message content       |    Message -> RBM -> Apps -> Edit message   |
|       Embed to JSON       |   Convert embed object to JSON format   |   Message -> RBM -> Apps -> Embed to JSON   |
|         Get avatar        |          Get the user's avatar          |      User -> RBM -> Apps -> Get avatar      |
|       Like the user       |               Like a user               |     User -> RBM -> Apps -> Like the user    |
|          Profile          |            View user profile            |        User -> RBM -> Apps -> Profile       |
|       :hammer:Repeat      | Repeat the message on behalf of the bot |       Message -> RBM -> Apps -> 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/eng/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.
