# Info Commands

In this section, we will describe the various commands available for getting information about the bot. These commands allow you to check the current version and status of the bot, as well as other important details about its operation. Whether you want to check the uptime of the bot, see how much memory it is using, or just want to know how many guilds and users it is currently connected to, these commands have you covered. So, without further ado, let's dive into the documentation and learn how to use these powerful commands to their full potential on your Discord server. With just a simple command prefix, you can easily access a wealth of information about the bot's operation and performance, all at your fingertips.

<details>

<summary>/help</summary>

Shows you all Tempy commands and important forwardings.

</details>

<details>

<summary>/info version</summary>

The /info version command allows you to view the current version of the Tempy Discord bot.

</details>

<details>

<summary>/info status</summary>

The /info status command provides information about the current status of the bot, including its uptime, memory usage, number of guilds it is a part of, number of users it can see, and latency. This information can be helpful for debugging and understanding the performance of the bot on your Discord server.

</details>

<details>

<summary>/info overview</summary>

See an overview of all Tempy channels and creating-channels on your server, including the amount of channels, the amount of users in each channel and the owner of each Tempy channel.

</details>


---

# 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.tempybot.me/tempy-commands/info-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.
