# Information

## :rocket: Introduction

Looking for information about a server, a user... or maybe the profile picture or banner of any user or server and much more? John-Bot's information commands have you covered! Explore every command described in detail on this page.

## :clipboard: Command List

| Command         | Description                                           | Example                                                 |
| --------------- | ----------------------------------------------------- | ------------------------------------------------------- |
| /bot-info       | Displays some information about John-Bot.             | ![/bot-info command](/files/1KzppdCqdByI6Z25DWff)       |
| /user avatar    | Displays a user's avatar.                             | ![/user avatar command](/files/J5dvNKwjJEkCVha9QfUk)    |
| /user banner    | Displays a user's banner.                             | ![/user banner command](/files/5q6DuzGsvRgf4piHS9s4)    |
| /user info      | Displays some information about a user.               | ![/user info command](/files/8AkEouVCHhlEd7L5l9CX)      |
| /server icon    | Displays the server icon.                             | ![/server icon command](/files/b9DzNJmWe6uE3yXASyA2)    |
| /server banner  | Displays the server banner.                           | ![/server banner command](/files/EymNxdvvrhUcBhfMl5kn)  |
| /server info    | Displays some information about the server.           | ![/server info command](/files/os8R9vb6CJHH8KAtyHUb)    |
| /server members | Displays some information about the server's members. | ![/server members command](/files/TpCTMwoLKS6CVH9KNZeu) |
| /role info      | Displays some information about a role.               | ![/role info command](/files/JPuoEU058yhJe17UzHSV)      |
| /role color     | Displays a role's color.                              | ![/role color command](/files/Oilm0wea1tVUJcHpzRJv)     |
| /channel-info   | Displays some information about a channel.            | ![/channel-info command](/files/rOgLSIgrh9pbVVFFnlH3)   |
| /ping           | Displays John-Bot's latency.                          | ![/ping command](/files/b3HEqExos5LlfhLbepea)           |
| /status         | Displays the status of John-Bot's shards.             | ![/status command](/files/r4NreuPN3c1KYNUVwV4e)         |
| /uptime         | Displays how long John-Bot has been running.          | ![/uptime command](/files/hDXXMazPFXSDNdQTi7sR)         |
| /color          | Displays some information about a color.              | ![/color command](/files/VoPdn32tS0zFKFxpwZrR)          |


---

# 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://help.johnbot.app/en/features/information.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.
