> 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-dot-net.md).

# Instalar POS para .NET

{% hint style="info" %}
Debe instalar POS for .NET en todos los equipos en los que esté instalado POS.
{% 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 **Requisitos previos**, haga clic en **Instalar POS for .NET**.
4. Haga clic en **Siguiente**.

<div align="left"><img src="/files/8f0703485fccd17a8eb74eef922dbef8fe4ec13b" 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/d3a6f696e973ee938c74262189cb2c3aecfa9a58" alt=""></div>

6. En la pantalla **Programa de mejora de la experiencia del cliente** , seleccione **No, gracias** y haga clic en **Siguiente**.

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

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

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

8. En la pantalla **Características del producto** pantalla, acepte los valores predeterminados y haga clic en **Instalar**.

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

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

<div align="left"><img src="/files/8fff35a675413235e7dbd76181656b255da23bb7" 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-dot-net.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.
