# Bot

## /bot docs

This command gives a link to this beautiful website.

```
/bot docs
```

## /bot ping

This command shows the latency of the bot.

```
/bot ping
```

## /bot required-permissions

This command shows all the required permissions for the bot, as well as their categories.

```
/bot required-permissions
```

## /bot servers

This command shows the amount of servers the bot is in.

```
/bot servers
```

## /bot info

This command shows a lot of information about the bot.

```
/bot info
```

## /bot uptime

Shows the current uptime of the bot.

```
/bot uptime
```

## /bot supporters

Shows supporters and people who helped improving the bot.

```
/bot supporters
```

## /bot suggest

Send a suggestion in the [#➕・feature-suggestions](https://discord.gg/MJH3wPtChW) channel on the support server.

{% hint style="warning" %}
Abusing this feature will result in restricted access.
{% endhint %}

```
/bot suggest <string: feature>
```

## /bot shards

Shows your statistics about ManageBots shards.

```
/bot shards
```


---

# 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/command-categories/bot.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.
