# No Limit Hold’em

## Gaming Sequence:

* ### Opening deal:

Each player is dealt two cards face down, which are known as hole cards or pocket cards.

* ### First round betting:

Starting with the player to the left of the big blind, each player can choose to call, raise, or fold. The big blind has the option to raise an otherwise unraised pot.

* ### The flop:

The dealer burns a card and then deals three community cards face-up. The first three cards are referred to as the flop, while all of the community cards are collectively called the board.

## Betting Sequence:

Starting with the player to the left of the dealer button, each player can check or bet.

Once a bet has been made, each player can raise, call, or fold.

* ### The turn:

The dealer burns another card, and then adds a fourth card face-up to the community cards. This fourth card is known as the **turn card.**

## Betting Sequence:

It follows the same format as the second round.

* ### The river:

The dealer burns another card, and then adds a fifth and final card to the community cards. This fifth card is known as the river card.

## Betting Sequence:

It follows the same format as the second and third rounds.

* ### The Showdown:

Using the best five-card combination of their hole cards and the community cards, the remaining players show their hands, with the bettor or last raiser showing first (aggressor).

The highest five-card hand wins the pot.

> \*In case of a tie, the pot is evenly split amongst the winning hands.

PepePoker aims to be the top partner of choice for gaming enthusiasts. Aside from NLH, we have multiple product offerings such as Baccarat and Blackjack as well, with more features to be added in the very near future.


---

# 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://projectdocuments.gitbook.io/ppp-pepepoker-whitepaper/9bNd53YgVT2BkSusKLlh/usdppp-games/no-limit-holdem.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.
