# Commands

**Command for user**

* `!help` or `/help` :sos: &#x20;

**Command for administrator**

* The bot can be auto set with the command 🛠️: `!setup` (if you change this all the bot prefixes change!)

* Change the prefix do ✒️: `!changeprefix`&#x20;

* Change the channel id do 📗: `!changechannel`

* Change the role id do📝: `!Changerole`&#x20;

* Change the setting

  * enable or disable auto delete of messages: `!setting deleteMessage "true / false"`
  * enable or disable the bot nickname change based on the user: `!setting changeNickname` "true / false"
  * enable or disable the ability to use the bot outside the voice: `!setting speakOutside "true / false"`
  * enable or disable the possibility of using the bot in a single: `!setting onlyonevocal true / false`

* The default language 📚 is english if you want to change it use the command `!setlanguage`, compatible languages are <https://cloud.google.com/speech-to-text/docs/languages>

  <br>


---

# 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://wiki.thomas05.it/commands/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.
