> 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/faqs.md).

# FAQs

Find answers to common questions related to Account & Payment information. This section helps you manage your LitCommerce account, subscriptions, billing information, and connected stores.

<details>

<summary><strong>Can I cancel my Free Trial in advance?</strong></summary>

The LitCommerce Marketplace Integration app offers a 7-day Free Trial that gives you access to all functions and features.

Canceling it early will not immediately expire your account. The Free Trial will still be available until the end of the 7-day period.

{% hint style="info" %}
**For Shopify users, if LitCommerce is uninstalled from your Shopify account, all subscriptions (including Free Trial) will expire immediately.**
{% endhint %}

</details>

<details>

<summary><strong>Can I connect one sales channel to multiple Main Stores or multiple LitCommerce accounts?</strong></summary>

Our connection rules for sales channels work as follows:

* The same sales channel cannot be connected to multiple Main Stores under one LitCommerce account.

* The same sales channel can be connected to different Main Stores if those Main Stores belong to separate LitCommerce accounts.

* Different sales channels from the same platform can be connected to one or multiple Main Stores without limitation.

> ***For example:** You have an Etsy channel called "Etsy Pottery”.*
>
> * *If you have a LitCommerce account A, with two seperated Main Stores connected, BigCommerce and Wix* → *You can only connect "Etsy Pottery” to either Main Store.*
>
> * *If BigCommerce is LitCommerce account A's Main Store, while Wix is LitCommerce account B's Main Store → You can connect "Etsy Pottery” to both Main Stores.*
>
> * *If you have multiple Etsy channels, such as "Etsy Pottery”, "Etsy Clothing”, and "Etsy Accessories" → You can connect all of these Etsy channels to the same Main Store, such as BigCommerce.*

</details>


---

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

```
GET https://help.litcommerce.com/account-and-payment/faqs.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.
