# Duplicate an experiment

Community members have the option of duplicating an existing experiment that has gone through the design phase instead of creating a new one.&#x20;

Duplicating experiments have additional advantages including being able to see what has worked well for others before starting an experiment.&#x20;

Moreover, the results data for experiments that are duplicated are aggregated and presented as one experiment, making the results more statistically significant.&#x20;

Lastly, data aggregated from all members in a common experiment can be pooled and monetized more effectively in comparison to individual experiments. Please see the [reward mechanics](/product-docs/fundamentals/reward-mechanics.md) section for more details.


---

# 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://docs.reputable.health/product-docs/guides/duplicate-an-experiment.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.
