> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/on-premise/es/qa/software-updates/current-version.md).

# Versión actual

Encuentre el número de versión de la plataforma On-Premise de Navixy en el archivo VERSION de su servidor. Entienda el esquema de numeración de compilación mayor y menor.

La información sobre la versión de la plataforma Navixy implementada en su instancia On-Premise puede encontrarse en los archivos del sistema de los servicios de backend.

Para localizar la versión, vaya al directorio de cualquier servicio Java y busque el archivo llamado **VERSION**. Por lo general, estas carpetas son:

* Linux: `/home/java/api-server/VERSION`
* Windows: `C:\java\api-server\VERSION`

El archivo VERSION es un archivo de texto sin formato que puede abrirse y leerse con cualquier editor de texto. En el archivo, encontrará información técnica y, al final, habrá una línea que indica la versión de la plataforma. La línea contiene los siguientes detalles:

**navixy-standalone-provider.2023.02.166**

* navixy-standalone – indica que esta es la instancia On-Premise;
* provider o enterprise – tipo de paquete;
* 2023 – el año de lanzamiento;
* 02 – la versión principal de compilación, que normalmente corresponde al mes de lanzamiento
* 166 - la versión menor de compilación, numerada consecutivamente

Las versiones principales de la plataforma se lanzan cada 2-3 meses y contienen innovaciones importantes y nuevas funcionalidades.

Las versiones menores pueden lanzarse varias veces por mes, e incluyen pequeñas mejoras y correcciones de errores que no requieren cambios significativos en el código de la plataforma.


---

# 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://navixy.com/docs/on-premise/es/qa/software-updates/current-version.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.
