# Setting Up Amazon S3 Integration

Pline’s Amazon S3 integration enables you to automatically send and store extracted data in your S3 buckets, providing secure, scalable, and centralized data storage without the need for manual uploads.

Here's how to set up Amazon S3 Integration:

### Step 1: Access the Pline Platform

Navigate to the "**Integrations"** section and click the "**Create Integration"** button.

<figure><img src="/files/9SPsYoX36glNq7qHrz0L" alt=""><figcaption></figcaption></figure>

### Step 2: Set up the dataset

* Select the workflow or use the dropdown to choose the workflow you want to integrate.

<figure><img src="/files/xAFMf7opV5OPJ3MOc2Pn" alt=""><figcaption></figcaption></figure>

* Manage your dataset settings by manually selecting specific datasets or automatically including all current and future datasets.

<figure><img src="/files/a6wecWvJB3gI7RemGPRJ" alt=""><figcaption></figcaption></figure>

* Select the datasets you want to connect, then click **"Next".**

<figure><img src="/files/Gxx9ETeZV4IkxNCmhFXC" alt=""><figcaption></figcaption></figure>

### Step 3: Configure Destination

Select **Amazon S3** as the destination and complete the following configuration fields:

* **Integration Name**: A custom name to identify this integration.
* **File Name**: A custom identifier for the file stored in the S3 bucket.

{% hint style="info" %}
Use the naming convention: **`{filename + dataset ID + timestamp}`**
{% endhint %}

* **S3 Bucket Name**: The name of the bucket where data will be stored.
* **File Type**: Choose the export format, either CSV or JSONL.
* **Integration Access with Team Members:** Enter the team member’s information to share access.

<figure><img src="/files/cWuatc5lt58HEKTLRGHP" alt=""><figcaption></figcaption></figure>

After you've successfully set up your Amazon S3 Integration, click "**Connect".**

### Step 4: Link AWS IAM Account &#x20;

Provide the necessary AWS credentials to authorize access to your S3 bucket, and click "**Connect"** to finalize and activate the Amazon S3 integration.

<figure><img src="/files/T0W4D9XyfJnq2eAjJBwe" alt=""><figcaption></figcaption></figure>


---

# 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.pline.ai/features/integrations/setting-up-amazon-s3-integration.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.
