# Manage Scenarios

To manage scenarios after you have created them, click on the 3 dots <img src="/files/1PMRPJZoTRxMkBClwoKb" alt="" data-size="line"> beside the scenario name at the bottom, to access further options.

## Edit a Scenario

To change the scenario's title and add an optional description click on the three dots and choose **Edit.**

<figure><img src="/files/AaVp4XCtubIdEHnzExbJ" alt="" width="188"><figcaption><p><strong>Edit a Scenario</strong></p></figcaption></figure>

This opens the **Edit Scenario** window where you can enter or change the title and description. Click **Apply**.

<figure><img src="/files/wotOmTJvKWIs8vdIkVe6" alt="" width="251"><figcaption><p><strong>Click Apply</strong></p></figcaption></figure>

{% hint style="info" %}
The baseline series once set for a scenario can not be edited. To simulate a new baseline series, either create a new scenario or use the [Duplicate](#duplicate-scenario) option.
{% endhint %}

## Duplicate Scenario

To duplicate an existing scenario into a new one, choose **Duplicate** on the three dots menu.

<figure><img src="/files/Gi0NRoBd3qIGI7GtWx4r" alt="" width="375"><figcaption><p><strong>Duplicate a Scenario</strong></p></figcaption></figure>

Enter a title and select a new baseline series if required and then click **Create.**

<figure><img src="/files/ik7mqKgIGJzLgftrgJ47" alt="" width="375"><figcaption><p><strong>Duplicate Scenario</strong></p></figcaption></figure>

{% hint style="info" %}
While duplicating a scenario, you can select a new baseline series from the **Select Baseline** dropdown list so that all the simulation steps are recreated, but essentially on a new baseline series.
{% endhint %}

## Export Scenario

You can export and download a scenario to your local system so that it can be imported again for future use whenever required.&#x20;

Click on the icons <img src="/files/8MyG2MaGR4Fcr9xDL0C0" alt="" data-size="line"> on the toolbar to export to Excel or PDF.

<figure><img src="/files/hVFrz1sdPisFpiQ8ewk5" alt=""><figcaption></figcaption></figure>

This opens a pop-up where you can choose to have an expanded hierarchical format or along with an Expand/Collapse option in the hierarchical format. After choosing, click **Export** and **Download.**

<figure><img src="/files/UHm70iNoVwY4GiqOONBP" alt="" width="375"><figcaption><p><strong>Export</strong></p></figcaption></figure>

## Delete Scenario

To delete a scenario, choose **Delete** on the menu.&#x20;

<figure><img src="/files/UAP0EaYX6ggbb4CsT1cc" alt="" width="375"><figcaption><p><strong>Delete a Scenario</strong></p></figcaption></figure>

Click **Confirm** on the pop-up to delete it.

<figure><img src="/files/EAPC8CZp08qkUmanFUYs" alt="" width="375"><figcaption><p><strong>Confirm Delete</strong></p></figcaption></figure>

## Reset Simulation

To remove the simulation on a specific node click on the **bin** icon on the node/cell or on the '**x**' icon on the simulation summary.&#x20;

<figure><img src="/files/sYiXDOFaVS4ljWpPMMTF" alt="" width="188"><figcaption><p><strong>Remove Simulation in Tree View</strong></p></figcaption></figure>

<figure><img src="/files/cuEZvednJBrK0hnaFiWg" alt="" width="563"><figcaption><p><strong>Remove Simulation in Table View</strong></p></figcaption></figure>

To remove all the applied simulations on a scenario and reset the model to its initial state click the **Clear** option on the navigation panel.

<figure><img src="/files/whWxOhrOMVkUKtRxPA56" alt=""><figcaption><p><strong>Reset Simulation</strong></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://docs.valq.com/simulate/manage-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.
