> 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/cloud/it/web-interface/reports/audit.md).

# Audit

La sezione ***Audit*** consente a tutti gli utenti di utilizzare gli strumenti ***entry security analyzer*** e ***password analyzer***. Per accedere agli strumenti ***users permissions***, ***vaults permissions*** e ***vault health*** sono necessari i diritti di amministratore.

#### Entry security analyzer

Nell'***entry security analyzer***, convalidi e gestisca la ricorrenza e la robustezza delle password utilizzate e salvate nelle voci dai suoi utenti.

Clicchi sul ***Nome*** della voce per essere reindirizzato e gestire le proprietà della voce. Per finalità di reportistica, può anche affinare la ricerca con i filtri e creare un documento CSV cliccando sul pulsante ***Export***.

![](https://cdnweb.devolutions.net/docs/docs_en_hub_Hub4156.png)

#### Password analyzer

Il ***password analyzer*** le offre uno strumento di analisi più approfondita della ricorrenza e della robustezza delle password delle voci della cassaforte.

Clicchi sull'icona a forma di occhio ***Reveal password*** per visualizzare la password salvata nelle voci.

Clicchi sulla freccia ***More Information*** per visualizzare tutte le voci in cui la password è utilizzata contemporaneamente. Clicchi sulla freccia ***Go to*** per essere reindirizzato e gestire le proprietà della voce.

Nella sezione ***Data breach***, può verificare se la password è stata coinvolta in una violazione di dati con lo strumento [HaveIBeenPwned](https://haveibeenpwned.com/).

![](https://cdnweb.devolutions.net/docs/docs_en_hub_Hub4157.png)

#### Users permissions

La sezione ***Users Permissions*** è uno strumento che consente di avere una panoramica delle autorizzazioni dei suoi utenti su ogni cassaforte e di creare un report CSV cliccando sul pulsante ***Export***.

![](https://cdnweb.devolutions.net/docs/docs_en_hub_Hub4158.png)

#### Vault permissions

La sezione ***vaults permissions*** è uno strumento per esaminare rapidamente le autorizzazioni dei suoi utenti per ogni cassaforte e creare un report CSV cliccando sul pulsante ***Export***.

![](https://cdnweb.devolutions.net/docs/docs_en_hub_Hub4159.png)

#### Vault health

La sezione ***vault health*** la aiuta a valutare e gestire i problemi relativi a voci specifiche nelle sue casseforti. Clicchi sulla freccia ***Go to*** per essere reindirizzato alle proprietà della voce e risolvere il problema.

![](https://cdnweb.devolutions.net/docs/docs_en_hub_Hub4160.png)


---

# 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/cloud/it/web-interface/reports/audit.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.
