# Commands

| Command                                                 | Description                                        |
| ------------------------------------------------------- | -------------------------------------------------- |
| <mark style="color:green;">**`/av`**</mark>             | Display the avatar of a user                       |
| <mark style="color:green;">**`/botinfo bot`**</mark>    | Information about the bot                          |
| <mark style="color:green;">**`/botinfo system`**</mark> | Information about the system the bot is running on |
| <mark style="color:green;">**`/debug message`**</mark>  | View any configured message in file lang.json      |
| <mark style="color:green;">**`/help`**</mark>           | Information about the bot                          |
| <mark style="color:green;">**`/info`**</mark>           | User information                                   |
| <mark style="color:green;">**`/ping`**</mark>           | Bot's latency                                      |
| <mark style="color:green;">**`/reload config`**</mark>  | Reload configuration file                          |
| <mark style="color:green;">**`/reload command`**</mark> | Reload command                                     |
| <mark style="color:green;">**`/restart`**</mark>        | Restart bot                                        |
| <mark style="color:green;">**`/server`**</mark>         | Displays information about the server              |
| <mark style="color:green;">**`/setup`**</mark>          | Setup the bot                                      |
| <mark style="color:green;">**`/stats guild`**</mark>    | Displays guild statistics                          |
| <mark style="color:green;">**`/stats user`**</mark>     | Displays user statistics                           |
| <mark style="color:green;">**`/status`**</mark>         | Iynx Development system status                     |
| <mark style="color:green;">**`/stealemoji`**</mark>     | Steal an emoji                                     |
| <mark style="color:green;">**`/invites`**</mark>        | Check an user's invites                            |
| <mark style="color:green;">**`/whoinvited`**</mark>     | Check who invited an user                          |
| <mark style="color:green;">**`/suggest`**</mark>        | Submit a suggestion                                |


---

# 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.iynxdev.com/plugins/general-core/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.
