# Experiments

An experiment describes a chaos engineering scenario to validate your application's reliability. You can add attacks, like network latency and pod crashes, to inject turbulent conditions and checks or load tests to validate system's state. [Experiments are designed](/use-steadybit/experiments/design.md) using the drag'n drop experiment editor or easing creation via [experiment templates](/use-steadybit/experiments/design.md#from-template) or benefitting from [provided experiments in services](/use-steadybit/services.md#provided-experiments).

Once designed, you can [run the experiment](/use-steadybit/experiments/run.md) directly and see everything in action or use the [scheduler](/use-steadybit/experiments/schedule.md), [API](/integrate-with-steadybit/api.md) or [CLI](/integrate-with-steadybit/cli.md) to run the experiment later on.

* [Design](/use-steadybit/experiments/design.md)
* [Run](/use-steadybit/experiments/run.md)
* [Run History](/use-steadybit/experiments/run-history.md)
* [Schedule](/use-steadybit/experiments/schedule.md)
* [Variables](/use-steadybit/experiments/variables.md)
* [Properties](/use-steadybit/experiments/properties.md)
* [Emergency Stop](/use-steadybit/experiments/emergencystop.md)
* [Share](https://github.com/steadybit/docs-public/blob/main/use-steadybit/experiments/share.md)
* [OpenTelemetry Integration](/use-steadybit/experiments/opentelemetry-integration.md)


---

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