> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/es/preguntas-frecuentes/faq-des-staffs/consulter-son-dashboard-statistiques-personnelles.md).

# Consulter son Dashboard (Statistiques personnelles)

### ¿Cuál es la finalidad de esta función?

El **Panel de Personal** de Yoplanning permite a cada empleado ver sus **estadísticas de trabajo** en tiempo real. Puedes hacer un seguimiento del número de **sesiones completadas**, el **tiempo total trabajado** y tus **actividades unificadas**, incluso si trabajas para varias organizaciones.

***

### ¿Cómo accedo a mi Panel de Control?

#### Pasos detallados

1. **Inicia sesión en Yoplanning**
   * Ve a [Yoplanning.pro](https://yoplanning.pro) e inicia sesión con tu cuenta de personal.
2. **Accede a tu perfil**
   * En el **menú de la izquierda**, haga clic en **Mi cuenta**.
   * También puedes hacer clic directamente en **tu nombre** que aparece en la parte superior del horario.
3. **Abre tu Panel de Control**
   * Una vez en tu perfil, haz clic en el botón **Panel de control**.
4. **Revisa tus estadísticas**
   * Verás un resumen claro de tus datos:
     * **Número de sesiones completadas**
     * **Total de horas trabajadas**

***

### Buenas prácticas y consejos de uso

* Consulta tu **Panel de control** regularmente para hacer un seguimiento de tu progreso y anticipar tus próximas horas.
* Estas estadísticas están **unificadas**: incluyen **todas tus actividades**, incluso si trabajas para **varios equipos** que utilizan Yoplanning.
* Los datos se actualizan **automáticamente** al final de cada sesión.

***

### Problemas comunes y soluciones

| Asunto                                       | Causa probable                                     | Solución                                                                              |
| -------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------- |
| El botón “Panel de control” no aparece.      | No has iniciado sesión con una cuenta de personal. | Comprueba que has iniciado sesión correctamente en tu cuenta personal.                |
| Las estadísticas parecen estar incompletas.  | Las fechas del filtro son incorrectas.             | Filtra por fecha; esto se guardará para tu próxima visita.                            |
| No se muestran los datos de otra estructura. | Estructuras no vinculadas a su cuenta              | Comprueba que tu cuenta de personal esté correctamente vinculada a todos tus equipos. |

***

### Resumen rápido

**Panel de control** = vista completa de tu actividad en todas las plataformas. ➡️ Acceso: **Mi cuenta → Panel de control**. Controla tus **horas**, **sesiones** y **rendimiento** en un solo lugar.


---

# 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.yoplanning.support/es/preguntas-frecuentes/faq-des-staffs/consulter-son-dashboard-statistiques-personnelles.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.
