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

# Perfil del jugador

- [Configuración de la cuenta](https://docs.scoreholio.com/es/player-profile/account-setup.md): Haz check-in y prerregistro para cualquier torneo en Scoreholio. Crea un código QR y verifica tu correo electrónico.
- [SPR+](https://docs.scoreholio.com/es/player-profile/spr+.md): Siempre puedes jugar cualquier deporte en Scoreholio gratis. Si quieres ver y hacer más, mejora a SPR+. Mira tu historial de partidas, obtén descuentos en la tienda, quita los anuncios y mucho más.
- [SPR (Scoreholio Player Rating)](https://docs.scoreholio.com/es/player-profile/spr+-1.md): La clasificación dinámica de jugadores más avanzada en todos los deportes de la app de Scoreholio.
- [Informe de seguimiento y comparación](https://docs.scoreholio.com/es/player-profile/informe-de-seguimiento-y-comparacion.md)
- [Historial de partidas y gráficos](https://docs.scoreholio.com/es/player-profile/historial-de-partidas-y-graficos.md): Scoreholio te permite profundizar en el historial de tus partidas y estadísticas.
- [Desglose de bolsa/etiqueta](https://docs.scoreholio.com/es/player-profile/desglose-de-bolsa-etiqueta.md): Consulta todas tus estadísticas de todas las bolsas de tu arsenal.
- [Clasificaciones globales y del club](https://docs.scoreholio.com/es/player-profile/global-and-club-rankings.md): Mira cómo te comparas con la competencia tanto a nivel global como localmente con tus amigos.
- [Pestaña de práctica](https://docs.scoreholio.com/es/player-profile/practice-tab.md): La práctica hace al maestro y Scoreholio hace que practicar sea facilísimo.
- [Centro de notificaciones](https://docs.scoreholio.com/es/player-profile/notification-center.md): Todas las notificaciones push que recibes están en un solo lugar.
- [Editando tu perfil](https://docs.scoreholio.com/es/player-profile/editing-your-profile.md): Edita tu nombre, nombre para mostrar y tu club local.
- [Anuncios del torneo](https://docs.scoreholio.com/es/player-profile/editing-your-profile/anuncios-del-torneo.md): Recibe alertas push de los organizadores promocionando sus eventos.


---

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