> 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/user-groups/settings.md).

# Impostazioni

Consenta al gruppo di utenti di abilitare la [modalità offline](https://docs.devolutions.net/rdm/it/getting-started/workspaces/offline-mode) su uno spazio di lavoro Devolutions Server in Remote Desktop Manager. Anche lo spazio di lavoro deve essere configurato per permettere la modalità offline. Sono disponibili più modalità.

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

### Impostazioni

<table data-header-hidden><thead><tr><th width="116"></th><th></th></tr></thead><tbody><tr><td><strong>OPZIONE</strong></td><td><strong>DESCRIZIONE</strong></td></tr><tr><td><em><strong>Disabilitata</strong></em></td><td>Nessuna cache offline consentita per il gruppo di utenti.</td></tr><tr><td><em><strong>Solo cache</strong></em></td><td>Consente di salvare una cache dello spazio di lavoro ma non la modalità offline.</td></tr><tr><td><em><strong>Sola lettura</strong></em></td><td>Una cache in sola lettura. Il gruppo di utenti non potrà modificare i dati nello spazio di lavoro. Questa modalità è consentita solo per gli <a href="https://docs.devolutions.net/rdm/it/getting-started/workspaces/workspace-types/native-workspaces">spazi di lavoro avanzati</a>.</td></tr><tr><td><em><strong>Lettura/Scrittura</strong></em></td><td>Una cache avanzata, con sincronizzazione delle modifiche. Questa modalità è consentita solo per gli <a href="https://docs.devolutions.net/rdm/it/getting-started/workspaces/workspace-types/native-workspaces">spazi di lavoro avanzati</a>.</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/user-groups/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.
