# How to Create a Scenario

### Scenario structure

A scenario includes:

* name
* description
* UUID
* scenario access
* scenario steps

Each step includes a name, a source, a destination, and a conversion rule.

Source and destination include the template UUID and template version UUID.

### Create a scenario

1. Open the scenarios list.
2. Click the <img src="/files/0PQaGrZXcEhEJIwOmwnJ" alt="" data-size="line"> button.
3. Fill in the required fields.

{% hint style="info" %}
The first step of the scenario does not contain a source. It contains only the destination.
{% endhint %}

### Scenario details

{% columns %}
{% column %}

1. Scenario name.
2. Scenario description.
3. Scenario UUID.
4. Access level.
5. Chain envelope toggle.
6. Cancel button.
7. Save button.

{% hint style="info" %}
The **Save** button is disabled if the scenario form is invalid or at least one step is not saved.
{% endhint %}
{% endcolumn %}

{% column %}

<figure><img src="/files/tGPPd6di7BkkTbKlbmo0" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Step expanded panel with step form

{% columns %}
{% column %}

1. Scenario step name.
2. Scenario step save action.
3. Scenario destination template UUID.
4. Scenario destination template version.
5. Scenario step conversion rule.
6. Scenario step send immediately option.
   {% endcolumn %}

{% column %}

<figure><img src="/files/fKLMCtXp7sQS83DhybJB" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
To add a new step, click the <img src="/files/elWCthXICFctKB1GgY5H" alt="" data-size="line"> button.
{% endhint %}


---

# 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/creating-and-configuring/how-to-create-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.
