# How to Run a Scenario

### Run a scenario

1. Open the scenarios list.
2. Click the scenario you want to run.

The system creates a draft envelope based on the first step of your scenario. If the conversion rule for this step provides all the necessary data, the envelope is filled in automatically.

Once the envelope is ready, you and other participants can move to the next step. To do this, any participant can open the envelope and click the action button in the bottom-right corner.

The button's name will match the step name you set in the scenario configuration. If a participant rejects the envelope, you can restart the process using the envelope from the previous step.


---

# 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://support.docstudio.com/user/scenarios/running-scenarios/how-to-run-a-scenario.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.
