> 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/sv/player-profile.md).

# Spelarprofil

- [Kontoinställning](https://docs.scoreholio.com/sv/player-profile/account-setup.md): Checka in och föranmäl dig till vilken turnering som helst på Scoreholio. Skapa en QR-kod och verifiera din e-post.
- [SPR+](https://docs.scoreholio.com/sv/player-profile/spr+.md): Du kan alltid spela vilken sport som helst på Scoreholio gratis. Om du vill se mer och göra mer, uppgradera till SPR+. Se din spelhistorik, få rabatt i shoppen, ta bort annonser och mycket mer.
- [SPR (Scoreholio Player Rating)](https://docs.scoreholio.com/sv/player-profile/spr+-1.md): Den mest avancerade dynamiska spelarbetygssättningen för alla sporter i Scoreholio-appen.
- [Scoutingrapport och jämförelse](https://docs.scoreholio.com/sv/player-profile/scoutingrapport-och-jamforelse.md)
- [Spelhistorik och diagram](https://docs.scoreholio.com/sv/player-profile/spelhistorik-och-diagram.md): Scoreholio låter dig dyka djupt in i din spelhistorik och statistik.
- [Bag/Tag-genomgång](https://docs.scoreholio.com/sv/player-profile/bag-tag-genomgang.md): Kolla in all din statistik för alla bags i din arsenal.
- [Globala och klubbrankningar](https://docs.scoreholio.com/sv/player-profile/global-and-club-rankings.md): Se hur du står dig mot konkurrenterna både globalt och lokalt med dina kompisar.
- [Träningsflik](https://docs.scoreholio.com/sv/player-profile/practice-tab.md): Övning ger färdighet och Scoreholio gör träningen busenkel.
- [Notifikationscenter](https://docs.scoreholio.com/sv/player-profile/notification-center.md): Alla pushnotiser du får samlas på ett ställe.
- [Redigera din profil](https://docs.scoreholio.com/sv/player-profile/editing-your-profile.md): Redigera ditt namn, visningsnamn och din hemmaklubb.
- [Turneringsannonseringar](https://docs.scoreholio.com/sv/player-profile/editing-your-profile/turneringsannonseringar.md): Ta emot pushnotiser från arrangörer som marknadsför deras evenemang.


---

# 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/sv/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.
