# Tournament Info Object

- [\<tournament\_info\_obj>](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj.md): The object defining the tournament.
- [tournament\_number](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/tournament_number.md): The tournament number.
- [name](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/name.md): The name of the tournament.
- [start\_date\_utc](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/start_date_utc.md): The start date and time of the tournament.
- [currency](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/currency.md): The currency of the tournament buy-in and fee.
- [buyin\_amount](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/buyin_amount.md): The buy-in amount for the tournament.
- [bounty\_fee\_amount](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/bounty_fee_amount.md): The fee paid for the player's tournament bounty.
- [fee\_amount](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/fee_amount.md): The fee paid to buy-in to the tournament.
- [initial\_stack](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/initial_stack.md): The number of chips provided to the player to start the tournament.
- [type](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/type.md): The type of the tournament.
- [flags](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/flags.md): Descriptive properties of the tournament.
- [speed](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/speed.md): The speed the blinds increase in the tournament.


---

# 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/tournament-info-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.
