# Save as Exploratory Data File

You can export the chart as EDF (Exploratory Data Format). This EDF file includes not only the chart configuration but also the data reproducing steps, which means that you can import it in another project and all the steps that would produce the chart data will be reproduced and shown at the right hand side. This would be useful when others want to not only see the chart but also want to understand how the data wrangling has been done and want to update the steps.

### Export

1. Click on Export button.
2. Select 'Export Chart as EDF'.

![](/files/-M4oNCvXDrUK9XUpaldD)

### Import

In another project, simply import the EDF file by selecting 'Import File Data'.

![](/files/-M4oNCvamV2Nj8mWJfMM)

And, select 'Exploratory (.edf)'.

![](/files/-M4oNCvdcIVYSB3h8eeS)

This will import the EDF and reproduce the chart along with all the data wrangling steps so that you or others will be able to view/update the steps.

![](/files/-M4oNCvlfhRYAHxvvu6_)


---

# 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.exploratory.io/visualization/features/save-as-edf.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.
