> 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-generale/ma-session-a-disparu-de-mon-planning-que-faire.md).

# My session has disappeared from my schedule, what should I do?

**Rest assured:** your sessions cannot disappear. Even after a mishandling, they remain in your schedule. If you no longer see them, it is almost always due to an active filter that is hiding them.

#### Filters: culprit number 1 of “disappearances”

The display of your sessions depends on the filters you have activated. For example:

* If you have the "hide unassigned sessions" filter enabled and drag a session to the *Unassigned* row, it will **instantly disappear from view on the next refresh**... but it will still be there, just hidden.
* Other filters can hide your sessions based on status, team, or activity type.

#### How to check?

1. At the top right of your schedule, click on the small **gear** to open the display settings.
2. Make sure the active filters match what you want to see.
3. Temporarily disable all filters to check if your session reappears.

#### Trick

If a session "disappears" right after dragging and dropping, immediately consider active filters before concluding that it has been deleted.


---

# 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-generale/ma-session-a-disparu-de-mon-planning-que-faire.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.
