> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining/simulating-scenarios.md).

# Simulating Scenarios

Simulate process changes to evaluate potential outcomes and performance impacts.

You can simulate alternate versions of your process by creating new scenarios based on your event log.

## Simulating a New Scenario

Follow the steps below to configure and run a simulation.

{% stepper %}
{% step %}

### Open Simulation Panel

* Click the **Simulation** button in the **Project Toolbar**.
* From the dropdown, select **New Scenario**.

This opens the **Simulation Panel**, where you will configure the scenario details.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FMWXpsQSaC0xf5irH6l0F%2FIMS-V16-Apps-PM-Simulation.png?alt=media&amp;token=d81e3ba0-3df2-4662-96dc-867a84793f4f" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
New scenarios are based on the event log of the currently selected scenario. Ensure the correct source scenario is selected before creating a new one.
{% endhint %}

***

{% endstep %}

{% step %}

### Configure Scenario

In the **Simulation Panel**, provide the following information:

* **Scenario Name** *(required)*: Enter a unique name for the scenario.
* **Number of Process Instances** *(default: 100):* Define how many cases will be simulated.
* **Arrival Ratio**: Set the rate at which new cases arrive over time.
* **Time Unit:** Select the unit of time to be used (e.g., minutes, hours).
* **Scenario Start Date** *(default: current date)*: Set the start date for the simulation run.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2Fc1Y0lbMbtziwXyt88W5w%2FIMS-V16-Apps-PM-Simulation-1.png?alt=media&amp;token=38de0b59-694f-4dc4-947c-175e98a2152b" alt=""><figcaption></figcaption></figure>

***

{% endstep %}

{% step %}

### Run Simulation

After completing all required fields, click **Start Simulation** to begin processing.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FLkj61IzWKddceTy3KTqM%2FIMS-V16-Apps-PM-Simulation-2.png?alt=media&amp;token=114a2dd5-c556-4906-8ca1-77a7301c4046" alt=""><figcaption></figcaption></figure>

A message will confirm that the simulation is running in the background.&#x20;

> **Do not refresh the page during this time.**&#x20;

Once complete, a success message will confirm that the scenario has been generated.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2F7unyU04F1ZtJcQz5s4m1%2FIMS-V16-Apps-PM-Simulation-3.gif?alt=media&amp;token=1db587f7-2a06-4bf6-a287-fd8f13075d9f" alt=""><figcaption></figcaption></figure>

***

{% endstep %}
{% endstepper %}

***

## Accessing Simulation Scenarios

Completed scenarios are added to the **Process** dropdown in the **Filter Bar**.

This dropdown includes:

* **As-Is Process** *(default, always available)*:&#x20;

  Represents the original, unmodified process based on the full event log.
* **User-Created Scenarios**:&#x20;

  Any scenarios you have created will appear here once generated.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FzM5ULOCTpzNuQL0Ad1nA%2FIMS-V16-Apps-PM-Simulation-4.png?alt=media&amp;token=837a7d9b-13fd-4435-81dd-b93e46c2581d" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Viewing Scenarios

* Open the **Process** dropdown in the **Filter Bar**.
* Select the desired scenario.

{% hint style="info" %}
The selected scenario's data is automatically reflected in the **Analytics Panel** and across all views.
{% endhint %}

***

{% endstep %}

{% step %}

### Deleting Scenarios

* Open the **Process** dropdown in the **Filter Bar**.
* Click the **Delete** ( <i class="fa-trash-can">:trash-can:</i> ) icon next to the scenario you want to remove.
* Confirm the action when prompted.

***

{% endstep %}
{% endstepper %}

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://interfacing.gitbook.io/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining/simulating-scenarios.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
