> 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/user-interface/context-menu/entry-history.md).

# Entry history

The ***Entry history*** feature allows you to view details regarding different version of your sessions and also gives you the option of performing compares between different versions.

{% hint style="info" %}
This feature requires an [advanced workspace](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/). Also, you must be an administrator of the workspace to perform this action.
{% endhint %}

### Settings

To display the entry history, right-click on an entry and select ***View – Entry History***.

#### Entry history view

The entry history view dialog allows you to compare two entries and manage history revisions. To compare simply select any two entries then use the ***Compare*** button. You can delete any history revision or the entire history using the ***Delete*** and ***Delete All*** buttons.

#### View Deleted Entries

Use the ***Administration – View deleted*** to [manage and restore deleted entries](https://docs.devolutions.net/rdm/commands/administration/deleted-entries/).

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW6029_2024_2.png" alt=""><figcaption></figcaption></figure>

#### See also

* [Devolutions Academy - Managing Entry History and Recovery](https://academy.devolutions.net/student/path/1925316/activity/2667998)


---

# 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/user-interface/context-menu/entry-history.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.
