# Share Dataset via Email

Once you click on the "Export" link on the data tile, you will be brought to the Export focus area in the dataset view. This screen will enable you to send the finalized dataset to a specific email address (or multiple email addresses).

![Select Email from the dropdown menu](/files/-MfYqlS7ho1u0a1H_bZN)

When you choose to email the file, you have the option of exporting the dataset in multiple formats: CSV (comma-, tab-, or pipe-delimited), XLS, Parquet, or JSON.

Enter the main email address that you would like to send the file to (it can be your own email address), as well as any additional email addresses for people you'd like to share the data with.

{% hint style="warning" %}
No authorization is necessary to open the file, so be careful of who you send your link to.
{% endhint %}

{% hint style="info" %}
Emailed links expire after 7 days.
{% endhint %}


---

# 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.phiona.com/sharing-data/sharing-via-email.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.
