# Overview

A tournament summary is an outline of all tournament information such as prize pools, players, place of finish and winnings.  Much of this information is only available at the conclusion of a tournament.  Without a tournament summary, tournament players are not able to accurately track their winnings.

This specification is intended to be an open format that any poker site or network is free to use to ensure that they are providing complete tournament data to their players and the tournament summaries can be consumed via any tool of the customer's choice.

{% hint style="info" %}
**Online Poker Operators**

If the specification does not meet your needs for a particular use case, please see the [Change Request Process](https://ts-specs.handhistory.org/contact-us/change-request-process) to learn how to submit your recommended changes for review and inclusion into the specification.  The specification is versioned to allow for continual improvements.
{% endhint %}

{% hint style="info" %}
**Third Party Developers**

We strongly encourage every third party developer to support consumption of tournament summaries that follow the specification.  If you believe that certain information is potentially missing or could be a benefit to be included in the tournament summary, please see the [Change Request Process](https://ts-specs.handhistory.org/contact-us/change-request-process) to learn how to submit your recommended changes for review and potential inclusion into the specification.  The specification is versioned to allow for continual improvements.
{% endhint %}


---

# 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/master.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.
