> 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/faq-visibilite-du-planning-entre-moniteurs.md).

# FAQ – Visibilité du planning entre moniteurs

### Can Yoplanning be configured so that two specific staff members can only see each other's schedules?

**Yes, it's possible using the staff's personal teams.**

In Yoplanning, each staff member can have their own personal team. This allows them to manage an individual schedule, independent of the school's main team. To allow two staff members to view each other's schedules, they simply need to add each other as members of their respective personal teams.

***

### Steps to follow

#### 1. Mutual invitation

* Staff A invites Staff B to join their personal team.
* Staff B does the same by inviting Staff A into their own personal team.

#### 2. Define access rights

When sending the invitation, each staff member can choose the level of visibility they wish to grant:

* **View only availability** (without access to session details).
* **View the complete sessions**, with the information visible

#### 3. Create a custom role (optional)

If the default roles are not sufficient:

* Go to **Configuration > Roles**.
* Create a specific role with limited access to the desired information (e.g., scheduling only).
* Apply this role to the guest when adding them to the team.

{% content-ref url="/pages/8bgMldD2qcCjqHSWZC9L" %}
[Define the rights and roles of staff](/en/yoplanning-academy/yoplanning-parametrage/gestion-staffs/definir-les-droits-et-roles-des-staffs.md)
{% endcontent-ref %}

***

### Advantages of this method

* **Confidentiality respected**: each staff member retains control over the shared data.
* **No impact on the main team**: rights are managed at the personal team level.
* **Flexible**: it is possible to open access to other staff or collaborators if needed.

***

### Common problems and solutions

| Issue                                          | Solution                                                                                               |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| The schedule of the other staff is not visible | Verify that the invitation has been accepted and that the assigned role grants access to the schedule. |
| Too much information is visible                | Create a custom role with restricted rights (e.g., "View schedule only").                              |
| I don't see the personal team in my menu       | Make sure you have accepted the team invitation. Refresh the application if necessary.                 |


---

# 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/faq-visibilite-du-planning-entre-moniteurs.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.
