> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/manage/products/export-products.md).

# Export Products

### What is the Product Exporter?

The Product Exporter allows you to export a list of all your products in .CSV format.&#x20;

### How to Export Products

1. Log into your Freewebstore Control Panel.
2. Go to **Manage** > **Products** > **Export**.
3. Click **Export Products**.
4. A pop-up will appear, click **Confirm**.

Once confirmed, your export will be queued.&#x20;

{% hint style="info" %}
It generally takes less than 2 hours for an export to complete based on the number of products you have.&#x20;
{% endhint %}

Once complete, we'll automatically email you to let you know. You'll then be able to download the export file via the same page.&#x20;


---

# 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.freewebstore.com/manage/products/export-products.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.
