> For the complete documentation index, see [llms.txt](https://docs.bag.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bag.win/help/guides/how-to-host-a-poker-game.md).

# How to Host a Poker Game

Below are steps on how to host a private poker game on [bag.win](http://bag.win). You can also watch our quick video tutorial.

{% embed url="<https://www.youtube.com/watch?v=EF0ieL9Pias>" %}
How to Host a Poker Game video tutorial
{% endembed %}

### Steps to Host a Poker Game and Claim Rewards

**Step 1:** Sign into [bag.win](https://bag.win). On the homepage, select **Private Table**.

<figure><img src="/files/nRxi9PJCiMd4Ldt6VsbW" alt=""><figcaption><p>Select Private Table</p></figcaption></figure>

**Step 2:** Select **Create** and **Continue.**

<figure><img src="/files/O0stmJiheEnbrZxuJlFJ" alt=""><figcaption><p>Create a table</p></figcaption></figure>

**Step 3:** Set your desired game settings and select **Create Table** when you're ready.

<figure><img src="/files/GbOzE7Em4ApcpSwmsiR4" alt=""><figcaption><p>Set table settings</p></figcaption></figure>

**Step 4:** Select whether you want to play in 2D or 3D.

<figure><img src="/files/Gr0BAqOesBVo2t6HiqYU" alt=""><figcaption><p>Choose game environment</p></figcaption></figure>

**Step 5: Copy your invite code** and share it with your friends.

<figure><img src="/files/V8DkVDg7nctuNBUd8XHa" alt=""><figcaption><p>Copy your invite code</p></figcaption></figure>

**Step 6:** You can claim your host rewards under the **Rewards** tab on [bag.win](https://bag.win).

<figure><img src="/files/D1Ev7nI4Icp2FWy5g3zi" alt=""><figcaption><p>Rewards tab</p></figcaption></figure>


---

# 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://docs.bag.win/help/guides/how-to-host-a-poker-game.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.
