# 게임 하는 법

저희의 허니포커(HunnyPoker)는 현재 4가지 유형의 포커 게임을 지원합니다:

* 텍사스 홀덤(Texas Hold’em)  ([가이드](https://kr.pokernews.com/poker-rules/texas-holdem.htm))
* 오마하 팟리밋(Omaha Pot-Limit) ([가이드](https://www.pokernews.com/strategy/plo-poker-beginner-guide-pot-limit-omaha-23724.htm)) (출시 예정)
* 빅오 포커(Big-O Poker) ([가이드](https://www.pokernews.com/poker-rules/big-o.htm)) (출시 예정)
* 오픈페이스 중국포커(Open Face Chinese Poker) ([가이드](https://www.pokernews.com/poker-rules/chinese-poker.htm)) (출시 예정)

{% hint style="success" %}
HunnyPoker는 또한 다른 플레이어와 기술을 테스트하고 상품을 받을 수 있는 새로운 **토너먼트 모드를** 소개합니다.
{% endhint %}

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

{% hint style="info" %}
게임이 익숙하지 않다면 메인 로비에서 플레이하기 전에 위 링크의 가이드를 읽어볼 수 있습니다.
{% 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/korean/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.
