> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/v.8-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/v.8-documentation/user-guide/managing-multiple-stores/multistore-interface/adding-new-store.md).

# Adding a new store

To add a new store, go to the **Advanced Parameters > Multistore** page, click on the **"Add a new shop"** button, and fill in the form.

<figure><img src="/files/llMRRxyUnJEmlKCQ9vwH" alt=""><figcaption></figcaption></figure>

* **Shop name:** Enter a name for your store.
* **Color:** You can also set a different color for each of your stores. Depending on the store you are working on, the header will change color, allowing you to know at a glance what context you are in:

<figure><img src="/files/dFpQifQfnexFVB07bF5I" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nE74S1lXLl6SVW3QeqX0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ZHAtfQlQE9zJ69phuNsQ" alt=""><figcaption></figcaption></figure>

* **Shop group:** Select the store group in which you want to add the new store. You can only select one group.&#x20;

{% hint style="warning" %}
You won't be able to move the store to another group later if you add it to a group in which member stores share customers, sale quantities, or orders.
{% endhint %}

* **Category root:** Choose the root category for your store. It can be different from the one of your default store.
* **Associated categories:** Select the subcategories of the selected root category that will be available in the store.
* **Theme:** Select a theme among those available. With this feature, each of your stores can have its own branding and layout.

### Importing data from another store

You can select what data you want to import from a source store to this new store. To do so:

* **Select the source store** from which you want to import data.&#x20;
* Then, **select the data to import**.&#x20;

By default, all data items are selected. It is **recommended to import all modules***,* even if it means disabling some afterward. That's because the front office and major parts of the back office rely on modules.

{% hint style="info" %}
If you don't want to import any data, you can disable this feature. However, know that you will have to configure your store from scratch.&#x20;

Sharing data can save you time if both stores share some characteristics (employees or carriers, for example).&#x20;
{% endhint %}


---

# 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.prestashop-project.org/v.8-documentation/user-guide/managing-multiple-stores/multistore-interface/adding-new-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.
