# Single store deployments

A single store deployment can be as simple as one computer running Microsoft SQL Server, Store Manager, and POS. However, the most common single store deployment is slightly more complex, with back office computers running Microsoft SQL Server and Store Manager, and separate computers on the floor running POS.

**Examples of single store deployments**

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

You can also have multiple single store deployments, where you install Store Manager and POS in each store, and the apps in each store operate independently of each other. In other words, each store has its own Store Manager database, and data is not shared between the databases.

**Example of a multiple single store deployments**

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

You can install Microsoft SQL Server, Store Manager,and POS on the same computer. However, as you add more POS lanes to your store, it is recommended that you install and run your Microsoft SQL Server on a standalone computer with sufficient memory and processing power to accommodate a larger store database and more transactions.


---

# Agent Instructions: 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:

```
GET https://docs.rmhpos.com/installation/deployment-options/deployment-options-ss.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
