> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/ribbon-menu-bar/home/status.md).

# Stato

Lo ***Stato*** consente di modificare lo stato di una sessione.

<table><thead><tr><th width="193">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Bloccata</strong></td><td>Questo consente all'utente che ha bloccato la sessione di utilizzarla e impedisce agli altri di usarla.</td></tr><tr><td><strong>Disabilitata</strong></td><td>Una sessione disabilitata non può essere aperta. Viene utilizzata principalmente quando non si desidera eliminarla ma si vuole evitare qualsiasi connessione non presidiata. È utile anche per disabilitare un account di uno dei suoi ex clienti.</td></tr><tr><td><strong>Avviso</strong></td><td>Questo stato consente di utilizzare la sessione, ma mostra un messaggio all'utente prima che venga aperta.</td></tr><tr><td><strong>Scaduta</strong></td><td>Una sessione scaduta non può essere aperta. Può essere impostata manualmente o automaticamente se la data di scadenza della sessione è impostata nelle sue proprietà.</td></tr><tr><td><strong>Archiviata</strong></td><td>Lo stato Archiviata può essere applicato a una sessione per indicare che non è più utilizzata attivamente ma è ancora conservata per riferimento storico o per futuri scopi di audit.</td></tr><tr><td><strong>Interrotta</strong></td><td>Lo stato Interrotta viene utilizzato per indicare che una sessione o una voce è attualmente non funzionante o configurata in modo errato.</td></tr><tr><td><strong>Rimuovi stato</strong></td><td>L'opzione Rimuovi stato cancella qualsiasi stato precedentemente assegnato a una sessione.</td></tr><tr><td><strong>Modifica messaggi di stato</strong></td><td>Questo le consentirà di scrivere un messaggio di stato della sessione che verrà visualizzato ogni volta che un utente apre una sessione.</td></tr></tbody></table>


---

# 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.devolutions.net/rdm/it/ribbon-menu-bar/home/status.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.
