# Context Commands

> Context commands are very useful as shortcut for regular slash commands.

We currently have 2 context commands:

* Detect Language
* Translate Message

<figure><img src="/files/yIgoXlsP7H4E2BHD397C" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Mzp3Q2Hm9nxFiQQPpfjN" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Translate command will translate the message into your native Discord configured language. In our example, Discord is configured in French, so it translates the message into French.\
\
Actually you can change this, [read this page](/fundamentals/context-commands/manually-change-native-language.md) for more information about it.
{% endhint %}


---

# 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.itranslator.app/fundamentals/context-commands.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.
