> For the complete documentation index, see [llms.txt](https://guide.guardiancaregov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.guardiancaregov.com/documentation/month-and-week-ranges.md).

# Month & Week Ranges

Some information needs to be collected on a monthly basis in the system.&#x20;

Other information needs to be filled in weekly, or daily.&#x20;

And to make it even more complicated, sometimes information is filled in as it arises.&#x20;

Guardian Care Governance deals with all these different ranges, and you should be familiar with how they are defined.&#x20;

#### Monthly Data Collection

In some screens, you will notice there is a Month Selector in the screen. For information that is collected on a monthly basis (usually just once per month), and for your monthly reports, you should select the month range you wish to work with.&#x20;

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

Changing the month in this selector retrieves all the documents relevant to this month and year for the selected care home. You should make sure that you are always using the correct month for the info you wish to submit/view.&#x20;

#### Weekly Data Collection

Some data is collected weekly. Now, because some months have 4 weeks and others have 5 weeks in the month, weeks are measured as starting on a particular day of the week (usually monday each week). So if the start of the week is monday, then the first week of a specific month is counted as the first monday of the month.&#x20;

Example: <br>

If the first monday of May 2026 was the 4th May:&#x20;

* the first week will run 4 May to 10 May.&#x20;
* the second week covers the dates 11 May - 17 May
* the third week covers the dates 18 - 24 May
* the fourth week covers the dates 25 May - 31 May
* there is no fifth week, as June starts on the 1st.&#x20;

However, had the final week gone into the following month, then the few days at the start of the next month would still be counted as part of the final week of the current one.&#x20;

{% hint style="info" %}
Where weekly data needs to be collected, you will normally only be able to enter information at the correct time. Sometimes data needs to be entered AFTER that week has been completed.&#x20;
{% endhint %}

#### Daily Data Collection

Sometimes you may have to fill in a form for every day of the month. The system will automatically work out how many days are in that month, and assign the required number accurately.

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.guardiancaregov.com/documentation/month-and-week-ranges.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
