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

# Cycle 7

This release contains a new page count feature, a new "acquired carrier" flag feature, additional carriers, and several improvements and bug fixes.

### New Features

**Page Count**

* Filing page count is now included within the filing summary page.

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FC1KJrJ4jSP6vFZDXnHOF%2Fimage.png?alt=media&amp;token=8998fbd2-40b8-4434-af21-7540203df069" alt=""><figcaption><p>Filing Detail View header with 'Page Count' included </p></figcaption></figure>

**Flagging Acquired Companies and Carriers**

* Acquired carrier flag now denotes filings that were originally made as an independent carrier that have since been acquired by another carrier.

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FeRPg36bjGS6T13trosSb%2Fimage.png?alt=media&amp;token=c6e45869-b6cf-41f1-a0ba-077f886d8b51" alt=""><figcaption><p>Acquired carrier flag</p></figcaption></figure>

### Improvements

**Product History**

* Improved the product history section for easier readability.

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FeD2xZNuhUxQimtYXrwVJ%2Fimage.png?alt=media&amp;token=425d30dc-7a52-49c1-8943-edbf94a825e9" alt=""><figcaption><p>Improved product history section</p></figcaption></figure>

**Other Improvements**

* Improved the Objection Summary section of Filings from the state of Florida.

### Bug Fixes

* **INS-288:** Fixed an issue that intermittently caused the Product Name filter to be ignored when additional filters were selected.


---

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