> For the complete documentation index, see [llms.txt](https://beast-era.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beast-era.gitbook.io/doc/commands/information.md).

# Information

| Command        | Description                                                                                                                                          | Usage                                                               | Aliases                   | Bot Permissions                      | User Permissions |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------- | ------------------------------------ | ---------------- |
| Avatar         | Shows the avatar of yours or the specified user.                                                                                                     | `beast avatar (user's id)`                                          | `av`, `icon`              | `Embed Links`                        | `None`           |
| Channelinfo    | Shows the information about the specified channel or the current channel. All channel types are supported for example: Voice, text, threads, stage.  | `beast channelinfo (channel)`                                       | `ci`, `channel-info`      | `Embed Links`, `Use External Emojis` | `None`           |
| Color          | Shows information about a specific color hex code.                                                                                                   | `color <hexcode>`                                                   | `color-info`, `colorinfo` | `Embed Links`, `Use External Emojis` | `None`           |
| Dump           | Shows a list of members in the specified role.                                                                                                       | `beast dump <role>`                                                 | `role-members`            | `Embed Links`, `Use External Emojis` | `Manage Guild`   |
| Firstmessage   | Returns the information about the first message of the specified or current channel.                                                                 | `beast firstmessage (channel)`                                      | `firstmsg`                | `Embed Links`, `Use External Emojis` | `None`           |
| Getid          | Returns the id of the Discord User mentioned/name or Guild Channel mentioned/name or Guild Role mentioned/name or Discord Emoji in the form :emoji:. | `beast getid <Discord User/Guild Channel/Guild Role/Discord Emoji>` | `get-id`                  | `Embed Links`, `Use External Emojis` | `None`           |
| Membercount    | Shows current members count.                                                                                                                         | `beast membercount`                                                 | `memberscount`, `mc`      | `Embed Links`, `Use External Emojis` | `None`           |
| Mutual-servers | Returns a list of all mutual servers of the specified user with the bot.                                                                             | `beast mutual-servers <user>`                                       | `mutuals`, `get-mutuals`  | `Embed Links`, `Use External Emojis` | `None`           |
| Reach          | Shows channels reach of the members with the specified roles.                                                                                        | `beast reach <channel> <role1> (role2) (role3) (....)`              | `None`                    | `Embed Links`, `Use External Emojis` | `None`           |
| Roleinfo       | Shows information about a role.                                                                                                                      | `beast roleinfo <role>`                                             | `ri`, `role-info`         | `Embed Links`, `Use External Emojis` | `None`           |
| Serverinfo     | Shows information about the current server.                                                                                                          | `beast serverinfo`                                                  | `si`, `server`            | `Embed Links`, `Use External Emojis` | `None`           |
| Userinfo       | Shows info about a specified user or yours if none specified.                                                                                        | `beast userinfo (user)`                                             | `user`, `ui`, `whois`     | `Embed Links`, `Use External Emojis` | `None`           |

{% hint style="warning" %}
These commands requires \`Embed Links\` and \`Use External Emojis\` permissions. Make sure to give it to the bot so the commands work properly.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://beast-era.gitbook.io/doc/commands/information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
