> 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/deployment-options/deployment-options-ss.md).

# Implementaciones de una sola tienda

Una implementación de una sola tienda puede ser tan simple como un solo equipo que ejecute Microsoft SQL Server, Store Manager y POS. Sin embargo, la implementación de una sola tienda más común es un poco más compleja, con equipos de back office que ejecutan Microsoft SQL Server y Store Manager, y equipos separados en el área de ventas que ejecutan POS.

**Ejemplos de implementaciones de una sola tienda**

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

También puede tener múltiples implementaciones de una sola tienda, en las que instala Store Manager y POS en cada tienda, y las aplicaciones de cada tienda funcionan de forma independiente entre sí. En otras palabras, cada tienda tiene su propia base de datos de Store Manager, y los datos no se comparten entre las bases de datos.

**Ejemplo de múltiples implementaciones de una sola tienda**

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

Puede instalar Microsoft SQL Server, Store Manager y POS en el mismo equipo. Sin embargo, a medida que agregue más cajas POS a su tienda, se recomienda que instale y ejecute su Microsoft SQL Server en un equipo independiente con memoria y capacidad de procesamiento suficientes para admitir una base de datos de tienda más grande y más transacciones.


---

# 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/deployment-options/deployment-options-ss.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.
