> 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/backward-compatibility/backward-compatibility-identify-stores.md).

# Identificar las tiendas con Flash y sin Flash

1. Abrir **Servidor central**. El acceso directo debería estar disponible en su escritorio.
2. Haga clic en **Panel de control**.
3. Si los servicios están en ejecución, haga clic en **Detener servicios**.
4. Haga clic en **Extensiones**.

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

5. Haga clic en **Configuración**.
6. Borre las **marcas de verificación** junto a todas las tiendas que son **no Flash**.

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

7. En **Segundos entre intervalos de proceso** desplegable, seleccione con qué frecuencia la Extensión de compatibilidad con versiones anteriores debe buscar trabajos en la base de datos.

{% hint style="info" %}
El intervalo mínimo es de 10 segundos y el máximo es de 60 segundos. Configure el intervalo de procesamiento de trabajos para optimizar el rendimiento del Servidor central.
{% endhint %}

8. Haga clic en **Guardar**.
9. Haga clic en **Panel de control**.
10. Haga clic en **Iniciar servicios**.


---

# 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/backward-compatibility/backward-compatibility-identify-stores.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.
