# Simulation

Simulation allows users to add, delete, and edit nodes within a chart. This functionality is available even in read view.

{% hint style="warning" %}
Please note that:

* Since the visual is Microsoft Certified, there is no writeback capability applicable.&#x20;
* The simulations done in read view will be available only for that particular session and will be lost upon reload. The simulations done in edit view of the report will be saved in the visual tile; if the tile is deleted, the simulation will be deleted.&#x20;
* However, the simulated data can be exported as shown in [#simulation-section-in-the-toolbar](#simulation-section-in-the-toolbar "mention")
  {% endhint %}

### **Enable the Simulation Feature**

1. **Access the Display Section:**
   * Navigate to the **Display** section.
   * Locate the **Navigation** settings.
2. **Enable the Simulation Toggle:**
   * In the **Navigation** settings, you will find the **Simulation Toggle**.
   * Turn on the toggle to activate the simulation feature.
3. **Toolbar and Node Menu Updates:**
   * Once enabled, the **Simulation** section appears in the toolbar.
   * Additionally, the **Formatting** option becomes available in the **Node Menu**.

![](/files/TVleAURxJEIu4YLSwRO0)

### **Simulation through Node menu**

1. **Adding a New Node:**
   * In the Node Menu click on the **Add New Node** to add a new node.
2. **Editing Nodes:**
   * You can edit both newly created nodes and pre-existing nodes.
   * Editable Fields: Only the Title and Subtitle of a node can be modified.
3. **Deleting Nodes:**
   * Users can delete both newly created nodes and existing nodes.<br>

     <figure><img src="/files/1QJ75jHVqE4o61duzraV" alt=""><figcaption></figcaption></figure>

### **Simulation Section in the Toolbar**

Once the simulation is enabled, a **Simulation** section appears in the toolbar with the following options:

1. **Excel Export:**
   * Exports all modifications made to the chart into an Excel file which can be imported into a data source for further processing
2. **Revert Changes:**
   * Restores the chart to its original state by undoing all modifications.

![](/files/ogyxFEeEWh6X7CmbzC9F)

The users and readers can effectively utilize the **Simulation** feature to modify and manage nodes within their chart


---

# 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.xviz.com/performance-management/simulation.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.
