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

# Configuración

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

#### RDM

Permitir que el usuario active el [modo sin conexión](https://docs.devolutions.net/rdm/es/getting-started/workspaces/offline-mode) en el espacio de trabajo de Devolutions Server. El espacio de trabajo de Devolutions Server también debe estar configurado para permitir el modo sin conexión. Hay varios modos disponibles:

<table><thead><tr><th width="131">Modo sin conexión</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Desactivado</strong></td><td>No se permite ninguna caché sin conexión para el usuario.</td></tr><tr><td><strong>Solo caché</strong></td><td>Permite guardar una caché del espacio de trabajo para mejorar el rendimiento de carga. Esta opción no permite el uso del modo sin conexión.</td></tr><tr><td><strong>Solo lectura</strong></td><td>Una caché de solo lectura. El usuario no podrá editar los datos del espacio de trabajo. Este modo solo se permite para <a href="https://docs.devolutions.net/rdm/es/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server y Devolutions Cloud</a>.</td></tr><tr><td><strong>Lectura/escritura</strong></td><td>Una caché avanzada, con sincronización de cambios. Este modo solo se permite para <a href="https://docs.devolutions.net/rdm/es/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server y Devolutions Cloud</a>.</td></tr></tbody></table>

<table><thead><tr><th width="191">Permitir arrastrar y soltar</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Ninguno</strong></td><td>Desactivar Permitir arrastrar y soltar en el espacio de trabajo.</td></tr><tr><td><strong>Permitir</strong></td><td>Permitir arrastrar y soltar en el espacio de trabajo.</td></tr></tbody></table>

#### Devolutions Password Manager

<table><thead><tr><th width="141">Modo sin conexión</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Desactivado</strong></td><td>No se permite ninguna caché sin conexión para el usuario.</td></tr><tr><td><strong>Solo lectura</strong></td><td>Una caché de solo lectura. El usuario no podrá editar los datos del espacio de trabajo. Este modo solo se permite para <a href="https://docs.devolutions.net/rdm/es/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server y Devolutions Cloud</a>.</td></tr></tbody></table>

#### Bóvedas

<table><thead><tr><th width="159">Permitir bóveda de usuario</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Predeterminado (sí)</strong></td><td>Respeta el comportamiento predeterminado del sistema. Esto se puede cambiar en <em><strong>Administración - Configuración del sistema - General - Permitir bóveda de usuario</strong></em>.</td></tr><tr><td><strong>Sí</strong></td><td>Concede al usuario una <em><strong>bóveda de usuario.</strong></em></td></tr><tr><td><strong>No</strong></td><td>Deniega al usuario una <em><strong>bóveda de usuario.</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/es/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.
