> For the complete documentation index, see [llms.txt](https://gspro.gitbook.io/gspro-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gspro.gitbook.io/gspro-knowledge-base/getting-started/overview.md).

# Overview

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

The following documentation contains directions and detailed information regarding game modes, navigation, settings, and some additional out of game functions for all things [GSPro](https://gsprogolf.com/).

## Navigating Documentation

In this knowledge base, there are a few methods to locate the information you may be looking for:

* **Sidebar:** On the lefthand side of your screen, you'll find a vertical side panel separated into categories. By selecting each separate title, you can locate sub-categories targeting more specific sections of GSPro.
* **Search Bar:** At the top right corner of this page, you'll find a small "Search" bubble. By typing keywords into this search bubble, pages within the knowledge base that contain these keywords will populate.
* **Next/Previous:** At the bottom of each page will be two tiles. Each tile will allow you to advance and/or move backwards a page.

{% hint style="success" icon="golf-flag-hole" %}
If you find that you're unable to locate the information you're looking for, please feel free to reach out to our support team here: <Support@GSProgolf.com>. We're always more than happy to assist in answering any questions you may have.
{% endhint %}


---

# 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:

```
GET https://gspro.gitbook.io/gspro-knowledge-base/getting-started/overview.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.
