# Course Records

The course records page displays the current SGT tee and tips tee course record holders for current site mode (standard or autoputt). Each row displays:

* Course name
* View course scorecard <i class="fa-memo">:memo:</i> button
* SGT and tips tee record information
* If logged in, a button to attempt the course record for that tee and course

<figure><img src="/files/upmoX4FliRv6kH9mP7Zo" alt=""><figcaption><p>Course records</p></figcaption></figure>

***

## Sort/Filter/Search

Use the search, filter and sort features to find course records. The search input will search for course names and course record holder usernames that contain the search text. Click the filter <i class="fa-filter">:filter:</i> button to limit the displayed results based on course difficulty and/or style. The sort dropdown allows you to sort the displayed records by course name, course update date, course record score and course record date.

<figure><img src="/files/MD64q0TM1aBC6RGJPBQG" alt=""><figcaption><p>Search, filter and sort controls</p></figcaption></figure>

***

## Course Record Information

Use the search input to search for courses by name, designer name and location. Text that matches the search input is highlighted in yellow on the course card.

Each course record displays:

* User with the current course record
* Date the record was set
* To par score of the record that links to the scorecard for the record
* Course record leaderboard link <i class="fa-trophy">:trophy:</i>
* If logged in, an attempt button to play for the course record for that course and tee box

<figure><img src="/files/KJtHdN7wQ5nHt4pS1PQ7" alt=""><figcaption><p>Course record information</p></figcaption></figure>

***

## Course Record Leaderboard

Click on the leaderboard link <i class="fa-trophy">:trophy:</i> for any course record to see the list of players that have attempted the course record for that course and tee box along with their lowest score achieved.

<figure><img src="/files/NRIutS0cJOkTPFDTSN3p" alt=""><figcaption><p>Course record leaderboard</p></figcaption></figure>

***

## Attempt a Course Record

Click on the attempt button to register for a course record attempt tournament for that course and tee box. You will have 3 days to complete up to 3 rounds to achieve the course record. You are free to re-register and attempt again for the same course once all three rounds have been completed.

{% hint style="success" %}
It is ok to concede out a round or rounds if you will not achieve the course record.
{% 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://simulator-golf-tour.gitbook.io/simulator-golf-tour-docs/sgt-pages/course-records.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.
