# Course List

The course list page shows information about the publicly available GSPro courses.

{% hint style="warning" %}
Patreon exclusive courses are not listed on the SGT website.
{% endhint %}

<figure><img src="/files/Nrg44Zn7gNxu6UOMOrXG" alt=""><figcaption><p>Course list page</p></figcaption></figure>

***

## Course Map

The course map shows a map marker for each course that has location data available.

To navigate the map on a computer:

* Pan by clicking and dragging the left mouse button
* Zoom in/out by pressing and holding the control button while using the mouse scroll wheel or using the <i class="fa-plus">:plus:</i> and <i class="fa-minus">:minus:</i> buttons in the top left of the map

To navigate the map on a phone or tablet:

* Pan by using two fingers and moving in the desired direction
* Zoom in/out using two finger pinch and spread gestures respectively or using the <i class="fa-plus">:plus:</i> and <i class="fa-minus">:minus:</i> buttons in the top left of the map

Click the <i class="fa-expand">:expand:</i> button in the top right corner of the map to enlarge the map size on your screen.

Click on a course map marker to display the course name.&#x20;

{% hint style="danger" %}
Not all courses are represented on the map.
{% endhint %}

<figure><img src="/files/thOuXFe0tD4os44NXLDZ" alt=""><figcaption><p>Course Map</p></figcaption></figure>

***

## List

The course list section displays course cards for each publicly available GSPro course. The total number of courses is displayed in the top left corner of the section.

Each course card displays the following course information:

* Designer chosen course splash image
* Name
* Location
* Designer name
* Last updated date

<figure><img src="/files/gK1fgKxtFjlsU7SSE94m" alt=""><figcaption><p>Course cards</p></figcaption></figure>

### Ratings

Logged in can enter personal course ratings, 1 to 5 stars, for each course. Ratings are not community based or aggregated so you can get creative with your ranking system. To delete a rating, click the star corresponding to the current rating.

<figure><img src="/files/K3hIxKVkU7QdQhwm3NLK" alt=""><figcaption><p>Course not rated by current user</p></figcaption></figure>

<figure><img src="/files/M5GQvEfOHl04O4QrUbWm" alt=""><figcaption><p>Course rated 5 stars by current user</p></figcaption></figure>

### Information

Click on the <i class="fa-circle-info">:circle-info:</i> button to view:

* Course par
* SGT rounds played
* Course version number
* Current individual course record holders
* Individual course record attempt buttons

Click the red X to exit the information view.

<figure><img src="/files/6bo6kFSPSN0g6VJ8wMNv" alt=""><figcaption><p>Course information display</p></figcaption></figure>

### Scorecard

Click the <i class="fa-memo">:memo:</i> icon to view the course scorecard.

<figure><img src="/files/GtgznlHSHvroIvTyGiQI" alt=""><figcaption><p>Course scorecard</p></figcaption></figure>

### Map Location

Click on the <i class="fa-map-pin">:map-pin:</i> icon to display the course location on the map.

<figure><img src="/files/rTNcj5LEl2t2h3aQdZCT" alt=""><figcaption><p>3 Ponds Farm <i class="fa-map-pin">:map-pin:</i> clicked</p></figcaption></figure>

***

### Sort/Filter/Search

Use the search, filter and sort features to find courses. The course count in the top left of the section updates to the number of courses that match the search and filter criteria.

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.

<figure><img src="/files/RcWXxKDgU3QgCM5XH0h1" alt=""><figcaption><p>Search example</p></figcaption></figure>

Click the <i class="fa-filter">:filter:</i> button to filter the course list on:

* Designer designated course difficulty
* Designer designated course style
* Only courses displayed on the current map view

<figure><img src="/files/hSzY4k9tyUozfISLdNh2" alt=""><figcaption><p>Course filter options</p></figcaption></figure>

The dropdown menu next to the filter button allows you to sort the courses list by:

* Course name
* Course location
* Designer name
* Last updated date
* Your rating

<figure><img src="/files/e0NKIaSM9rcjKSJuW17k" alt=""><figcaption><p>Course sort options</p></figcaption></figure>


---

# 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-list.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.
