> For the complete documentation index, see [llms.txt](https://docs.steadybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.steadybit.com/use-steadybit/experiments/share/duplicate-experiment.md).

# Duplicate

Duplicating an experiment creates a fully editable copy — even across teams and environments within the same Steadybit tenant.

Use this when another team wants to use your experiment as a **starting point** and adapt it freely, with no expectation that future changes to the original will reach the copy. Once you expect increased reusing across teams, consider using the [experiment template](/use-steadybit/experiments/share/templates.md) approach.

## How Sharing Works

Two artifacts are involved:

* **Original Experiment** — the source of the duplicate. After duplication, it continues to live and evolve independently.
* **Duplicated Experiment** — a new, independent experiment placed into a team and environment of your choice. Once created, it has no link back to the original.

Because the duplicate is a detached copy, design changes do not propagate in either direction.

## Single Source of Truth

| Aspect              | Source of truth                                    |
| ------------------- | -------------------------------------------------- |
| Experiment instance | Per duplicate — each duplicate is a new experiment |
| Experiment design   | Detached copy at the time of duplication           |
| Experiment runs     | Per duplicate                                      |

For sharing where design changes should propagate, use [Service Provided Experiments](/use-steadybit/experiments/share/service-provided.md) or [Share Experiment](/use-steadybit/experiments/share/share-experiment.md) instead.

## Duplicate via Experiment List

On the experiments overview page, every experiment row has a 3-dot menu. Choose **Duplicate Experiment**.

![Duplicate via Experiment List](/files/xkYwhRelLnH68ZmoKPBH)

## Duplicate via Experiment Designer

In the experiment designer, the ![Button](/files/N6HkeAJbyHJb4xrEP3kN) duplicate button creates a copy of the currently opened experiment.

![Duplicate via Designer](/files/hqOMvsIyXEg4aH760uoA)

## Choose Name, Team and Environment

After duplicating, you are prompted for the new experiment's name, description, team and environment.

![Duplicate Popup](/files/jgqgqf2WNkVsmIC4N2LQ)

Confirm the dialog to save the new experiment and open it in the experiment designer.

![Duplicated Experiment](/files/8srUcabEzd0oYVgmufDR)

## When to Use This Approach

Duplicating an experiment is the right choice when:

* Another team should start from a copy of your experiment and freely adapt it
* The original and the copy should evolve independently going forward
* You want to keep the duplicate in a different team or environment within the same tenant

For other sharing needs, see the [overview of sharing options](/use-steadybit/experiments/share.md).


---

# 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:

```
GET https://docs.steadybit.com/use-steadybit/experiments/share/duplicate-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.
