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

# Cycle 32

### New Features

**Filings Browser: Larger CSV Exports**

* You can now export up to 10,000 results directly from the Filings Browser.&#x20;
* A new export dialog lets you choose between just the current page or the full result set, with the option to cancel mid-export if needed.

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

### Improvements

**Filters: Scroll Indicator on Dropdowns**

* Filter dropdowns (Carrier, Company, State, LOB, and others) now always show a scrollbar when there are more results below, so it's clear there's more to scroll through.

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

**Filters: Smarter Carrier & Company Selection**

* Removing a company no longer deselects its parent carrier. Deselecting a carrier still clears all of its child companies at once.

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

**Multi-Carrier & Single Carrier View: Default to Filed/Approved**

* Both views now default the Disposition Status filter to "Filed or Approved" so the filter bar matches the data behind every chart.

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

**Query Builder: Cleaner Column Headers**

* Long column names in the Query Builder results table now truncate cleanly instead of overlapping, with the full name available on hover.
* The "Show Tables" button is now present on the Natural Language tab to allow users easier access to table layouts

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

**Platform-Wide Font Refresh**

* The app's typography has been updated to a cleaner, more consistent type system across the entire platform.


---

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