# Settings

### Automations

#### Data Sync

Data sync automation provides a greater flexibility in controlling the data sync from the app to Klaviyo. Merchants now have the ability to control when the data is synchronised to Klaviyo.

* Enabling data sync will allow data to be synced automatically to Klaviyo after file import is completed.
* Disabling data sync will not allow data to be synced automatically to Klaviyo after file import. However, data will still live on the app (marked as Pending) and you can manually do a sync at a time that suits your needs.

#### File Cleanup

An automated task that runs once a day which scans all processed files to check if any need to be deleted. The check for deletion is based on the configured file cleanup threshold.

* Enable - will allow the task to run once a day
* Disable - the task will not run and no files will be deleted even if file cleanup threshold is configured.

### File Clean Up

To ensure efficient management of storage resources, cleanup process will help maintain a clean and organised storage environment after file import process. Merchant can configure the number of days to keep processed files before it is automatically deleted.

The file cleanup logic is as follows:

* For example, a file is uploaded and processed on July 10th
* Retention days is set to 30 days
* Then, the processed file will be automatically deleted on July 15th

<figure><img src="/files/q6DSwVHGFH6lOudOuqCc" 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.dotapparel.com.au/customers/settings.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.
