# Amazon AWS S3 server

You can import an XML, CSV, TXT, or JSON file directly from your Amazon AWS S3 bucket by these steps:

{% stepper %}
{% step %}

### Add a new XML/CSV/TXT/JSON import

* Go to **Setup > Import**.
* Click **Setup import** (or **Combine imports** if you added an import in this project).
* Pick the file type you need (XML, CSV, TXT, or JSON).
  {% endstep %}

{% step %}

### Configure the Amazon S3 settings

To configure the import setup for Amazon S3, use the following settings:

* **Protocol:** "https\://".
* Enter the **URL** to your file.

{% hint style="info" %}
Important: The URL should contain the region in which your bucket is hosted (for example 'eu-central-1'). The import will only work with an S3 bucket URL, not with a custom domain.
{% endhint %}

* **Authentication:** Amazon S3.
* Enter your **AWS Access key ID** and your **AWS secret access key**.

<figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FJGYBWMUnnzQv4v7LIVWC%2F19237475562002?alt=media&#x26;token=400cd4d0-c42c-4d2e-8020-283d735c6c65" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Import your items

After configuring the Amazon S3 settings for your new import, click **Start import**. You will be directed to the mapping, where you need to click **Save & Import**.

Your feed will now start importing from the Amazon AWS S3 server.
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/amazon-aws-s3-server.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.
