> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/manage/products/your-products/copy-an-existing-product.md).

# Copy an Existing Product

Adding multiple products can be a painstaking task, especially if you have an abundance of products to upload. Freewebstore helps with this by offering the ability to allow you to make a copy of an existing product.&#x20;

By copying similar products, you can save time by only tweaking the elements of your product that make it different.

{% embed url="<https://www.youtube.com/watch?v=NF3vd__BNEs>" %}
How to Copy a Product on Freewebstore
{% endembed %}

### How do I copy an existing product?

To copy an existing product along with all the settings you have added for the product you are copying:

#### Right-click Method:

1. Login to your Freewebstore Control Panel.
2. Go to the **Manage > Products > List All Products** section located in your Control Panel.
3. Locate and right-click the product you would like to copy.
4. A menu will then appear containing **Edit**, **Delete**, **Copy** and **Preview**. Click **Copy** to create a copy of the product.
5. Click **Save.**

#### Checkbox Method:

1. Login to your Freewebstore Control Panel.
2. Go to the **Manage > Products > List All Products** section located in your Control Panel.
3. Locate the product, and **check** the checkbox to the left of the product.&#x20;
4. **Click** the button that appears at the top of the product list called **Selected (1)**.
5. Click **Copy** from the dropdown menu that appears.

**Product > Edit Page:**

1. Login to your Freewebstore Control Panel.
2. Go to the **Manage > Products > List All Products** section located in your Control Panel.
3. Click **Edit** for a product.
4. On the Product > Edit page, click **Actions**.
5. In the Actions menu, click **Copy Product**.

{% hint style="info" %}
Only 1 product can be copied at a time.
{% endhint %}

{% hint style="warning" %}
It can take up to a few minutes for the copy of the product to appear.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.freewebstore.com/manage/products/your-products/copy-an-existing-product.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
