# Managing Scenarios

## Scenario Wizard

<figure><img src="/files/hAp7jQtyN9Q2JqoeagPX" alt="Screenshots showing the Edit Scenarios button in the Model Settings ribbon, and the Scenarios wizard that opens when it is pressed." width="563"><figcaption><p>Scenario editor</p></figcaption></figure>

You can create Scenarios by clicking the **Edit** button <mark style="color:green;">**(1)**</mark> in the Scenarios section of the **Model Settings** area of the [**Model Editor**](/models/model-editor.md).

This will open a wizard <mark style="color:green;">**(2)**</mark> in which you can view, edit and create Scenarios.

When creating a Scenario, you can select another Scenario on which to base the new one. In the above example, the `Lean` Scenario is based on the `Base` Scenario. This means that if a value isn't specified for an Assumption for the `Lean` Scenario, its value will be taken from the `Base` Scenario.

{% hint style="info" %}
If you do not specify a "based on" Scenario, you will need to specify a value for every Assumption for the new Scenario
{% endhint %}

## Entering Scenario values

### In the Assumptions wizard

You can enter values for different Scenarios in the [**Assumptions wizard**](/assumptions/assumptions-wizard.md). To do so you will need to first select the Scenarios that you want to edit, in the **Setup step** <mark style="color:green;">**(1)**</mark>. The **Values step** will then include all selected Scenarios in the values input table <mark style="color:green;">**(2)**</mark>, where you can edit them freely.

<figure><img src="/files/Ve3J6idZkfTvMKu46Gzb" alt=""><figcaption><p>Editing Scenario values in the Assumptions wizard</p></figcaption></figure>

### In the Assumptions list

You can edit Scenario values directly in the Assumptions list in the Assumptions tab of the [**Model Editor**](/models/model-editor.md).

Just click in the value you would like to edit <mark style="color:green;">**(1)**</mark>, enter a new value, and press **Enter** to save. You can delete a Scenario value using the delete button <mark style="color:green;">**(2)**</mark>, or by deleting the value and pressing **Enter**.

<figure><img src="/files/KgMtwYDvW4nkT8xUYePa" alt=""><figcaption><p>Editing Scenario values in the Assumptions list</p></figcaption></figure>


---

# 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://help.taglo.io/cases/managing-scenarios.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.
