> 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/leaderboard.md).

# Leaderboard

Clicking on the trophy icon will display the event leaderboard. The leaderboard displays the participants position, individual round scores, total score for the event and a link to their scorecard. The small number next to a round score indicates the last completed hole with F meaning the round is complete.

<figure><img src="/files/UvukeACOFDaE1IqH7B72" alt=""><figcaption></figcaption></figure>

***

## Gross/Net

The gross/net toggle in the top right of the tab container will toggle the leaderboard display between gross and net. The active view is displayed in larger font and underlined. When net is selected the player/team handicap used for the even is display next to each participant.

<figure><img src="/files/qSGmhHvYaGix15P5ATm8" alt=""><figcaption><p>Gross selected</p></figcaption></figure>

<figure><img src="/files/TnFGDXSrEVi2egUkaPuT" alt=""><figcaption><p>Player handicap (9)</p></figcaption></figure>

***

## World Golf Ranking/Tour Standings Points

Completed events for tours that are WGR eligible will show the WGR points earned by the player for their finishing position in the leaderboard. WGR points are displayed next to a globe <i class="fa-globe">:globe:</i> icon. Tour standings points earned are displayed next to a <i class="fa-trophy">:trophy:</i> icon.

<figure><img src="/files/RTMHRke2Jb6xqlGAKoyY" alt=""><figcaption><p>WGR/Tour points display</p></figcaption></figure>

***

## Live/Finished

Active event leaderboards will display an option to toggle between live and finished only view modes. Live will show all participants with at least one hole scored and finished will only display the participants that have completed all rounds of the event.

<figure><img src="/files/5J1cZBQsjccEEl0L9lTE" alt=""><figcaption><p>Live view selected</p></figcaption></figure>

***

## Live Streams

Players that have attached a live stream link to their round will display a camera icon. Click on the camera icon and then the round to navigate to the YouTube or Twitch video for that round.

<figure><img src="/files/b37FO7wiGiIi2kQmqKp1" alt=""><figcaption><p>Player stream links</p></figcaption></figure>

***

## Actively Playing

Players that have recorded a shot in the last 5 minutes for this event have a green dot displayed to the left of their player avatar.

<figure><img src="/files/XdCb0dGway4lYWG5OyYw" alt=""><figcaption></figcaption></figure>

***

## Search

Use the search field to filter the leaderboard on specific participants. You can search for multiple players by entering their names separated by a comma.

<figure><img src="/files/XCRgQ0iIz3IPcxI6KREl" alt=""><figcaption><p>Multi-player search</p></figcaption></figure>

***

## Current Player

The current logged in user is highlighted in yellow to easily identify location.

<figure><img src="/files/Jef2mBXv8aMWZnaFlf4P" alt=""><figcaption><p>Current user highlighting</p></figcaption></figure>

***

## DNF/DQ

Closed events will show all players, however those that did not finish all rounds will be at the bottom of the page with a position of did not finish, DNF. Tours with eligibility restrictions will disqualify players that do not meet the restrictions. Disqualified (DQ) players are displayed with a position of DQ and highlighted in red.

<figure><img src="/files/Oy6duMWDTIxwzX1ZrXc1" alt=""><figcaption><p>DQ and DNF players</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/leaderboard.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.
