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

# Settings

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

#### RDM

Allow the user to enable [Offline mode](https://docs.devolutions.net/rdm/workspaces/offline-mode/) on the Devolutions Server workspace. The Devolutions Server workspace also needs to be configured to permit offline mode. There are multiple modes available:

<table><thead><tr><th width="131">Offline mode</th><th>Description</th></tr></thead><tbody><tr><td><strong>Disabled</strong></td><td>No offline cache allowed for the user.</td></tr><tr><td><strong>Cache-only</strong></td><td>Allows to save a cache of the workspace in order to improve loading performance. This option disallows the use of the offline mode.</td></tr><tr><td><strong>Read-only</strong></td><td>A read-only cache. The user will not be able to edit data in the workspace. This mode is allowed only for <a href="https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/">Devolutions Server and Devolutions Cloud</a>.</td></tr><tr><td><strong>Read/Write</strong></td><td>An advanced cache, with change synchronization. This mode is allowed only for <a href="https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/">Devolutions Server and Devolutions Cloud</a>.</td></tr></tbody></table>

<table><thead><tr><th width="191">Allow drag-and-drop</th><th>Description</th></tr></thead><tbody><tr><td><strong>None</strong></td><td>Disable Allow drag-and-drop in the workspace.</td></tr><tr><td><strong>Allow</strong></td><td>Allow drag-and-drop in the workspace.</td></tr></tbody></table>

#### Devolutions Password Manager

<table><thead><tr><th width="141">Offline mode</th><th>Description</th></tr></thead><tbody><tr><td><strong>Disabled</strong></td><td>No offline cache allowed for the user.</td></tr><tr><td><strong>Read-only</strong></td><td>A read-only cache. The user will not be able to edit data in the workspace. This mode is allowed only for <a href="https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/">Devolutions Server and Devolutions Cloud</a>.</td></tr></tbody></table>

#### Vaults

<table><thead><tr><th width="159">Allow user vault</th><th>Description</th></tr></thead><tbody><tr><td><strong>Default (yes)</strong></td><td>Respects the system’s default behavior. This can be changed by going to <em><strong>Administration - System settings - General - Allow user vault</strong></em>.</td></tr><tr><td><strong>Yes</strong></td><td>Grants the user a <em><strong>user vault.</strong></em></td></tr><tr><td><strong>No</strong></td><td>Denies the user a <em><strong>user vault.</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:

```
GET https://docs.devolutions.net/server/web-interface/administration/user-and-security-management/users/settings.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.
