# 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: 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/file-data/s3.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.
