# Duplicating a Collection

## Collection Duplication

The duplication feature allows you to create a new collection from an existing one, and ensures that the sort order of the new collection is the same as the original one.

### Step 1 - Select a collection to duplicate

Choose either a **Smart** or **Custom** collection to duplicate.

<figure><img src="/files/IjLWjCywzbiI8EydjbQx" alt=""><figcaption><p>Choose a Collection</p></figcaption></figure>

### Step 2 - Click the Duplicate icon on the collection you want to select

<figure><img src="/files/QuYmkt7z3zpFVg4Bwchd" alt=""><figcaption><p>Choose Duplicate</p></figcaption></figure>

### Step 3 - Enter the details of the new collection

Enter a title for the new collection and choose a sort order.

{% hint style="info" %}
If you choose **Manual** sorting for the new collection, the order of the products in the new collection will match the sort order of the original collection, if the original one was also set to **Manual** sorting.
{% endhint %}

<figure><img src="/files/YbsICrVd9VDjVqueT3o2" alt=""><figcaption><p>Enter the Details</p></figcaption></figure>

### Step 4 - Confirm the duplication

Finally, click the Next... button, and confirm your request to duplicate the collection.

<figure><img src="/files/dsTvrYvRWGagLXNbMzgU" alt=""><figcaption><p>Confirm</p></figcaption></figure>

After a few minutes, you'll see a message on the screen to tell you that the new collection is ready. Hit the Refresh button on the collection list screen to see the newly created collection.

<figure><img src="/files/pzVW1oQpVnGe64aZpSXI" alt=""><figcaption><p>Refresh to see the new collection</p></figcaption></figure>

## **That's it, you're done!**

You can now select the new collection.

{% hint style="warning" %}
Keep in mind that the products in the new collection are technically the same as the ones in the old collection. This means that if you change any product information in the new collection, it will change in the old one as well since it's the same products.

If you want to create true copies of the products, just let us know and we'll explain how to do that. We like to discuss it before we enable that feature to avoid any unexpected surprises.
{% 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://cmhelp.innovanet.solutions/duplicating-collections/duplicating-a-collection.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.
