> 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/server/it/web-interface/administration/user-and-security-management/users/settings.md).

# Impostazioni

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

#### RDM

Consenta all'utente di attivare la [Modalità offline](https://docs.devolutions.net/rdm/it/getting-started/workspaces/offline-mode) sullo spazio di lavoro Devolutions Server. Anche lo spazio di lavoro Devolutions Server deve essere configurato per permettere la modalità offline. Sono disponibili più modalità:

<table><thead><tr><th width="131">Modalità offline</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Disabilitata</strong></td><td>Nessuna cache offline consentita per l'utente.</td></tr><tr><td><strong>Solo cache</strong></td><td>Consente di salvare una cache dello spazio di lavoro per migliorare le prestazioni di caricamento. Questa opzione non permette l'uso della modalità offline.</td></tr><tr><td><strong>Sola lettura</strong></td><td>Una cache in sola lettura. L'utente non potrà modificare i dati nello spazio di lavoro. Questa modalità è consentita solo per <a href="https://docs.devolutions.net/rdm/it/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server e Devolutions Cloud</a>.</td></tr><tr><td><strong>Lettura/Scrittura</strong></td><td>Una cache avanzata, con sincronizzazione delle modifiche. Questa modalità è consentita solo per <a href="https://docs.devolutions.net/rdm/it/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server e Devolutions Cloud</a>.</td></tr></tbody></table>

<table><thead><tr><th width="191">Consenti drag-and-drop</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Nessuno</strong></td><td>Disattiva Consenti drag-and-drop nello spazio di lavoro.</td></tr><tr><td><strong>Consenti</strong></td><td>Consente il drag-and-drop nello spazio di lavoro.</td></tr></tbody></table>

#### Devolutions Password Manager

<table><thead><tr><th width="141">Modalità offline</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Disabilitata</strong></td><td>Nessuna cache offline consentita per l'utente.</td></tr><tr><td><strong>Sola lettura</strong></td><td>Una cache in sola lettura. L'utente non potrà modificare i dati nello spazio di lavoro. Questa modalità è consentita solo per <a href="https://docs.devolutions.net/rdm/it/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server e Devolutions Cloud</a>.</td></tr></tbody></table>

#### Casseforti

<table><thead><tr><th width="159">Consenti cassaforte utente</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Predefinito (sì)</strong></td><td>Rispetta il comportamento predefinito del sistema. Può essere modificato accedendo a <em><strong>Amministrazione - Impostazioni di sistema - Generale - Consenti cassaforte utente</strong></em>.</td></tr><tr><td><strong>Sì</strong></td><td>Concede all'utente una <em><strong>cassaforte utente.</strong></em></td></tr><tr><td><strong>No</strong></td><td>Nega all'utente una <em><strong>cassaforte utente.</strong></em></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/server/it/web-interface/administration/user-and-security-management/users/settings.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.
