> For the complete documentation index, see [llms.txt](https://team-race.gitbook.io/race-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://team-race.gitbook.io/race-protocol/race-games.md).

# RACE Games

- [RACE Poker app](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app.md): Welcome to the future of poker.
- [Getting Started](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/getting-started.md): Welcome to the felt!
- [How to Play](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/how-to-play.md): Create-to-Earn strategies in RACE Poker
- [PKO Bounties](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/how-to-play/pko-bounties.md): Understanding Progressive Knock-Out (PKO) Bounties
- [Ecosystem](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/ecosystem.md): Traditional Poker vs Web 3.0 Poker
- [Create Games](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/create-games.md): Manage your own poker room
- [Run Your Label](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/run-your-label.md): Run Community Rooms & Whitelabels
- [Security](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/security.md): Security and Best Practises
- [FAQ](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/faq.md): Frequently Asked Questions
- [Glossary](https://team-race.gitbook.io/race-protocol/race-games/race-poker-app/glossary.md): Welcome to the Racepoker glossary!
- [Solfast](https://team-race.gitbook.io/race-protocol/race-games/solfast.md)
- [Game modes](https://team-race.gitbook.io/race-protocol/race-games/solfast/game-modes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://team-race.gitbook.io/race-protocol/race-games.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
