# Export Stock Levels to CSV

Exporting your stock levels to a CSV has multiple uses and can prove to be an incredibly useful tool. Here at Freewebstore, we make this very simple.

### How do I export my current stock levels to a CSV file (spreadsheet)?

To see a stock report for your products:

1. Login to your Freewebstore Control Panel.
2. Go to **Manage > Product > Stock.**
3. Scroll down until you see a panel on the right labeled **Stock Report.**
4. Click **Request Stock Report (CSV).** This will queue up your stock report and we will send it to you when we have finished compiling the information for you.&#x20;

{% hint style="warning" %}
This process can take up to an hour depending on the amount of traffic we are receiving and the number of products you have on your store.
{% endhint %}


---

# 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/manage/products/stock-management/export-stock-levels-to-csv.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.
