> 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/data-retention-policy-removing-inactive-user-data.md).

# Data Retention Policy: Removing inactive user data

LitCommerce will clear all data from your LitCommerce account to prevent outdated or inaccurate data from being stored after a long period without updates or synchronization.

{% hint style="info" %}
**Data clearance only takes place within your LitCommerce account. It will not affect any data on your Main Store or connected platforms.**
{% endhint %}

## <mark style="color:$primary;">**Marketplace Integration**</mark>

### <mark style="color:$info;">**When will your LitCommerce account data be removed?**</mark>

The system will completely delete the data of a LitCommerce account if it meets one of the following conditions:

* The LitCommerce account is a Free account, and you have not logged into the LitCommerce system for 3 months.

* The LitCommerce account is an Expired account. You have not logged into the LitCommerce system and have been inactive for more than 6 months.

### <mark style="color:$info;">**How to avoid Data Deletion?**</mark>

We will send you an email notification 7 days and 48 hours before the data clearance process. The email will be sent to your email inbox (in some cases may be found in the Spam folder).

To prevent your data on LitCommerce from being deleted, you can log in to your account at least once within a 3-month period if your account does not have a subscription plan on the system. This helps ensure the retention of your data.

If you wish to reconnect your account and resume synchronization, do so by reconnecting your stores and importing the latest data from your actual stores to LitCommerce at any time.

## <mark style="color:$primary;">**Feed Management**</mark>

### <mark style="color:$info;">**When will your LitCommerce account data be removed?**</mark>

LitCommerce will permanently delete all data in your account if your Free Trial or subscription plan has been canceled for 7 days.

{% hint style="info" %}
**Accounts with an active subscription will remain unaffected, even if it has not been logged in or the feed files are not accessed for an extended period.**
{% endhint %}

### <mark style="color:$info;">**How to avoid Data Deletion?**</mark>

We will send you an email notification about the data clearance process when the Free Trial or subscription plan is canceled. Find it in your email inbox (in some cases you may find it in the Spam folder).

Maintaining an active subscription helps ensure your LitCommerce data remains available and is not included in the data clearance process.

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/data-retention-policy-removing-inactive-user-data.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.
