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

# Cycle 11

### New Feature

**Dark Mode**

This version of Insuraviews introduces a Dark Mode toggle, enhancing readability and visibility in different lighting conditions.

<figure><img src="/files/sGLB9fO7YNPOmULcCWvE" alt=""><figcaption><p>Dark Mode</p></figcaption></figure>

### **Improvements**

* Added a "Top 10 Carrier Days to Approval" visualization to the State View<br>

  <figure><img src="/files/11j6zE1DuFlf5Dw39kFI" alt=""><figcaption><p>Top 10 Carrier Days to Approval</p></figcaption></figure>
* Added a "Promote Recent Filings" toggle in the Search Results to bring most recent results to the top of the returned results.
* Added a "Show More Context" toggle in the Search Results to show more information around phrase matches in the returned results.<br>

  <figure><img src="/files/qWQhCSBOIDI61G7073fz" alt=""><figcaption><p>Promote Recent Filings and Show More Context Toggles</p></figcaption></figure>
* Added a metric to the DOI View that shows the total average number of days to approval based on filters selected.
* The DOI View now automatically selects a reviewer if clicked.
* PDFs exported from the Brief Builder now include links for referenced filings.

### Bug Fixes

* INS-553 - Fixed an issue that prevented SERFF tracking number from being displayed on some filings.
* INS-162 - Fixed an issue where a blank carrier would occasionally appear in the Multi Carrier View.


---

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