# Parameter- und Pywr-Szenario-Integration

Pywr-Szenarien sind mit den folgenden Parametern kompatibel:

* [DataFrame-Parameter](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/dataframe-parameter)
* [Konstanter Szenarioparameter](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/simple-parameters/constant-scenario-parameter)
* [Konstanter SzenarioIndexparameter](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/simple-parameters/constant-scenario-parameter)
* [Täglicher Profilparameter des Szenarios](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-daily-profile)
* [Wöchentlicher Profilparameter des Szenarios](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-weekly-profile)
* [Monatlicher Profilparameter des Szenarios](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-monthly-profile)
* [Array-indizierter Szenarioparameter](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/array-based-parameters/array-indexed-scenario-parameter)
* [Parameter ArrayIndexedScenario MonthlyFactors](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/array-indexed-scenario-monthly-factors)
* [Parameter Scenario Wrapper](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/others/scenario-wrapper-parameter)


---

# 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/deutsch/grundlagen-der-modellierung/scenarios/pywr-scenarios/parameter-and-pywr-scenario-integration.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.
