# Export CSV

### How to Export Approvals&#x20;

#### Shopify Admin > Apps > Approovly > Orders > Press "Export CSV"

![](/files/-MRPrBR7Qv8ZjIglXFOE)

### Saving Export

#### Depending on your web browser you may be asked to save the export

![](/files/-MSiWenJ8vXt4kN_23xL)

### Field Names&#x20;

#### A description of field names found in your CSV export

| Field Name    | Description                     |
| ------------- | ------------------------------- |
| id            | Internal ID of the approval     |
| order\_id     | Internal ID of Shopify order    |
| friendly\_id  | Shopify Order number            |
| shop          | Shopify domain                  |
| date\_started | Date order was approved         |
| name          | Name used while approving order |


---

# 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.achieveapplabs.com/approovly/export-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.
