> For the complete documentation index, see [llms.txt](https://help.litcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.litcommerce.com/account-and-payment/add-another-main-store-in-your-litcommerce-account.md).

# Add another Main Store in your LitCommerce account

LitCommerce allows users to connect multiple Main Stores to a single LitCommerce account. Each Main Store will have its own set of sales channels and cannot connect to channels associated with other Main Stores.

This helps simplify management and avoid creating multiple accounts (each requires a separate login email).

{% hint style="info" %}
**There is no limit to the number of Main Stores you can connect under one account.**

\
**Each Main Store has its own subscription plan.**
{% endhint %}

Follow the steps below to proceed with the setup.

{% stepper %}
{% step %}
Log in to your LitCommerce account.

{% endstep %}

{% step %}
Go to the Main Store selection at the top-left of the dashboard to view all available Main Stores.

<figure><img src="/files/3upCQOwzLseNobmXpPry" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Select `Manage Stores`.

<figure><img src="/files/2et39X4qxIRmfyo00nvO" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Click on `Create Store` to start a new setup.

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

{% endstep %}
{% endstepper %}

{% hint style="info" %}
**To ensure a correct connection, you must first complete the steps above. Then, navigate to the new dashboard before installing our app on your Main Store website.**
{% endhint %}

You may refer to the article [Set up the Main Store and first Channel](https://litcommerce.gitbook.io/litcommerce-helpdesk/marketplace-integration/setup-and-navigation/step-by-step-setup/step-1-set-up-the-main-store-and-first-channel) for guidance on connecting your Main Store and sales channels.

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# 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://help.litcommerce.com/account-and-payment/add-another-main-store-in-your-litcommerce-account.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.
