# Integración de parámetros y pywr-scenario

los escenarios de pywr son compatibles con los siguientes parámetros:

* [Parámetro de marco de datos](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/dataframe-parameter)
* [Parámetro Constant Scenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/simple-parameters/constant-scenario-parameter)
* [Parámetro ConstantScenarioIndex](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/simple-parameters/constant-scenario-parameter)
* [Parámetro de perfil diario de escenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-daily-profile)
* [Parámetro de perfil semanal de escenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-weekly-profile)
* [Parámetro de perfil mensual de escenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/scenario-monthly-profile)
* [Parámetro ArrayIndexedScenario](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/array-based-parameters/array-indexed-scenario-parameter)
* [Parámetro ArrayIndexedScenarioMonthlyFactors](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/array-indexed-scenario-monthly-factors)
* [Parámetro Wrapper de escenario](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/espanol/conceptos-basicos-de-modelado/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.
