> 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/central-manager/configure-stores/acerca-de-la-autenticacion-de-la-tienda.md).

# Acerca de la autenticación de la tienda

Cuando agregue tiendas a Central Manager, tiene la opción de ingresar una **Clave de tienda**, que se usa junto con la **ID de la tienda** para autenticar la tienda en Central Manager. Si no ingresa una Clave de tienda, solo se usa el ID de la tienda para la autenticación de la tienda.

Si elige usar la Clave de tienda y el ID de la tienda para la autenticación, si la autenticación falla para uno o ambos valores, la conexión de la tienda con Central Manager fallará y no se realizará la sincronización de datos.

El uso de la Clave de tienda para la autenticación de la tienda es opcional. Si actualiza un cliente a la versión 3.51.4 o posterior, no será necesario que ingrese una Clave de tienda para las tiendas. Sin embargo, se recomienda usar una Clave de tienda para la autenticación de la tienda en todas las tiendas administradas centralmente para mejorar la seguridad.

Si elige usar la Clave de tienda para la autenticación de la tienda, primero debe agregar la Clave de tienda en Central Manager y luego reiniciar los servicios de Central Server. Después de haber confirmado que los servicios de Central Server se están ejecutando, entonces puede agregar la Clave de tienda en Central Client.


---

# 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/central-manager/configure-stores/acerca-de-la-autenticacion-de-la-tienda.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.
