# Examples

- [Holdem cash hand (iPoker)](https://hh-specs.handhistory.org/examples/holdem-cash-hand-ipoker.md): A 6-max holdem cash hand played at iPoker.
- [Holdem cash hand (PokerStars)](https://hh-specs.handhistory.org/examples/holdem-cash-hand-pokerstars.md): A holdem cash hand played at a PokerStars fast-fold table, where players were all-in.
- [Omaha cash hand (WPN)](https://hh-specs.handhistory.org/examples/omaha-cash-hand-wpn.md): An omaha cash hand played at Winning Poker Network.
- [Omaha hi/lo cash hand (PokerStars)](https://hh-specs.handhistory.org/examples/omaha-hi-lo-cash-hand-pokerstars.md): An omaha hi/lo cash hand played at PokerStars.  Different players won the high and low pots.
- [Holdem cash hand (888)](https://hh-specs.handhistory.org/examples/holdem-cash-hand-888.md): A holdem cash hand with a split pot, played at 888 Poker.
- [Holdem tournament hand (888)](https://hh-specs.handhistory.org/examples/holdem-tournament-hand-888.md): A 6-max Single Table Tournament (STT) hand played at 888 Poker.
- [Holdem tournament hand (PokerStars)](https://hh-specs.handhistory.org/examples/holdem-tournament-hand-pokerstars.md): A 3-max "lottery" tournament hand played at PokerStars.
- [Holdem tournament hand (iPoker)](https://hh-specs.handhistory.org/examples/holdem-tournament-hand-ipoker.md): A multi-table tournament (MTT) holdem hand played at iPoker.


---

# 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://hh-specs.handhistory.org/examples.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.
