> For the complete documentation index, see [llms.txt](https://docs.insuraviews.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.insuraviews.com/releases/release-notes/cycle-22.md).

# Cycle 22

### New Features

* Notifications: users can now opt-in to receive email notifications when bookmarked filings change from a Pending status to Approved. See the 'Notification Settings' in the user settings list to enable notifications and decide how you want to receive these updates

<figure><img src="/files/xqCBavUMtQrn2SpPXcbg" alt=""><figcaption><p>Notification Settings page with the option to enable/disable email notifications, and to decide how frequently notifications should be sent</p></figcaption></figure>

<figure><img src="/files/hRuKOXvTnJ1eTV44W388" alt=""><figcaption><p>An example of a notification email</p></figcaption></figure>

* We have plans to expand the types of notifications users can receive in the future, so stay tuned as we continue to improve on this feature!

### Improvements

* AI Assistant - Filing Attachments: when analyzing a filing or groups of filings, the AI assistant now has access to the filing's associated attachments, allowing for users to ask for additional information that may not be included in the filing itself

<figure><img src="/files/FJ7Ts3pFyBnGdQwJMLn2" alt=""><figcaption><p>AI Assistant conversation about included attachments</p></figcaption></figure>

### Bug Fixes

* INS-1099 and INS-1100: added missing filings and corrected filings with missing attachments
* INS-1098: fixed a padding issue with the Brief Builder logos and header text


---

# 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://docs.insuraviews.com/releases/release-notes/cycle-22.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.
