# Export

### What is the Order Exporter

The Orders Exporter allows you to export a list of all your orders in a CSV formatted file.&#x20;

The export section allows you to select which column and information are added to your CSV file for each download. It also allows you to select the Date Range of the orders downloaded.&#x20;

### How to Export Orders

1. Log into your Freewebstore Control Panel.
2. Go to **Orders** > **Export**.
3. Click **Export Products**.
4. Select (check) which data you would like to be exported.
5. Select a date range that you would like to export.
6. Click **Export Data**.
7. 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 exports to complete based on the number of orders 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: 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/orders/export.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.
