# How to Play

Our HunnyPoker currently supports 4 types of Poker Games:

* Texas Hold'em ([Guide](https://www.pokernews.com/poker-rules/texas-holdem.htm))
* Omaha Pot-Limit ([Guide](https://www.pokernews.com/strategy/plo-poker-beginner-guide-pot-limit-omaha-23724.htm)) **(COMING SOON)**
* Big-O Poker ([Guide](https://www.pokernews.com/poker-rules/big-o.htm)) **(COMING SOON)**
* Open Face Chinese Poker ([Guide](https://www.pokernews.com/poker-rules/chinese-poker.htm)) **(COMING SOON)**

{% hint style="success" %}
HunnyPoker also introduces a new **Tournament mode** for you to test your skills with other players and win prizes.
{% endhint %}

<figure><img src="/files/pymlNQbF2j6RvzpFwN7A" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you are unfamiliar with the games, you can read up from the guide in the link above before playing it in our main lobby.
{% endhint %}


---

# 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://docs.hunny.finance/products/hunny-poker/how-to-play.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.
