> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baobun.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Info

> View detailed information about servers, users, roles, invites, and the bot.

<Warning>
  `<>` means an argument is required, `[]` means it's optional
</Warning>

### Server information

Display detailed information about the current server.

<CodeGroup>
  ```js Syntax theme={null}
  /serverinfo
  ```
</CodeGroup>

### User information

Display information about a user or server member.

<CodeGroup>
  ```js Syntax theme={null}
  /userinfo [user]
  ```
</CodeGroup>

* `user` (user | member): optional <br />
  The user or member you want to view information for.
  If not provided, your own user information is shown.

### Bot information

Display information about the bot, including statistics and useful links.

<CodeGroup>
  ```js Syntax theme={null}
  /botinfo
  ```
</CodeGroup>
