# 🔧Utilities

| Name                             | Description                                       | Example                       |
| -------------------------------- | ------------------------------------------------- | ----------------------------- |
| -avatar {@member}                | Sends the profile picture of the mentioned member | -avatar @Rensjuh              |
| -ping                            | Shows the ping of Otay!                           | -ping                         |
| -poll {question}                 | Let your members decide!                          | -poll Is Otay! a good bot?    |
| -serverinfo                      | Sends all the info about your server!             | -serverinfo                   |
| -botinfo                         | Sends the stats of Otay!                          | -botinfo                      |
| -userinfo {member}               | Sends the userinfo of the mentioned user          | -userinfo @Rensjuh            |
| -bitcoin                         | Sends the current price for bitcoin               | -bitcoin                      |
| -createinvite                    | Creates a permanent invite link to the server     | -createinvite                 |
| -weather {city}                  | Send the current weather in that city             | -weather London               |
| -wikipedia {term}                | Defines the term with information from wikipedia  | -wikipedia Discord            |
| -qr {site}                       | Sends a QR Code                                   | -qr <https://otay.cf>         |
| -translate {language} {sentence} | Tranlates your sentence                           | -translate fr Hello, im Otay! |


---

# 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://rensjuh.gitbook.io/otay/commands/utilities.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.
