# Run Simulations

With a trained Digital Twin, you can ask questions that standard analytics cannot answer: not just what happened, but why — and what would happen if you acted differently. Simulations are how you do that.

Each simulation type is designed for a different kind of question. You can describe what you want in plain language and let RootCause generate the configuration, or choose a simulation type directly and configure it yourself.

For the technical background, see [Digital Twin & Simulations](/core-technologies/digital-twin-and-simulations.md).

***

## Starting a simulation

From your Digital Twin, click the **Simulate** tab, then **+ New Simulation**.

<figure><img src="/files/6Nt6NEZvKlHAG7hXFq4h" alt="New Simulation panel showing the Generate from Query field and all available simulation types"><figcaption><p>The New Simulation panel. Type a plain-language question to auto-generate a configuration, use a Quick Start shortcut, or choose a simulation type directly.</p></figcaption></figure>

**Generate from Query** — type a question ("What happens to churn if we give away free tech support?") and click **Generate Scenario**. RootCause maps your question to a simulation type and pre-fills the configuration. Review and adjust before running.

***

## Simulation types

| Type                                              | Question it answers                                                 |
| ------------------------------------------------- | ------------------------------------------------------------------- |
| **Prediction**                                    | What outcome is most likely for a specific case?                    |
| **Intervention**                                  | What happens if we change variable X?                               |
| **Optimization**                                  | What combination of inputs best achieves our goal?                  |
| **Best Action**                                   | What is the minimum change needed to reach a target outcome?        |
| **Explanation**                                   | What drives this outcome, and how much does each driver contribute? |
| **Root Cause Analysis**                           | What caused this specific observed outcome?                         |
| **Anomaly Scan & Diagnosis**                      | Which variables are behaving anomalously, and why?                  |
| **Forecast** *(temporal twins only)*              | How will this variable evolve over time?                            |
| **Temporal Intervention** *(temporal twins only)* | How does a time-bounded intervention affect outcomes over time?     |

***

## Intervention

Tests "what if" scenarios. Set a change to one or more variables; the simulation propagates that change through the causal graph and shows the effect on your outcomes.

**How to run:**

1. Select **Intervention**
2. Add interventions — choose a variable, set its new value (fixed, percentage change, or segment-specific)
3. Optionally add conditions ("only for premium customers")
4. Define metrics to measure (SQL queries for your KPIs)
5. Click **Run Simulation**

**Results:** Side-by-side baseline vs. intervention comparison with confidence intervals and an effect breakdown by causal path.

***

## Optimization

Finds the best combination of inputs to maximise or minimise an objective, given constraints you define.

**How to run:**

1. Select **Optimization**
2. Set the objective — variable to optimise, direction (maximise/minimise), measurement
3. Define decision variables (what the optimiser can change)
4. Set constraints (limits that must be respected)
5. Click **Run Simulation**

**Results:** Recommended values for each decision variable, expected outcome at the optimum, and trade-off analysis if you have multiple objectives.

***

## Best Action

Finds the minimum change to a specific case that would flip the predicted outcome. Useful for individual-level decisions: what is the smallest intervention that would prevent this customer from churning?

**How to run:**

1. Select **Best Action**
2. Provide sample records (specific cases to analyse)
3. Set the target outcome you want to achieve
4. Configure constraints (what can and cannot be changed)
5. Set a maximum number of changes to keep recommendations practical
6. Click **Run Simulation**

**Results:** Specific recommended changes per case, predicted outcome if applied, and confidence level.

***

## Explanation

Identifies the drivers of an outcome and quantifies how much each contributes. Three modes:

* **Discovery** — "What influences outcome B?" Finds all causes of a specific variable.
* **Directional** — "How does A affect B?" Traces the specific causal path between two variables.
* **Impact** — "What does A affect?" Finds all downstream effects of a specific variable.

<figure><img src="/files/qoww4W0f7orDfpJ4DJND" alt="Explanation simulation results showing Key Driver Analysis bar chart and ranked driver table"><figcaption><p>A completed Key Driver Analysis. Relative contribution (%) for each driver is shown as a bar chart; the table below ranks drivers with contribution range and confidence level.</p></figcaption></figure>

**How to run:**

1. Select **Explanation**
2. Choose the mode
3. Select source and/or target variables
4. Optionally add segment filters
5. Click **Run Simulation**

**Results:** Causal paths with contribution weights, ranked driver table, and segmented breakdowns if requested.

***

## Prediction

Generates a predicted outcome for a specific case, with uncertainty estimates.

**How to run:**

1. Select **Prediction**
2. Enter input data (values for known variables)
3. Select target variables to predict
4. Click **Run Simulation**

**Results:** Most likely outcome per target variable, confidence intervals, and full probability distribution.

***

## Root Cause Analysis

Traces a specific observed outcome backward through the causal graph to identify its underlying causes. Different from Explanation, which identifies general drivers — Root Cause Analysis focuses on why a particular outcome occurred.

***

## Anomaly Scan & Diagnosis

Scans all variables for anomalous behaviour and uses the causal graph to diagnose which upstream variables are responsible. Useful for monitoring and incident investigation.

***

## Forecast *(temporal twins only)*

Projects variables forward in time using causal relationships and temporal patterns.

**How to run:**

1. Select **Forecast**
2. Select target variables
3. Set the forecast horizon (number of periods ahead)
4. Set confidence level for uncertainty bands
5. Click **Run Simulation**

**Results:** Time series of projected values with widening confidence bands.

***

## Temporal Intervention *(temporal twins only)*

Scripts an intervention that happens within a specific time window, and shows how effects build, peak, and decay over time.

***

## Natural language queries

For any simulation type, you can describe the scenario in plain language and let RootCause generate the configuration. Click **Generate Scenario**, review the interpretation, adjust if needed, and run.

***

## Reading results

All simulations include confidence intervals — wider intervals mean more uncertainty. Intervention and optimisation results always compare against a baseline, showing the marginal effect of your action rather than the absolute outcome.

Results can be exported to PDF or saved for reference. Saved simulations appear in the Simulations tab of your Digital Twin and can be re-run or included in Reports.

***

## Next step

Simulations produce findings. The next step is to turn those findings into a document you can share.

Next step: [Step 7: Produce Reports](/user-guide/reports.md)


---

# 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.rootcause.ai/user-guide/simulations.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.
