> For the complete documentation index, see [llms.txt](https://modfin.gitbook.io/mfn-wp-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://modfin.gitbook.io/mfn-wp-plugin/change-of-year.md).

# Change of year

Our widgets has built in logic to dynamically populate the year selectors or year lists. This mean that when there's a new year it automatically will add it to the list.

However, if your integration doesn't use our widgets (If you handle this logic yourself) you need to make sure that your dropdown selects are populated dynamically and that it will be reflected on the site. Alternatively that you manually add the new year.&#x20;

This is critical to ensure that the press release or report will be available on the site when it has been published.


---

# 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:

```
GET https://modfin.gitbook.io/mfn-wp-plugin/change-of-year.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.
