> For the complete documentation index, see [llms.txt](https://simulator-golf-tour.gitbook.io/simulator-golf-tour-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simulator-golf-tour.gitbook.io/simulator-golf-tour-docs/sgt-pages/event/statistics.md).

# Statistics

If enabled for the tournament, clicking the bar graph <i class="fa-chart-simple">:chart-simple:</i> icon will display the tournament statistics for players that competed in the event. The three leaders of each stat category are displayed and clicking VIEW ALL will display the full list for that category. Click the red X to exit out of the full list view.

<figure><img src="/files/lRzfBqKdgNzkkdnM9xVm" alt=""><figcaption><p>Event stats leaders</p></figcaption></figure>

<figure><img src="/files/DHtV5YFRANLOQGw9eOpP" alt=""><figcaption><p>Event stats full list</p></figcaption></figure>

## Strokes Gained

Strokes gained stats are computed using only the shot data for the event and round, allowing you to see how you stack up against the field playing the same course conditions and setup. Strokes gained stats will be displayed after an event is closed.

#### Categories

* Tee: Tee shots on par 4 and par 5 holes
* Short Game: All shots within 50 yards of the green
* Putting: All shots starting on the green
* Approach: Par 3 tee shots and all shots that do not fall into tee, short game or putting category
* Total: Sum of tee, short game, putting and approach strokes gained

#### Field Strokes

Click on the FIELD STROKES button to view the average strokes to hole taken by the field from various distances and lies. Click the red X in the upper right corner to exit the list view.

<figure><img src="/files/YVSOFPcJ1RwHKqDpQVox" alt=""><figcaption><p>View field strokes button</p></figcaption></figure>

<figure><img src="/files/oFkksQvgB48TmPhUmTNW" alt=""><figcaption><p>Field strokes display</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://simulator-golf-tour.gitbook.io/simulator-golf-tour-docs/sgt-pages/event/statistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
