> For the complete documentation index, see [llms.txt](https://docs.geodin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodin.com/geodin-onsite/es/soporte/updates-and-version-compatibility.md).

# Actualizaciones y compatibilidad de Versión

GeoDin Onsite incluye una **comprobación Automáticamente de Actualizar**. Poco después de iniciar la aplicación, el Sistema se conecta al servidor de recursos de GeoDin para verificar si una nueva Versión está Disponible.

<figure><img src="https://3088246756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmQJR7ILUjg2L6Y9M99Va%2Fuploads%2Fgit-blob-c60ce8574dec85b872fe051d91da56e9526d8b88%2Fimage%20(3).png?alt=media" alt=""><figcaption></figcaption></figure>

* Cuando se encuentra una Actualizar, aparecerá un cuadro de notificación.
* Seleccionando **Actualizar** descargará el instalador más reciente.
* El instalador Automáticamente elimina la Anterior Versión e instala el Nuevo.

Este Proceso garantiza que los usuarios Siempre tengan acceso a las funciones, mejoras y correcciones de seguridad más recientes.

## 1. Compatibilidad hacia atrás

Todas las nuevas versiones de GeoDin Onsite están diseñadas con **compatibilidad hacia atrás**. Esto significa que cualquier dato creado en versiones anteriores todavía puede abrirse y usarse en versiones más nuevas.

## 2. Compatibilidad hacia adelante

Sin embargo, lo contrario no está garantizado. Cuando un colega trabaja con una versión más nueva y crea un Archivo, ese Archivo puede no ser accesible en una versión anterior del software. Por esa razón, se recomienda encarecidamente que todos los miembros del equipo Conserven sus instalaciones actualizadas.


---

# 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.geodin.com/geodin-onsite/es/soporte/updates-and-version-compatibility.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.
