# Installing Duplify

Duplify lets you copy data from a **source store** to one or more **destination stores** on Shopify. The source store holds the original data, and destination stores receive the copied data.&#x20;

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

All destination stores need to be active Shopify stores, though only the source store requires a paid Duplify plan.
{% endhint %}

## In this section

* [Getting started](#getting-started)
* [Installing Duplify](/getting-started/installing-duplify.md)
  * [Source store](#source-store)
  * [Destination store](#destination-store)
* [Checklist](#checklist)

***

## Getting started

To get started with Duplify, you need a source store and a destination store.

* **Source store**: This is the store you want to copy data **from**. It is the origin of the data. The source store requires a paid **Duplify** plan.
* **Destination store**: This is where your data is being copied **to**. It is the receiver of the data. The destination store requires a paid **Shopify** plan.

***

## Installing Duplify

Before connecting your stores, you need to install Duplify on both the source and destination stores. This prepares them for data transfer.

### Source store

**Steps:**

1. Sign in to the Shopify store that you want to duplicate. This is your source store.
2. Go to the [Shopify App Store](https://apps.shopify.com/duplicate-store?search_id=eaf2ac95-b22a-45dd-9a50-214ef4956a34\&shallow_install_type=search\&surface_detail=duplify\&surface_inter_position=1\&surface_intra_position=1\&surface_type=search) and find **Duplify**.
3. Click **Install**.
4. Review the information and click **Install**.

### Destination store

**Steps:**

1. Sign in to the store that you want to copy data to. This is your destination store.
2. Go to the [Shopify App Store](https://apps.shopify.com/duplicate-store?search_id=eaf2ac95-b22a-45dd-9a50-214ef4956a34\&shallow_install_type=search\&surface_detail=duplify\&surface_inter_position=1\&surface_intra_position=1\&surface_type=search) and find **Duplify**.
3. Click **Install**.
4. Review the information and click **Install**.

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

If you have multiple destination stores, install Duplify on each one of them.&#x20;
{% endhint %}

***

## Checklist

* Ensure that both your source and destination stores are hosted on Shopify.
* You need to own the stores or have authorization to clone data from the account.
* Destination stores need to be on a paid Shopify plan. Duplify can only import to active paid stores.
* After installing Duplify on both a source store and at least one destination store, you can continue on to [connect your stores](/using-duplify/connecting-stores.md).


---

# 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/getting-started/installing-duplify.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.
