# Customer Managed Storage

Customers who are on a Custom Plan can choose to have their data stored on their own managed S3 bucket instead of the Dataimporter servers.

## Set up S3 Integration

First of all [Set up an Integration to your S3 Bucket](/integrations/storage/s3.md) in Dataimporter.

## Configure Custom Storage

In the Settings page, scroll down to Data Storage, and select the Bucket you created in the previous step.

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

## Result Files

Your Jobs run from this point onwards, will now have the Success and Error files sent to your S3 Bucket instead of Dataimporter. The result files will be uploaded into a folder called 'results' and will be in the format:

{datetime}\_{job name}\_{type}.csv

If you have a job called Account Import then you would see the result files called:\
\
20230406T120000\_Account Import\_successful.csv

20230406T120000\_Account Import\_failed.csv


---

# 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://help.dataimporter.io/security/customer-managed-storage.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.
