> For the complete documentation index, see [llms.txt](https://docs.scoreholio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scoreholio.com/player-profile.md).

# Player Profile

- [Account Setup](https://docs.scoreholio.com/player-profile/account-setup.md): Check in and pre-register for any tournament on Scoreholio. Create a QR code and verify your email.
- [SPR+](https://docs.scoreholio.com/player-profile/spr+.md): You can always play any sport on Scoreholio for free. If you want to see more and do more, upgrade to SPR+. See your game history, get shop discounts, remove ads, and a whole lot more.
- [SPR (Scoreholio Player Rating)](https://docs.scoreholio.com/player-profile/spr+-1.md): The most advanced dynamic player rating across all sports on the Scoreholio app.
- [Scouting Report and Compare](https://docs.scoreholio.com/player-profile/scouting-report-and-compare.md)
- [Game History and Charts](https://docs.scoreholio.com/player-profile/game-history-and-charts.md): Scoreholio allows you to deep dive into your pame history and stats.
- [Bag/Tag Breakdown](https://docs.scoreholio.com/player-profile/bag-tag-breakdown.md): Check out all your stats for all the bags in your arsenal.
- [Global and Club Rankings](https://docs.scoreholio.com/player-profile/global-and-club-rankings.md): See how you stack up against the competition both on a global scale and locally with your buddies.
- [Practice Tab](https://docs.scoreholio.com/player-profile/practice-tab.md): Practice makes perfect and Scoreholio makes practice easy peasy.
- [Notification Center](https://docs.scoreholio.com/player-profile/notification-center.md): All the push notifications you receive are in one location.
- [Editing your profile](https://docs.scoreholio.com/player-profile/editing-your-profile.md): Edit your name, display name, and your home club.
- [Tournament Announcements](https://docs.scoreholio.com/player-profile/editing-your-profile/tournament-announcements.md): Receive push alerts from organizers promoting their events.


---

# 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://docs.scoreholio.com/player-profile.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.
