# WaterStrategy Scenarios

WaterStrategy Scenarios provide a tool for making targeted adjustments to specific elements within a water management model. These scenarios are particularly useful when you want to experiment with localized changes to parameters, behaviors, or data in a flexible and controlled way.

When a WaterStrategy Scenario is created, it acts as a *fork* of an existing network model. The original network is assigned to the baseline scenario, which represents the default or starting conditions of the system. From this baseline, a WaterStrategy Scenario allows for precise modifications—whether it’s changing data inputs or adjusting parameters that define the behavior of key elements within the system.

This ability to modify certain aspects of the model while leaving the rest unchanged makes WaterStrategy Scenarios ideal for testing the impact of individual changes. For instance, you can alter reservoir operation rules or modify demand forecasts without needing to reconstruct the entire model. This focused approach helps users quickly assess how specific modifications influence outcomes for refining water management strategies.

## Creatin a WaterStrategy Scenario

Begin by clicking on the Clone a Scenario icon.

<figure><img src="/files/51I73YO5DHrEHRMe4Vzr" alt=""><figcaption></figcaption></figure>

Select the scenario you wish to clone and name your scenario

For detailed tutorial, refer to the [WaterStrategy tutorial](https://water-strategy.gitbook.io/waterstrategy/tutorials/creating-and-running-a-model/creating-a-new-scenario) on creating and running a new scenario


---

# 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://water-strategy.gitbook.io/waterstrategy/modeling-basics/scenarios/waterstrategy-scenarios.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.
