# Tracking exports

Duplify runs all exports in the background. You can close the tab and continue working on other tasks while the export completes.&#x20;

Duplify sends an email notification when your export is finished.

{% hint style="warning" %}
**Note**

Avoid changing your source or destination stores while an export is in progress. This helps prevent errors and ensures the export completes successfully.
{% endhint %}

## In this section

* [Monitoring export progress](#monitoring-export-progress)
* [Handling errors](#handling-errors)
  * [Why errors happen](#why-errors-happen)
  * [Getting support](#getting-support)
  * [Canceling an export](#canceling-an-export)

***

## Monitoring export progress

You can check the status of an export in progress. A number in the bottom-right corner of the status tracker shows how many items have been exported.

The progress bar provides a visual representation of your export status, helping you track completion at a glance.

***

## Handling errors

Errors can occur if files in your source store are changed while an export is in progress. Changes can be made manually or by third-party apps. Any modifications during export may disrupt the process.

### Getting support

Duplify is automatically notified when an error occurs. If you need assistance, contact our support team using the Chat widget at the bottom of the Duplify screen.

### Canceling an export

You can cancel an export while it’s running. From the dashboard under In progess, click the trash can icon at the bottom and confirm your action.

{% hint style="danger" %}
**Note**

Exports already sent to the destination store can't be undone. You can manually delete any items that have already been exported after you cancel an export in progress.
{% endhint %}


---

# 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://support.duplifyapp.com/using-duplify/tracking-exports.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.
