# Export inventory

<figure><img src="/files/vCl58UZsvdwqixsFN9AY" alt=""><figcaption></figcaption></figure>

From the **Inventory** page, click the **"Export"** button in the top right corner to download the products currently displayed on the page as a CSV file.

> ⚠️ **The export is page-by-page.** Only the products visible on the current page are included in each export. If your inventory spans multiple pages, you need to navigate to each page and click **"Export"** again to download the products from that page.

#### Steps for a full inventory export

1. Go to the **Inventory** page
2. Click **"Export"** — the current page downloads as a CSV file
3. Navigate to the next page using the pagination controls at the bottom
4. Click **"Export"** again
5. Repeat until all pages have been exported

> 💡 You can adjust the number of products displayed per page using the **"Items per Page"** dropdown at the bottom of the list — setting it to the maximum reduces the number of exports needed.


---

# 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://docs.linkolis.com/inventory/export-inventory.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.
