> 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/installation/install-central-manager-multi-store/installation-cm-configure-store.md).

# Add the store to Central Manager

{% hint style="warning" %}
If you change the store database you must recreate the config file in Central Client. If you change the Central database - or if you add, remove, or deactivate a store - you must recreate the config file in Central Server. Refer to [**Modify settings**](/installation/install-central-manager-multi-store/manage-services/modify-settings.md) for more information.
{% endhint %}

1. Open **Central Manager**. The shortcut should be available on your desktop.
2. Click **Setup**.
3. Expand **Store**.
4. Click **Stores**.
5. Click **New**.

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

6. Enter the **Store ID**.
7. Enter the **Store Name**.
8. (Optional) Enter a unique **Store Code**.
9. (Optional) Select an existing **Store Region** from the drop-down list, or enter a new region.
10. Select an **Existing Store Group**, or select **None**.
11. (Optional) For the **Store Key**, do one of the following:

* Manually type a key into the field.
* Click the key button to automatically generate a key.

{% hint style="info" %}
The key should be a maximum of 12 characters long, and can be any combination of letters, numbers, or special characters.
{% endhint %}

{% hint style="warning" %}
If you choose to use Store Key for store authentication, you must first add the Store Key in Central Manager (this procedure) and then restart the Central Server services. After you have confirmed that the Central Server services are running, you must add the Store Key in Central Client and restart Central Client services. Refer to [Modify the Central Client settings](/installation/install-central-manager-multi-store/manage-services/modify-settings/central-client-settings.md) for more information.
{% endhint %}

12. Click the **Additional** tab and enter the store's address, phone number, and fax number.
13. Click **Save And Close**.


---

# 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/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.
