# Scenario Builder

## To run new scenarios for your fund model:

* Go to **Scenario Builder** from the sidebar
* Click on **Create Scenario** and give this scenario a name
* Change the model parameters from the **Scenario Parameters** section. You can revisit multiple parameter sections (such as sectors, allocations, fees, investments, etc.)

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

* After entering new model parameters, Tactyc will recalculate the model and show the results under **This Scenario** column
* Click on **Save Scenario** when complete

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

## **Running fund scenarios based on individual investment scenarios**

If you have built multiple performance cases for your investments, you can easily turn cases "on" or "off" for multiple investments and evaluate impact on fund performance.

* Go to **Scenario Builder > Create Scenario**
* Go to **Scenario Parameters > Investments**
* You should now see a list of all your investment cases. You can "turn a case on" and \
  "off" by with the **100%** and **0%** buttons under **Action**
* Click on **Recalculate**
* Evaluate the **Scenario Results** and then **Save Scenario**

<figure><img src="/files/HU7We5Tup822bBxAz1Im" alt=""><figcaption></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.tactyc.io/advanced/scenario-builder.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.
