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

# Utility Commands

| Command Name | Description                                                                                                                                                                                                                                                                                                                                    |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/banappeal` | <p>Used to create a ban appeal for a server that has the feature enabled.<br><br>More information <a href="/pages/qlVjxWy6eWRKvHUGWsoT">here</a>.</p>                                                                                                                                                                                          |
| `/breakout`  | <p>Splits users in a voice channel into random rooms.<br><br>You can also set whether to delete the original channel on creation and whether or not to make the new rooms <a href="/pages/ogqoxN5ImZb6psag1cnV">temporary voice channels</a>.</p>                                                                                              |
| `/coinflip`  | Flips a coin and displays the result.                                                                                                                                                                                                                                                                                                          |
| `/game`      | Displays the Starbot [mini-game](/starbot/mini-games.md) menu.                                                                                                                                                                                                                                                                                 |
| `/help`      | Displays the bot’s information. Also used to report bugs and display bot patch notes.                                                                                                                                                                                                                                                          |
| `/pick`      | Selects option(s) from a list at random. Useful for times of indecisiveness.                                                                                                                                                                                                                                                                   |
| `/profile`   | <p>Displays the user's stats in Starbot, including achievements, coins, server level, and gear.<br><br>Can be displayed as a card or a generated image.</p>                                                                                                                                                                                    |
| `/quit`      | Removes the user from any [games](/starbot/mini-games.md).                                                                                                                                                                                                                                                                                     |
| `/roll`      | <p>Rolls dice and shows the result. Format is *d<em>*</em> where the left number is the number of dice, and the right number is the sides of the dice.<br><br>For example <mark style="color:yellow;">1d6</mark> is a normal dice roll, <mark style="color:yellow;">2d4 1d20</mark> is 2 4-sided dice and 1 20-sided die at the same time.</p> |
| `/room`      | <p>Displays <a href="/pages/ogqoxN5ImZb6psag1cnV">temporary voice channel</a> information.<br><br>If owner of the room, visibility, kicks/invites, and room ownership transfer can be adjusted here.</p>                                                                                                                                       |
| `/teams`     | Splits options into different teams.                                                                                                                                                                                                                                                                                                           |
| `/xp`        | Displays the [XP leaderboard](/starbot/settings-menu/xp-and-level-system.md#xp-leaderboard) for the server.                                                                                                                                                                                                                                    |


---

# 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:

```
GET https://shaynicide.gitbook.io/starbot/commands/utility-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.
