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

# La mia sessione è scomparsa dal mio programma, cosa devo fare?

**Stai tranquillo:** le tue sessioni non possono scomparire. Anche dopo una gestione errata, rimangono nella tua agenda. Se non le vedi più, è quasi sempre a causa di un filtro attivo che le nasconde.

#### Filtri: colpevole numero 1 delle “sparizioni”

La visualizzazione delle tue sessioni dipende dai filtri che hai attivato. Ad esempio:

* Se hai abilitato il filtro "Nascondi sessioni non assegnate" e trascini una sessione nella riga *Non assegnate*, questa **scomparirà immediatamente dalla vista al prossimo aggiornamento**... ma sarà ancora lì, solo nascosta.
* Altri filtri possono nascondere le sessioni in base allo stato, al team o al tipo di attività.

#### Come verificare?

1. In alto a destra della tua pianificazione, clicca sul piccolo **ingranaggio** per aprire le impostazioni di visualizzazione.
2. Assicurati che i filtri attivi corrispondano a ciò che vuoi vedere.
3. Disattiva temporaneamente tutti i filtri per verificare se la sessione riappare.

#### Trucco

Se una sessione "scompare" subito dopo averla trascinata e rilasciata, valutare immediatamente i filtri attivi prima di concludere che è stata eliminata.


---

# 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/it/domande-frequenti/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.
