> 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-store.md).

# Agregar la tienda a Central Manager

{% hint style="warning" %}
Si cambia la base de datos de la tienda, debe volver a crear el archivo de configuración en Central Client. Si cambia la base de datos de Central, o si agrega, elimina o desactiva una tienda, debe volver a crear el archivo de configuración en Central Server. Consulte [**Modificar configuración**](/es/installation/install-central-manager-multi-store/manage-services/modify-settings.md) para más información.
{% endhint %}

1. Abrir **Central Manager**. El acceso directo debería estar disponible en su escritorio.
2. Haga clic en **Configuración**.
3. Expandir **Tienda**.
4. Haga clic en **Tiendas**.
5. Haga clic en **Nueva**.

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

6. Introduzca el **ID de la tienda**.
7. Introduzca el **Nombre de la tienda**.
8. (Opcional) Introduzca un **Código de tienda**.
9. (Opcional) Seleccione una **Región de la tienda** de la lista desplegable, o introduzca una nueva región.
10. Seleccione un **Grupo de tiendas existente**, o seleccione **Ninguno**.
11. (Opcional) Para la **Clave de tienda**, haga una de las siguientes acciones:

* Escriba manualmente una clave en el campo.
* Haga clic en el botón de clave para generar automáticamente una clave.

{% hint style="info" %}
La clave debe tener un máximo de 12 caracteres y puede ser cualquier combinación de letras, números o caracteres especiales.
{% endhint %}

{% hint style="warning" %}
Si elige usar la Clave de tienda para la autenticación de la tienda, primero debe agregar la Clave de tienda en Central Manager (este procedimiento) y luego reiniciar los servicios de Central Server. Después de haber confirmado que los servicios de Central Server se están ejecutando, debe agregar la Clave de tienda en Central Client y reiniciar los servicios de Central Client. Consulte [Modificar la configuración de Central Client](/es/installation/install-central-manager-multi-store/manage-services/modify-settings/central-client-settings.md) para más información.
{% endhint %}

12. Haga clic en el **Adicional** pestaña e introduzca la dirección, el número de teléfono y el número de fax de la tienda.
13. Haga clic en **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-store.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.
