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

# Status

Über den ***Status*** können Sie den Status einer Sitzung ändern.

<table><thead><tr><th width="193">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Gesperrt</strong></td><td>Dies erlaubt dem Benutzer, der die Sitzung gesperrt hat, diese zu verwenden, und verhindert, dass andere sie verwenden.</td></tr><tr><td><strong>Deaktiviert</strong></td><td>Eine deaktivierte Sitzung kann nicht geöffnet werden. Sie wird meist verwendet, wenn Sie sie nicht löschen, aber jede unbeaufsichtigte Verbindung vermeiden möchten. Sie ist außerdem nützlich, um ein Konto eines Ihrer früheren Kunden zu deaktivieren.</td></tr><tr><td><strong>Warnung</strong></td><td>Dieser Status erlaubt die Verwendung der Sitzung, zeigt dem Benutzer jedoch vor dem Öffnen eine Nachricht an.</td></tr><tr><td><strong>Abgelaufen</strong></td><td>Eine abgelaufene Sitzung kann nicht geöffnet werden. Sie kann manuell festgelegt werden oder automatisch, wenn das Ablaufdatum der Sitzung in deren Eigenschaften festgelegt ist.</td></tr><tr><td><strong>Archiviert</strong></td><td>Der Status Archiviert kann auf eine Sitzung angewendet werden, um anzuzeigen, dass sie nicht mehr aktiv verwendet wird, aber weiterhin für historische Referenz- oder zukünftige Auditzwecke aufbewahrt wird.</td></tr><tr><td><strong>Fehlerhaft</strong></td><td>Der Status Fehlerhaft wird verwendet, um anzuzeigen, dass eine Sitzung oder ein Eintrag derzeit nicht funktionsfähig oder falsch konfiguriert ist.</td></tr><tr><td><strong>Status entfernen</strong></td><td>Mit Status entfernen wird jeder zuvor zugewiesene Status einer Sitzung gelöscht.</td></tr><tr><td><strong>Statusnachrichten bearbeiten</strong></td><td>Damit können Sie eine Sitzungsstatusnachricht schreiben, die jedes Mal angezeigt wird, wenn ein Benutzer eine Sitzung öffnet.</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/de/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.
