# Using adaptors to export data

## Getting data out of Data-flo

Data are exported from Data-flo via Export adaptors, which export data in a specified format.

### Export adaptors&#x20;

Data can be exported from Data-flo in two ways.

1. Some adaptors are specifically configured to push data to certain external data locations (e.g.,  <mark style="color:purple;">export-to-microreact-project</mark>).
2. Some adaptors simply make data available for download (e.g., <mark style="color:purple;">export-to-csv-file</mark>), and the user running the workflow must manually download (pull) the data to an external location.

#### Export adaptors on the canvas

Whenever the output of an adaptor is meant to be made available for download by the end user of the workflow, it must be marked as a workflow output. ![](https://lh7-us.googleusercontent.com/6GwRESOmKWPlt42yyUreO2tfRPCtrdZ7Pj3__8FZ059r6Yz3q9WepRmqCKTBwbdhHqKU8fdiGrJ7r4Arbl01wrj728weDAUMEmMK6jruqYIvPa5GXuf2FRZ8x4b5KBGnuhA4IYNnExp9eQTnazE6eE4)Workflows may have one or multiple outputs defined. In the canvas, the output will appear as a diamond.&#x20;

<figure><img src="/files/WMfH7haMeDt3iMUAgxEH" alt="A screenshot of the Data-flo canvas with an adaptor represented by a card and a Data-flo output represented by a diamond. "><figcaption><p>The ID output of adaptor #10 is "Used as Workflow Output" </p></figcaption></figure>

#### Exported files on the Run page

When users mark something as a workflow output, they are able to add descriptions which will carry over to the Run page so that those uploading files and running the workflow have more details on what to expect as the output.&#x20;

<figure><img src="/files/WHbedzIbqz7QrSl01UsJ" alt="A screenshot of the Data-flo run page that prompts users to input specific files into the workflow."><figcaption><p>Run page with all workflow input files</p></figcaption></figure>

<figure><img src="/files/NW04Khw8p8apItteGUtQ" alt="A screenshot of the Data-flo run page after a workflow is run, showing the workflow outputs. In this example, the output is a csv file available for download."><figcaption><p>CSV file output available for download after inputs are uploaded and run</p></figcaption></figure>


---

# 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://cgps.gitbook.io/data-flo/basics/adaptors/using-adaptors-to-export-data.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.
