# Share

Steadybit offers several ways to share an experiment to make it easy to share knowledge and enable central organized rollouts.

Pick the approach that matches how much central control you need, how the design should evolve and how tightly the shared experiments should stay in sync:

* Deep link — Just sharing a useful experiment's scenario or run for shared analysis
* [Duplicate Experiment](/use-steadybit/experiments/share/duplicate-experiment.md) — One-off, fully editable copy in another team
* [File Import/Export](/use-steadybit/experiments/share/file-import-export.md) — Move an experiment across Steadybit platforms, into version control, or CI/CD
* [Share With Teams](/use-steadybit/experiments/share/share-experiment.md) — Another team should run a specific experiment as-is, with one shared run history
* [Experiment Templates](/use-steadybit/experiments/share/templates.md) — Other teams should start from your design and adapt it to their own needs
* [Service Provided Experiment](/use-steadybit/experiments/share/service-provided.md) — The same design needs to be tested for different environments/targets, with central control over the design


---

# 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.steadybit.com/use-steadybit/experiments/share.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.
