# Commands

| /warp                        | Displays a list of all available warp locations.                |
| ---------------------------- | --------------------------------------------------------------- |
| /bendinggui or /b gui        | Opens the Bending Compass for an overview of your abilities.    |
| /iapack                      | Provides a link/trigger to download our custom Resource Pack.   |
| /skills                      | Opens the menu to view your current skill levels.               |
| /stats                       | Displays your character statistics.                             |
| /bank deposit \[amount/all]  | Deposits your gold into the bank for safekeeping.               |
| /bank withdraw \[amount/all] | Withdraws your gold from the bank.                              |
| /finditem \[item]            | Highlights chests containing the specified item with particles. |
| /heads                       | Opens the shop for decorative player heads.                     |
| /horse                       | Opens your personal horse management menu.                      |
| /pet                         | Opens your pet menu.                                            |
| /em                          | Accesses the EliteMobs main menu.                               |
| /rewards                     | Opens the menu to claim your daily/special rewards.             |
| /quests                      | View your active quests and progress.                           |


---

# 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://chicraft.gitbook.io/intro/start/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.
