> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chemcloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Export Deliveries

> Download your deliveries as a CSV file for reporting, reconciliation, or sharing with your team.

Export your deliveries table as a CSV file directly from the Deliveries page. The export respects your active filters, so you download exactly what you're currently viewing.

## Steps

<Steps>
  <Step title="Go to Orders & Deliveries">
    Navigate to **Orders & Deliveries** in the top navigation.
  </Step>

  <Step title="Apply filters (optional)">
    Use the tabs and filters to narrow down the deliveries you want — by supplier, status, date range, or any other criteria. The export will include only what's visible on screen.
  </Step>

  <Step title="Click Export">
    Click the **Actions** button and select **Export**. A `.csv` file downloads immediately.
  </Step>
</Steps>

## What's Included

The CSV includes all deliveries currently visible in the table:

| Column               | Description                    |
| -------------------- | ------------------------------ |
| Delivery ID          | ChemCloud delivery reference   |
| Order reference      | Your PO number                 |
| Supplier             | Supplier name                  |
| Product              | Raw material name              |
| Quantity             | Delivered or expected quantity |
| Status               | Current delivery status        |
| Order date           | When the order was placed      |
| ETA                  | Expected arrival date          |
| Actual delivery date | Date the delivery was received |

<Note>
  Apply your filters before exporting. The export only includes what you can currently see in the table — changing filters after downloading will produce a different file.
</Note>

<Tip>
  Open the CSV in Excel or Google Sheets to sort, pivot, or share delivery data with stakeholders who don't have ChemCloud access.
</Tip>
