# Tournament Finish Object

- [\<tournament\_finish\_obj>](https://ts-specs.handhistory.org/tournament-finish-object/tournament_finish_obj.md): Object containing a tournament player's place of finish and winnings.
- [player\_name](https://ts-specs.handhistory.org/tournament-finish-object/player_id.md): The name of a player who played the tournament.
- [finish\_position](https://ts-specs.handhistory.org/tournament-finish-object/finish_position.md): The player's place of finish.
- [still\_playing](https://ts-specs.handhistory.org/tournament-finish-object/still_playing.md): If the player is still playing.
- [prize](https://ts-specs.handhistory.org/tournament-finish-object/prize.md): The amount the player won in the the tournament as a prize.
- [ticket\_value](https://ts-specs.handhistory.org/tournament-finish-object/is_ticket.md): The value of a tournament ticket if it was awarded as part of the prize.


---

# 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://ts-specs.handhistory.org/tournament-finish-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.
