> 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/ribbon-menu-bar/home/status.md).

# Status

The ***Status*** allows you to change the status of a session.

<table><thead><tr><th width="193">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Locked</strong></td><td>This allow the user who has locked the session to use it and block the others from using it.</td></tr><tr><td><strong>Disabled</strong></td><td>A disabled session cannot be opened. It is mostly used when you do not want to delete it but avoid any unattended connection. It is also useful to disable an account for one of your former customer.</td></tr><tr><td><strong>Warning</strong></td><td>This status allows the session to be used, but displays a message to the user before it is opened.</td></tr><tr><td><strong>Expired</strong></td><td>An expired session cannot be opened. It can be set manually or automatically if the session expiration date is set in their property.</td></tr><tr><td><strong>Archived</strong></td><td>The Archived status t can be applied to a session to indicate that it is no longer actively used but still retained for historical reference or future auditing purposes.</td></tr><tr><td><strong>Broken</strong></td><td>The Broken status is used to indicate that a session or entry is currently non-functional or misconfigured.</td></tr><tr><td><strong>Remove status</strong></td><td>The Remove status clear any previously assigned status from a session.</td></tr><tr><td><strong>Edit status messages</strong></td><td>This will allow you to write a session status message that will be displayed every time a user open a session.</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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/home/status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
