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

# Cronologia della voce

La funzionalità ***Cronologia voce*** le consente di visualizzare i dettagli relativi alle diverse versioni delle sue sessioni e le offre anche la possibilità di eseguire confronti tra versioni diverse.

{% hint style="info" %}
Questa funzionalità richiede uno [spazio di lavoro avanzato](/rdm/it/getting-started/workspaces/workspace-types/native-workspaces.md). Inoltre, deve essere un amministratore dello spazio di lavoro per eseguire questa azione.
{% endhint %}

### Impostazioni

Per visualizzare la cronologia voce, faccia clic con il pulsante destro del mouse su una voce e selezioni ***Visualizza – Cronologia voce***.

#### Vista Cronologia voce

La finestra di dialogo della vista Cronologia voce le consente di confrontare due voci e di gestire le revisioni della cronologia. Per confrontare, selezioni semplicemente due voci qualsiasi, quindi utilizzi il pulsante ***Confronta***. Può eliminare qualsiasi revisione della cronologia o l'intera cronologia utilizzando i pulsanti ***Elimina*** ed ***Elimina tutto***.

#### Visualizza voci eliminate

Utilizzi ***Amministrazione – Visualizza eliminati*** per [gestire e ripristinare le voci eliminate](/rdm/it/ribbon-menu-bar/administration/deleted-entries.md).

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

#### Vedere anche

* [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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/user-interface/context-menu/entry-history.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.
