# LIMITS

Poker games can be played with different betting structures known as limits. At Bspin, we offer two types: No Limit, where players can bet all their chips at any time, and Pot Limit, where the maximum bet depends on the size of the current pot. Understanding the limit type is key to adjusting your strategy and managing risk at the table.

### No Limit

In No Limit games, there are no restrictions on how much a player can bet or raise. At any point, a player may go all-in with their entire stack. This structure allows for bold plays, fast action, and high-pressure situations. It is used in games like Texas Hold’em and 6+ Hold’em.

### Pot Limit

In Pot Limit games, the number of raises is not restricted, but the size of each raise is. The minimum bet is equal to the big blind, while the maximum bet or raise is equal to the current size of the pot, including your call amount. The game usually starts with smaller bets, but as the pot grows, so does the potential for larger wagers. This structure is used in Omaha, creating a balance between strategic control and big-pot potential.


---

# 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.bspin.io/poker/limits.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.
