# Monthly Profile

## General Description

Parameter which provides a monthly profile. The monthly profile returns a different value based on the month of the current time-step. [API Reference](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.MonthlyProfileParameter.html#pywr.parameters.MonthlyProfileParameter)

## Attributes

| Name   | Description                                                            | Required |
| ------ | ---------------------------------------------------------------------- | -------- |
| type   | monthlyprofile                                                         | Yes      |
| values | An array of 12 numbers whose indices represent the months of the year. | Yes      |

## Example

```json
{
    type: 'monthlyprofile',
    values: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
}
```

Water Strategy offers an alternative way to work with Monthly Profiles.&#x20;

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

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

<figure><img src="/files/Zi2SyhDx4w1mhZ074zsp" 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://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/time-series-and-profiles/monthly-profile.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.
