> 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/en/faq/faq-des-staffs/consulter-son-dashboard-statistiques-personnelles.md).

# Consulter son Dashboard (Statistiques personnelles)

### What is the purpose of this feature?

Yoplanning's **Staff Dashboard** allows each staff member to view their **work statistics** in real time. You can track the number of **sessions completed**, the **total time worked**, and your **unified activities**, even if you work for multiple organizations.

***

### How do I access my Dashboard?

#### Detailed steps

1. **Log in to Yoplanning**
   * Go to [Yoplanning.pro](https://yoplanning.pro) and log in with your staff account.
2. **Access your profile**
   * In the **left menu**, click on **My Account**.
   * You can also click directly on **your name** displayed at the top of the schedule.
3. **Open your Dashboard**
   * Once in your profile, click on the **Dashboard** button.
4. **Check your statistics**
   * You will see a clear summary of your data:
     * **Number of sessions completed**
     * **Total hours worked**

***

### Best practices and usage tips

* Check your **Dashboard** regularly to track your progress and anticipate your upcoming hours.
* These statistics are **unified**: they include **all your activities**, even if you work for **multiple teams** using Yoplanning.
* The data is updated **automatically** at the end of each session.

***

### Common problems and solutions

| Issue                                        | Probable cause                             | Solution                                                            |
| -------------------------------------------- | ------------------------------------------ | ------------------------------------------------------------------- |
| The “Dashboard” button does not appear       | You are not logged in with a staff account | Check that you are properly logged into your personal account       |
| The statistics appear to be incomplete.      | The filter dates are incorrect             | Filter by date; this will be saved for your next visit.             |
| Data from another structure is not displayed | Structures not linked to your account      | Check that your staff account is correctly linked to all your teams |

***

### Quick summary

**Monitor Dashboard** = complete view of your activity, across all structures. ➡️ Access: **My Account → Dashboard** Track your **hours**, **sessions**, and **performance** all in one place.


---

# 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/en/faq/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.
