# Pot Object

- [\<pot\_obj>](https://hh-specs.handhistory.org/pot-object/pot_obj.md): The pot object defining the pot and results for the hand.
- [number](https://hh-specs.handhistory.org/pot-object/pot_obj/number.md): Identifier of the pot within the hand.
- [amount](https://hh-specs.handhistory.org/pot-object/pot_obj/amount.md): The total amount in the pot (including rake).
- [rake](https://hh-specs.handhistory.org/pot-object/pot_obj/rake.md): The amount of rake taken from the pot.
- [jackpot](https://hh-specs.handhistory.org/pot-object/pot_obj/jackpot.md): The amount taken from the pot for a jackpot contribution.
- [player\_wins](https://hh-specs.handhistory.org/pot-object/pot_obj/players_win_loss.md): The wins for each player involved in the hand.


---

# 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/pot-object.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.
