# Module cloning

All affiliate modules include a feature that allows you to clone a module, effectively creating a duplicate of the parent module.

{% hint style="success" %}
You can create **up to 10 cloned modules** for each parent module.
{% endhint %}

<figure><img src="/files/KfqVZyfMVJrSTDIxFco5" alt=""><figcaption></figcaption></figure>

This feature is useful when:

* Creating separate modules for different locales (e.g., Amazon US, UK, IT, FR).
* Setting up distinct modules with unique product search filters.

### How to Clone a Module

To create a cloned module:

1. Navigate to the module settings page.
2. Click the **"Clone This Module"** button.

<figure><img src="/files/b6z8HqtondH0wEhmfuHl" alt=""><figcaption></figcaption></figure>

### How to Delete a Cloned Module

{% hint style="danger" %}
**Warning:** Deleting a cloned module will permanently remove its settings and all associated products from all posts. This action cannot be undone.
{% endhint %}

If you no longer need a cloned module, you can delete it:

1. Go to the settings page of the cloned module.
2. Click **"Delete This Module."**

<figure><img src="/files/OilEZRTYFjLWpanNprXw" 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://ce-docs.keywordrush.com/modules/cloning.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.
