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

# Mi sesión ha desaparecido de mi agenda, ¿qué debo hacer?

**No te preocupes:** tus sesiones no pueden desaparecer. Incluso después de un mal manejo, permanecen en tu agenda. Si ya no las ves, casi siempre se debe a que un filtro activo las oculta.

#### Filtros: culpable número 1 de las “desapariciones”

La visualización de tus sesiones depende de los filtros que tengas activados. Por ejemplo:

* Si tiene habilitado el filtro "ocultar sesiones no asignadas" y arrastra una sesión a la fila *Sin asignar*, **desaparecerá instantáneamente de la vista en la próxima actualización**... pero seguirá allí, solo que oculta.
* Otros filtros pueden ocultar sus sesiones según el estado, el equipo o el tipo de actividad.

#### ¿Como comprobarlo?

1. En la parte superior derecha de tu agenda, haz clic en el pequeño **engranaje** para abrir la configuración de pantalla.
2. Asegúrate de que los filtros activos coincidan con lo que quieres ver.
3. Deshabilite temporalmente todos los filtros para comprobar si su sesión reaparece.

#### Truco

Si una sesión "desaparece" justo después de arrastrarla y soltarla, considere inmediatamente los filtros activos antes de concluir que se ha eliminado.


---

# 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-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.
