# Data Source Extension

You can select ‘Import Extension Data’ from ‘+’ (Add Data Frame) button.

![](/files/-M4oMxdWEZ1GzkAoZBd8)

This will open Data Source Extensions dialog UI. You can choose the one you like from the list of the pre-seeded data source extensions, which keeps rapidly growing, under ‘Add New’ menu at the left hand side and click ‘Install’ button. If you want to build your own data source extension then you can import them by clicking on ‘Add from Local’ button.

![](/files/-M4oMxdYakvCR2p2ykDQ)

Once it’s installed, then you can click on ‘Import Data’ button, which will open the data import dialog that is specific to the data source you have selected.

![](/files/-M4oMxd_ovyxIl4Ju2eW)

We have written a separate post [introducing Quandl data extension](https://blog.exploratory.io/an-introduction-to-quandl-data-source-extension-c4dce2842412), which makes it super easy to download a wide range of financial data. I’d recommend you take a look.


---

# 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/data_import/extensions.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.
