> For the complete documentation index, see [llms.txt](https://docs.flowlity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowlity.com/settings/downloads.md).

# Downloads

The Downloads page lets you export data from Flowlity for use in spreadsheets, BI tools, or other systems.

### Download configuration

Set up your export using the following options:

* **Site** — Select which site's data to export.
* **File type** — Choose the type of data to export (e.g. demand, planning, stock).
* **Units** — Select the unit of measure for quantities in the export.
* **Period** — Define the time range and granularity (e.g. monthly, weekly).
* **Format** — Choose the output format: **CSV** or **Excel**.

Click **Download** to generate and download the file.

### Export columns configuration

Use the columns configuration panel to select exactly which fields are included in the export. Toggle columns on or off to customize the output to your needs — for example, include only forecast and stock columns, or add supplier and tag metadata.


---

# 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://docs.flowlity.com/settings/downloads.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.
