> 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-33.md).

# Cycle 33

### New Features

**Preference-Based Email Digests**

* Get automatic email digests (daily or weekly) summarizing new filings and status updates that match your saved preferences, with direct links to every filing.

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FILGRJ8dC8ggkrxKBcJIT%2FScreenshot%202026-08-18%20at%209.21.42%E2%80%AFAM.png?alt=media&amp;token=6b66215e-e604-47ec-8000-01ec6c55f818" alt=""><figcaption><p>New Global Notifications section of the Preferences page</p></figcaption></figure>

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FUjh9oLUIMbHrMO1sFmLk%2FScreenshot%202026-08-17%20at%2011.58.18%E2%80%AFAM.png?alt=media&amp;token=9928a576-d947-465c-a641-e58455953762" alt=""><figcaption><p>Example of the Weekly Digest email, showing total update count and how individual filings are linked</p></figcaption></figure>

**AI Assistant: Faster Large Tables**

* Tables returned by the AI Assistant and Query Builder now paginate instead of loading everything at once, so large result sets no longer slow down your browser.

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FjGReLEgE2KnRBSjhwh8W%2FScreenshot%202026-08-18%20at%209.31.35%E2%80%AFAM.png?alt=media&amp;token=3c389e2c-aae1-401c-a33c-54c383bbd51c" alt=""><figcaption><p>Resulting table with Page count and control highlighted</p></figcaption></figure>

**Preferences: Separate Notifications from Workspace Filtering**

* A new toggle lets you receive preference-based notifications without forcing your saved preferences onto every page's filters.

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2Fxjmohnu4XtqHc7PJXbYl%2FScreenshot%202026-08-18%20at%209.35.59%E2%80%AFAM.png?alt=media&amp;token=3bf0cc82-11ac-46fa-a14d-f7dbba412b96" alt=""><figcaption><p>Highlighting the new toggle option to enable notifications without setting default filters, found on the Preferences page</p></figcaption></figure>

### Improvements

**Notifications: Refreshed Bookmark Alerts**

* The email you get when a bookmarked filing changes status has a cleaner new look, now visually consistent with the new preference digest emails.

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2Fg6dBGAFKFPQOdQdadoVD%2Fimage%20(1).png?alt=media&amp;token=ed90d5ff-c7c0-49e8-9ef2-578a8c77b8c3" alt=""><figcaption><p>Updated look of the Filing Disposition Update email</p></figcaption></figure>

### Bug Fixes

* **INS-2182:** fixed an issue where the TOI column in the Filings Browser did not display the correct tool tip.


---

# 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-33.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.
