# 📜 Commands Reference

#### Economy Commands

| Command        | Description                            |
| -------------- | -------------------------------------- |
| `/balance`     | Check your chips and credits           |
| `/beg`         | Beg for chips (5x daily, 60s cooldown) |
| `/dailyspin`   | Spin the daily reward wheel            |
| `/leaderboard` | View top chip holders                  |

#### Game Commands

| Command                    | Description                         |
| -------------------------- | ----------------------------------- |
| `/blackjack table:X bet:X` | Play blackjack                      |
| `/roulette`                | Play roulette                       |
| `/slots bet:X`             | Play slots                          |
| `/baccarat`                | Play baccarat                       |
| `/dicewar bet:X`           | Play dice war                       |
| `/horserace`               | Bet on horse racing                 |
| `/holdem`                  | Play Texas Hold'em poker            |
| `/ridebus bet:X`           | Play Ride the Bus                   |
| `/8ball question:X`        | Ask the magic 8-ball (rank #1 only) |

#### Cartel Commands

| Command                     | Description                          |
| --------------------------- | ------------------------------------ |
| `/cartel`                   | View your cartel overview            |
| `/cartelreset user:@player` | Reset a player's cartel (admin only) |

#### Job Commands

| Command                          | Description            |
| -------------------------------- | ---------------------- |
| `/job`                           | View job status        |
| `/job action:start job:X`        | Start a shift          |
| `/job action:cancel`             | Cancel active shift    |
| `/job action:status`             | View your job stats    |
| `/job action:stats user:@player` | Inspect another player |

#### VP Shop (In Channel Panels)

* Click "Buy X VP" buttons in the shop channel
* Enter your in-game username
* Confirm purchase

#### Utility Commands

| Command   | Description                 |
| --------- | --------------------------- |
| `/ping`   | Check bot response time     |
| `/status` | View bot version and stats  |
| `/help`   | List all available commands |

<br>


---

# 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://zenthira-mmo.gitbook.io/wiki/zenthira-casino-player-guide/commands-reference.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.
