# Hi/Lo

## Overview

Hi-Lo is an game where players simply need guess whether the next card displayed will be higher (HI) or lower (LO) to the current one – simple but satisfying!

## How To Play

<figure><img src="https://2809604073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUD21mo8ExCA903RC4vEx%2Fuploads%2FXRqsVXMd5LGJaplCX8LO%2Fimage.png?alt=media&#x26;token=e5fcb944-df5c-4a4d-b6b1-f39d2ac98e8b" alt=""><figcaption></figcaption></figure>

Guess if the next card will be higher or lower than the previous one in rank.

<div align="left"><figure><img src="https://2809604073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUD21mo8ExCA903RC4vEx%2Fuploads%2Fu56TRcI9VBm4bUMobw4P%2Fimage.png?alt=media&#x26;token=19289dab-6255-4e1e-a1e3-ac8cfa2af4d4" alt=""><figcaption></figcaption></figure></div>

You can open as many cards as you wish, the odds will be summed up. If you wish to stop and collect your winnings, you can do so at any time.


---

# 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://fairdoge.gitbook.io/whitepaper/games/hi-lo.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.
