# Integrazione di parametri e pywr-scenario

gli scenari pywr sono compatibili con i seguenti parametri:

* [Parametro DataFrame](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/dataframe-parameter)
* [Parametro ConstantScenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/simple-parameters/constant-scenario-parameter)
* [Parametro ConstantScenarioIndex](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/simple-parameters/constant-scenario-parameter)
* [Parametro del profilo giornaliero dello scenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-daily-profile)
* [Parametro del profilo settimanale dello scenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-weekly-profile)
* [Parametro del profilo mensile dello scenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-monthly-profile)
* [Parametro dello scenario indicizzato dall'array](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/array-based-parameters/array-indexed-scenario-parameter)
* [Parametro dei fattori mensili dello scenario indicizzato dall'array](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/array-indexed-scenario-monthly-factors)
* [Parametro 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/italiano/nozioni-di-base-sulla-modellazione/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.
