# Digital Twin Tabs

When you open a Digital Twin, you interact with it through a tabbed interface. Each tab serves a specific purpose in the model lifecycle.

***

### Overview Tabs

[**Home Tab**](/more-details/digital-twin/tabs/home-tab.md)

Your command center. View twin metadata, select versions, and access quick actions for common tasks.

[**Config Tab**](/more-details/digital-twin/tabs/config-tab.md)

Configure what goes into your Digital Twin: data source, included fields, temporal dependencies, and known/blocked relationships.

***

### Analysis Tabs

[**Relationships Tab**](/more-details/digital-twin/tabs/relationships-tab.md)

View all discovered causal relationships. Edit the graph, resolve ambiguous directions, add or remove edges.

[**Path Analysis Tab**](/more-details/digital-twin/tabs/path-analysis-tab.md)

Visualize causal flow with Sankey diagrams. See how influence propagates through your model.

[**Evaluation Tab**](/more-details/digital-twin/tabs/evaluation-tab.md)

Assess model quality. View accuracy, MSE, R², and other metrics at both global and node levels.

***

### Simulation Tabs

[**Simulation Tab**](/more-details/digital-twin/tabs/simulation-tab.md)

Run simulations: interventions, optimizations, counterfactuals, explanations, predictions, and forecasts.

***

### Version Management

[**Comparison Tab**](/more-details/digital-twin/tabs/comparison-tab.md)

Compare different versions of your Digital Twin. See what changed in the causal graph between iterations.

***

### Tab Availability

Some tabs require certain conditions:

| Tab           | Requires                |
| ------------- | ----------------------- |
| Home          | Always available        |
| Config        | Always available        |
| Relationships | Causal graph discovered |
| Path Analysis | Causal graph discovered |
| Evaluation    | Model trained           |
| Simulation    | Model trained           |
| Comparison    | Multiple versions exist |


---

# 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/more-details/digital-twin/tabs.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.
