> 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/je-ne-vois-plus-le-bouton-de-filtre-en-haut-a-droite-dans-mon-interface-yoplanning.md).

# Je ne vois plus le bouton de filtre en haut à droite dans mon interface Yoplanning

The filter button at the top right of your Yoplanning interface allows you to filter according to different criteria to better organize your work. **If this button is not visible**, it is usually due to the context of the currently selected team in the application.

**Why did the button disappear?**

The filter button is contextual and depends on the team selection in your interface. If no team is selected, the button may not appear, as the applicable filters depend on the team currently being viewed.

**How ​​do I make the filter button reappear?**

1. **Select a Team**: On the left navigation menu, click on the section where you can choose a team.
2. **Choose a specific team**: Browse the list of available teams and select the one you want to view. In general, you have two, one in your name, and one in the name of the structure in which you worked, you may however have several others depending on your activity.
3. **Check the appearance of the button**: Once a team is selected, the filter button should reappear at the top right of your interface. You can then use this button to refine and customize the display of information according to your needs.

If the issue persists despite selecting a team, it may be a temporary technical issue. In this case, try refreshing your page or logging out and back into the app. For any additional difficulties, do not hesitate to contact Yoplanning technical support for detailed assistance.


---

# 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/je-ne-vois-plus-le-bouton-de-filtre-en-haut-a-droite-dans-mon-interface-yoplanning.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.
