> 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/install-pos/installation-pos.md).

# Instalar POS

{% hint style="info" %}
Debe instalar .NET en cualquier equipo que ejecute una aplicación RMH. También debe instalar POS para .NET en cualquier equipo que ejecute POS. Consulte [**Instalar .NET**](/es/installation/installation-dot-net.md) y [**Instalar POS for .NET**](/es/installation/install-pos/installation-pos-dot-net.md) para obtener más información.
{% endhint %}

1. Vaya a la ubicación donde extrajo los archivos del paquete de versión.
2. Haga doble clic en **Setup.exe** para abrir el asistente de instalación.

{% hint style="info" %}
Debe tener privilegios administrativos en el equipo para instalar aplicaciones RMH.
{% endhint %}

<div align="left"><img src="/files/330ddd6da7d74f9238e8ab70a1a5fc0f8dd2cdb8" alt=""></div>

3. En **RMH Store**, haga clic en **Instalar POS**.

{% hint style="info" %}
Alternativamente, puede ir a la carpeta **RMH POS** y hacer doble clic en **RetailHero.POS.Setup.msi**.
{% endhint %}

4. Haga clic en **Siguiente**.

<div align="left"><img src="/files/1782d26ad22c1d62c3bd26d954cfb922e5f3e935" alt=""></div>

5. En la pantalla **Acuerdo de licencia de usuario final** seleccione la pantalla **Acepto los términos del Acuerdo de licencia** y haga clic en **Siguiente**.

<div align="left"><img src="/files/27362e4bbca5dc8d64e4512a1a378076bd5664a1" alt=""></div>

6. En la pantalla **Carpeta de destino** pantalla, seleccione la carpeta de instalación para POS y haga clic en **Siguiente**.

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

7. En la pantalla **Listo para instalar RMH POS** , haga clic en **Instalar**.

<div align="left"><img src="/files/8b6cb2e4cc02e8c69e4e11c76d91410298cf3afc" alt=""></div>

8. Espere mientras se completa la instalación. Esto puede tardar unos minutos.
9. Haga clic en **Finalizar**.

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


---

# 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/install-pos/installation-pos.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.
