> 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/knowledge-base/troubleshooting-articles/application-requires-devolutions-server-version-greater-or-equal-than.md).

# Application requires Devolutions Server version greater or equal than

Esta aplicación requiere una versión de Devolutions Server igual o superior a...

Cuando Remote Desktop Manager está conectado a un espacio de trabajo de Devolutions Server, valida al iniciarse la compatibilidad de las versiones de ambas aplicaciones. Si se produce una incompatibilidad, aparecerá el mensaje de advertencia anterior en Remote Desktop Manager

### Solución

En primer lugar, recomendamos actualizar Devolutions Server. Este enlace proporciona instrucciones sobre cómo realizar la actualización: [Actualizar Devolutions Server](https://docs.devolutions.net/server/es/getting-started/installation/devolutions-server-upgrade). Si necesita ayuda para realizar la actualización, contacte con nosotros en <service@devolutions.net>.

### Recomendación

1. Recomendamos encarecidamente desactivar la función de actualización automática para evitar cualquier actualización no deseada. Siga este enlace para obtener más información sobre cómo aplicar políticas de grupo (GPO) en Remote Desktop Manager.
2. Recomendamos el uso de la herramienta ***Gestión de versiones*** en ***Administración - Configuración del sistema - Aplicaciones*** de Remote Desktop Manager. Esta función impedirá cualquier actualización no deseada a menos que la apruebe el administrador. El uso de esta función permite al administrador controlar las versiones de Remote Desktop Manager disponibles dentro de la organización.


---

# 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/knowledge-base/troubleshooting-articles/application-requires-devolutions-server-version-greater-or-equal-than.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.
