> 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-central-manager-multi-store/installation-cm-configure-sm.md).

# Configurar Store Manager para que funcione con Central Manager

1. Abrir **Administrador de tienda**. El acceso directo debería estar disponible en su escritorio.
2. Haga clic **Archivo** | **Configuración**.

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

3. Vaya a la **Multi-tienda** pestaña.

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

4. Introduzca el **ID de la tienda**.
5. Seleccione **Habilitar el modo central**.
6. Introduzca el **URL del servidor central** incluido el puerto. Este es el **Servidor central de RMH** introduzca el nombre de host y el puerto de la puerta de enlace de entrada.
7. Haga clic **Probar** para verificar y probar la URL y el puerto del servidor central.
8. Haga clic **Guardar y cerrar**.


---

# 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-central-manager-multi-store/installation-cm-configure-sm.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.
