# Commands

| Command                | Description                                                                | Example                                |
| ---------------------- | -------------------------------------------------------------------------- | -------------------------------------- |
| -help                  | View a list of commands                                                    | -help                                  |
| -blackjack             | Play a game of blackjack                                                   | -blackjack                             |
| -gamble                | The most basic gamble command in the bot                                   | -gamble                                |
| -minesweeper           | Play a game of minesweeper                                                 | -minesweeper                           |
| -slots                 | Play a game of slots                                                       | -slots                                 |
| -roulette (prediction) | Play a game of roulette , prediction should be 1-20                        | -roulette 5                            |
| -bet (amount)          | Bet a specified amount                                                     | -bet 200                               |
| -higherorlower         | Play a game of higher or lower                                             | -higherorlower                         |
| -profile \[user]       | View your profile or someone's else profile                                | <p>-profile<br>-profile @bluestry </p> |
| -bal \[user]           | View a user's balance                                                      | <p>-bal<br>-bal @bluestry </p>         |
| -store                 | View the store                                                             | -store                                 |
| -buy (item name)       | Buy the specified item                                                     | -buy crate                             |
| -use (item name)       | Use the specified item                                                     | -use crate                             |
| -color \[color name]   | Change your embed color to the specified color or view colors you unlocked | <p>-color<br>-color red</p>            |
| -lottery (amount)      | Buy the specified amount of lottery tickets (60k$ each)                    | -lottery 5                             |
| -leaderboard           | View the top 10 global leaderboard                                         | -leaderboard                           |


---

# 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://no-limit-gamble.gitbook.io/commands/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.
