> For the complete documentation index, see [llms.txt](https://docs.exploratory.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exploratory.io/data_import/file-data/s3.md).

# Amazon S3

## Import CSV / Delimited File or Excel File or Parquet File Data from Amazon S3

You can import CSV / Delimited File or Excel File or Parquet File from Amazon S3.

## 1. Create Amazon S3 connection

When you try to import data from Amazon S3 for the first time, it shows you below Create Connection Dialog forAmazon S3.

Type in AWS Region, Access Key ID, and Access Key Secret. ![](/files/-MhVeF8Jnrq2xc0jbeDX)

## 2. Select Amazon S3 from File Data

![](/files/-MhVeF8OgpHTNMdKh2Gl)

### 2.1 Select files to import

![](/files/-MhVeF8STA9hQqiw9Gw5)

### 3. Input Parameters

Input parameters are same Text File (CSV, delimited) import, Excel File import, and Parquet File Import.

### 4. Preview and import

Click the Preview button to see the data in CSV / Delimited or Excel File or Parquet File. You can limit number of rows for the preview by selecting number from pulldown list on the preview table. If it looks ok, then you can click 'Import' to import the whole CSV / Delimited or Excel or Parquet data into Exploratory.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.exploratory.io/data_import/file-data/s3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
