# Managing multiple stores

## 1. Create a New Store

* **Create a New Email Address:**\
  Each additional store requires a unique email address. This email will be used to create a dedicated account for the store.
* **Create a Tip4Serv Account for the New Store:**\
  Log out of your current account and go to [Tip4Serv](https://tip4serv.com) and create a new account using the newly created email address. Then Fill in the required information in **MY SETTINGS**.

## 2. Add the Master Account as an Administrator

* **Navigate to the** [**Manage Team**](https://tip4serv.com/dashboard/accounts) **section in the dashboard.**
* **Add the Master Account’s Email Address:**
  * Enter the email address of the master account you wish to use to manage the store.
  * Confirm the addition.

<figure><img src="/files/3RQ4Sbj9jcfRocI5iwly" alt=""><figcaption><p>Manage team section</p></figcaption></figure>

## 3. Manage Multiple Stores from a Master Account

* **Log in to the Master Account.**
* **Switch Between Stores:**
  * In the dashboard, click on your profile picture located at the top right corner.
  * Select the store you wish to manage.

<figure><img src="/files/0FyTb9jaMsIoWWQsISl5" alt=""><figcaption><p>Store drop-down list</p></figcaption></figure>


---

# 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.tip4serv.com/store-setup/managing-multiple-stores.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.
