# Welcome!

If you are interested about the bots commands, you should visit the [command categories](https://docs.managebot.xyz/command-categories).

## Quick note about command syntax

When you see `<>`, it means that an argument is **required**,\
and `[]` means, that an argument is **optional**.\
\
Inside Discord, you will also see, which arguments are required and which are not.

{% hint style="success" %}
**Commands have notes about the permissions that a user needs to run them, as well as the permissions that the bot needs to execute them.**
{% endhint %}

The showcase for the command usage here is shown like the following:

**There are 3 types used in this documentation:**

* int: Integer = whole number that is not greater than 2,147,483,647.
* bool: Boolean = Choice between true or false. It'll most likely show "Yes" or "No".
* string: String = regular text (can contain numbers as well).

```
/parent group name <type: argument> [type: argument]
```

## Support

Join the [support server](https://discord.gg/4arXFSAt7w) and [invite ManageBot](https://discord.com/oauth2/authorize?client_id=890273033204420678\&permissions=2654858367\&scope=bot%20applications.commands).

## Get Started

Change your language by using this command:

```
/settings set-language <language>
```

Check your current set language by typing this command:

```
/settings current-language
```

## Help Command

The help command offers a great help command, displaying all commands in their correct categories and providing a direct link for each one, to this documentation.

```
/help
```


---

# 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.managebot.xyz/master.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.
