# Player Wins Object

- [\<player\_wins>](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj.md): The object defining the win amount of the players in a pot.
- [player\_id](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/player_id.md): The unique player identifier of the player involved in the pot.
- [win\_amount](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/win_amount.md): The amount the player won in the pot.
- [cashout\_amount](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/cashout_amount.md): The amount paid to the player if they cashed out of the hand.
- [cashout\_fee](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/cashout_fee.md): The fee for cashing out of the hand.
- [bonus\_amount](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/bonus_amount.md): The amount paid to the player in addition to any normal winnings.
- [contributed\_rake](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/contributed_rake.md): The amount of rake in the pot.


---

# 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/player-wins-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.
