> 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-store-manager-single-store/installation-mlm.md).

# (Opcional) Instalar MLM

{% hint style="info" %}
A partir de la versión 3.51.12, MLM no es necesario para licenciar las aplicaciones RMH. En su lugar, las aplicaciones RMH se pueden pedir y licenciar a través del RMH Hub. Contacte <sales@rmhpos.com> para obtener más información sobre RMH Hub.
{% 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 **Licencias RMH**, haga clic en **Instalar el módulo de tienda de licencias múltiples (MLM)**.
4. En la pantalla **Bienvenido al asistente de configuración de MLM** , haga clic en **Siguiente**.

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

5. En la pantalla **Acuerdo de licencia** , seleccione **Acepto**y haga clic en **Siguiente**.

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

6. En la pantalla **Seleccionar carpeta de instalación** pantalla, seleccione la carpeta de instalación para MLM, seleccione **Todos**y haga clic en **Siguiente**.

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

7. En la pantalla **Confirmar instalación** , haga clic en **Siguiente**.

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

8. En la pantalla **Instalación completada** , haga clic en **Cerrar**.

<div align="left"><img src="/files/b86a4057d3246f0e78045514162da69d50647911" 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-store-manager-single-store/installation-mlm.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.
