# SGT Frequently Asked Questions

## Account

<details>

<summary>Why are my scores not recording on SGT? I am still showing as needing to play round 1.</summary>

Your player name used in GSPro must match your SGT username exactly! Follow the SGT quick start guide exactly to ensure proper connection. Tournaments showing up in game does NOT mean you have the username entered correctly, just the ID.

</details>

<details>

<summary>Can others join and play in SGT events on my sim?</summary>

Absolutely, just make sure they enter their SGT username and ID following the quick start guide. You can play rounds together as long as you are on the same event and round.

</details>

<details>

<summary>What is the difference between a basic and pro subscription?</summary>

A basic SGT subscription gets you access to all the tour events listed under the tours menu. A pro subscription is required to play in user managed leagues or create your own league. Leauges are found under the leagues menu.

</details>

## Events

<details>

<summary>Can I quit a round and resume later?</summary>

Yes, but it is best to stop on a tee box and prior to the 18th hole.

{% hint style="danger" %}
Never quit a round after hitting OB and before selecting a drop option. This will corrupt the game save and you will not be able to continue.
{% endhint %}

</details>

<details>

<summary>Why am I listed as DQ on the tournament leaderboard?</summary>

Certain tours have eligibility restrictions. If you are listed as disqualified you did not meet the restrictions. Details can be found at <https://simulatorgolftour.com/tours-explained>.

</details>

<details>

<summary>How are tournament tie breaks determined?</summary>

1. Compare the back 9 totals of the final round
2. If still tied, compare the front 9 totals of final round
3. If still tied, repeat for the other rounds working from last completed rounds first
4. If still tied, hole by hole index count back starting with the last round. #1 index scores, #2 index etc.&#x20;

</details>

<details>

<summary>What is the future tour schedule?</summary>

Events are not scheduled in advance and will display once open.

</details>

<details>

<summary>When do events close?</summary>

Monday mornings around 9 CST. It is best to complete rounds by Sunday evening to ensure you are done by closing.

</details>

## Leagues

<details>

<summary>How do I join a league?</summary>

Instructions on joining a league can be found at <https://simulator-golf-tour.gitbook.io/simulator-golf-tour-docs/sgt-pages/leagues/join-leave-a-league>

</details>

<details>

<summary>How do I create a league?</summary>

Details about league administration can be found at <https://simulator-golf-tour.gitbook.io/simulator-golf-tour-docs/sgt-pages/leagues/admin>.

</details>


---

# 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/faq/readme.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.
