> 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/rdm/es/concepts/intermediate-concepts/offline.md).

# Sin conexión

El modo sin conexión le permite seguir trabajando localmente y, si está configurado, sincronizar automáticamente los cambios cuando vuelva a estar en línea. En Remote Desktop Manager, las entradas pueden seguir siendo accesibles incluso sin conexión a la base de datos; las modificaciones se ponen en cola localmente y se fusionan con el espacio de trabajo cuando se restablece la conectividad, lo que mantiene la productividad de los equipos durante viajes, ventanas de mantenimiento o interrupciones del servicio.

#### Temas relacionados

* [Caché/Sin conexión](/rdm/es/ribbon-menu-bar/administration/system-settings/application/cache-offline.md)
* [Lectura/escritura sin conexión](/rdm/es/getting-started/workspaces/offline-mode/offline-read-and-write.md)

#### Véase también

* [Devolutions Academy - Garantizar el acceso continuo con el modo sin conexión](https://academy.devolutions.net/student/path/1925039/activity/2667185)
* [YouTube - Activar el modo sin conexión para acceder a los datos incluso cuando no hay conexión con el espacio de trabajo](https://www.youtube.com/watch?v=W7jK8g4WbNQ)
* [Blog de Devolutions - Modo sin conexión](https://blog.devolutions.net/2020/01/offline-mode/)
* [Devolutions Academy - Análisis de escenarios habituales: acceso remoto para el trabajo de campo](https://academy.devolutions.net/student/activity/3380820-breaking-down-common-scenarios-remote-access-for-field-work)


---

# 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/rdm/es/concepts/intermediate-concepts/offline.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.
