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

# Cycle 30

### New Features

**Personalization: New Preferences Page**&#x20;

* A dedicated Preferences hub replaces the old Notification Settings page, letting you set your primary carrier, competitors to track, preferred states, and lines of business in one place. You can also set your theme and notification frequency here.

<figure><img src="/files/QAd9ZVpF16j41n7O8Trl" alt=""><figcaption><p>Preferences page part 1, showing Company Benchmarking, where users set carrier and company filter and search preferences</p></figcaption></figure>

* Once set, your preferences automatically apply as default filters the moment you log in — no more re-selecting your carrier and states each session. Your primary carrier is pinned and labeled "Your Carrier" throughout the app, with a subtle indicator showing when preference-based filtering is active.

<figure><img src="/files/7RrHR4TOMZBzGomwpVMo" alt=""><figcaption><p>Preferences page part 2, showing Regional &#x26; Product Focus</p></figcaption></figure>

<figure><img src="/files/Pii1CMAHbSmBUyhxUuM0" alt=""><figcaption><p>Preferences page part 3, showing the previous options from Notification settings</p></figcaption></figure>

### Improvements

**Brief Builder: Larger-Scale Market Reviews**

* You can now generate an Intelligence Brief covering up to 500 filings in a single request. A staged progress indicator keeps you informed as filings are ingested and market trends are synthesized, so you can run bigger reviews with confidence.

<figure><img src="/files/uIjhxzTJ8g1pSVBsB0k7" alt=""><figcaption><p>The Current Scope box from the Brief Builder showing the new 500 filing limit</p></figcaption></figure>

**AI Assistant: Easier Conversation Navigation**

* You can now click anywhere on a conversation card to reopen it, instead of only the small icon or arrow. A new hover state makes it clear which conversation you're about to select.

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

### **Bug Fixes**

* INS-1655: resolved an issue where the AI Assistant was limiting results to Loss Cost filings when searching for LCMs
* INS-1753: removed duplicate company names so available options are clear
* INS-1433: resolved an issue where the Query Builder was unable to pull information on filing attachments


---

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