# Moderation

{% hint style="info" %}
**Reminder :**

`command (optional) [required] [choice|choice_2]`

* Parameters between parenthesis are optional.
* Parameters between square brackets are required.
* Parameters separated by vertical bars means that you have to choose one of them.&#x20;
* Any characters outside parenthesis and brackets are supposed to be written.
  {% endhint %}

| Usage                  | Help                                                                                                                  |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------- |
| **`kick [user]`**      | Kicks a user from the server.                                                                                         |
| **`ban [user]`**       | Kicks a user from the server.                                                                                         |
| **`hackban [ID]`**     | Bans a user from the server with his ID.                                                                              |
| **`voicekick [user]`** | Kicks a user from a voice channel.                                                                                    |
| **`clean (num_msg)`**  | <p>Cleans up (num\_msg) of Watora commands from the channel.</p><p><em>num\_msg is 100 if not specified.</em></p>     |
| **`purge (num_msg)`**  | <p>Removes up to (num\_msg) messages posted in chat.</p><p><em>num\_msg is 100 if not specified.</em></p>             |
| **`stfu (num_msg)`**   | <p>Removes up to (num\_msg) messages posted in chat from a user.</p><p><em>num\_msg is 100 if not specified.</em></p> |


---

# 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://watora.gitbook.io/watora/commands/moderation.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.
