# Sessions Display

Amnesiac offers users the ability to efficiently manage their active sessions by showing or hiding them as needed. By hiding sessions, users can keep their workspace organized and focused.

Users can use the `Sessions` command to toggle the visibility of active sessions on their screen. This feature is particularly useful when dealing with a large number of active sessions that don't need to be constantly displayed.&#x20;

Users can further optimize their session management by combining the `Sessions` command with the [`Bookmark`](/amnesiac/main-menu/bookmarks.md) command.


---

# Agent Instructions: 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://leo4j.gitbook.io/amnesiac/main-menu/sessions-display.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.
