> For the complete documentation index, see [llms.txt](https://cardano-casino.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cardano-casino.gitbook.io/whitepaper/phase-i/cc-poker-bot.md).

# CC Poker Bot

Poker is a universally enjoyed card game, not only within our Discord community but also across various other servers. It is played in diverse variations worldwide, both informally among friends and family, as well as in competitive settings.

One of the main motivations behind the **development of this bot** is to address a common issue within our community. Some members tend to forget their participation in a game, resulting in missed opportunities to win prizes and enjoy the experience fully. Moreover, the bot aids in keeping track of registered players for poker games, ensuring that winners can claim their prizes smoothly without any confusion.

<figure><img src="/files/H2rHprqfmjV3Ux4D3vxP" alt="" width="209"><figcaption></figcaption></figure>

Additional features of this bot include:

1. **Support for various native tokens:** This includes our CC token, allowing us to use it for CC buy-ins and rewarding winners with ADA or NFTs.
2. **Exclusive tournament setup:** The dealer can arrange exclusive tournaments for specific roles.
3. **Player access control:** The dealer has the option to restrict player access to the poker tournament.

Please note that there will be a minimum fee charged by the bot for buy-ins, which is necessary for us to maintain its functionality.


---

# 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://cardano-casino.gitbook.io/whitepaper/phase-i/cc-poker-bot.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.
