# Higher/Lower

The Higher Lower Betz card game is a simple guessing game typically played with a standard deck of 52 playing cards within the BetzBot private messages or in the safety of your private Telegram group. Unlike many competitors that use 6+ decks within a game, the BetzBot uses 1 single deck per game. Here's how it works:

1. **Setup**: A standard deck of 52 cards is shuffled, and one card is dealt face-up to start the game.
2. **Objective**: The player's objective is to correctly guess whether the next card will be higher or lower in value than the current card.
3. **Guessing**: The player makes their guess by saying "higher" if they believe the next card will be of higher value or "lower" if they believe it will be of lower value.
4. **Revealing the Next Card**: After the player makes their guess, the Betz dealer reveals the next card from the deck.
5. **Outcome**: If the player's guess is correct, they win double their initial amount.
6. **Special Cases**: if the same card shows up as the players cards, rather than winning or losing another card is drawn.

Overall, the Higher Lower card game is straightforward and relies on luck and probability. Players make educated guesses based on the current card and their knowledge of the remaining cards in the deck.

<figure><img src="/files/Xq8DuSGuSGZbzhUGOgVG" alt=""><figcaption><p>An example of our higher lower early product.</p></figcaption></figure>


---

# 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://organization-ows.gitbook.io/usdbetz-documents/mini-games-bot/higher-lower.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.
