# Chat

{% hint style="info" %}
All commands start with the prefix !, or your custom prefix.\
Inside usage arguments, "?" denotes an optional argument
{% endhint %}

#### delay

```
- Description: Sets a chat delay for bot responses (in ms).
- Usage: !delay <0-5000>
- Example: !delay 3000
- Tier: free
- Usable by: anyone
```

#### tr

```
- Description: Translate a message to another language
- Usage: !tr <toLang> <fromLang | 'auto'> <message>
- Example: !tr en auto Allons attaquer cette base à m12
- Tier: premium
- Usable by: anyone
```


---

# 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.rustplustwo.com/chat-commands/chat.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.
