> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/installation/release-package.md).

# Descargar el paquete de versión de RMH

1. Vaya a [**support.rmhpos.com**](https://support.rmhpos.com).
2. Haga clic en **Lanzamientos de RMH**.

{% hint style="info" %}
Si el **Lanzamientos de RMH** el botón no está visible, contacte con [**sales@rmhpos.com**](mailto:sales@rmhpos.com).
{% endhint %}

<div align="left"><img src="/files/58112dfb976f13ed53095c053d52f51c2132747a" alt=""></div>

3. Haga clic en el enlace del paquete de lanzamiento.
4. Descargue y revise todos **Problemas resueltos** y **Problemas conocidos** para determinar si instalar esta versión de las aplicaciones RMH es apropiado para la tienda.

<div align="left"><img src="/files/603c785d48a747e99f2c8f3b383199d3b0c83ef1" alt=""></div>

5. En **Descarga de software**, haga clic en el enlace para descargar el paquete de lanzamiento.
6. Vaya a su carpeta de **Descargas** .
7. Seleccione el paquete de lanzamiento y haga clic en **Extraer todo**.

<div align="left"><img src="/files/72424968269080b3ca06818ed01b7d5579917730" alt=""></div>

8. Haga clic en **Examinar**, vaya a la ubicación donde desea extraer los archivos del paquete de lanzamiento y haga clic en **Seleccionar carpeta**.
9. Haga clic en **Extraer**.


---

# 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.rmhpos.com/es/installation/release-package.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.
