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

# Cycle 20

### New Features

* Updated Feedback Form: when selecting "Share Feedback" from the bottom right, users will now be able to fill out a feedback form, rather than simply sending an email. The feedback form provides options for what the feedback is focusing on, and will provide us with detailed information on where you sent the form from in the event it is a bug report.

<div><figure><img src="/files/TMudBlwicHeTzDbAvL0n" alt=""><figcaption><p>Feedback Form with the feedback options</p></figcaption></figure> <figure><img src="/files/HvaQZ2sH0TAyvXQwkmXj" alt=""><figcaption></figcaption></figure></div>

### Improvements

* To match recent changes to the filing browser, exporting results from the filing browser now includes the Submitted Date in the first column

<figure><img src="/files/Yh5S2b6lrhGl1nSYuar3" alt=""><figcaption><p>Segment of filings exported from the Filing Browser</p></figcaption></figure>

* The '# Results' label found at the bottom of the Filings Browser will now return the total number of results, not just the results present on the current page

<figure><img src="/files/ZZSfApyxo4fkKMNGzxDh" alt=""><figcaption><p>Filings Browser with total results highlighted</p></figcaption></figure>

* Pressing Shift+Enter while using the AI Assistant will now create a new line

<figure><img src="/files/krEZmIuEikEB1dglKcE5" alt=""><figcaption><p>AI Assistant panel on the Insuraviews landing page</p></figcaption></figure>

* Withdrawn Filings will now not impact days to approval calculations

### Bug Fixes

* INS-1021: fixed an issue where the OR boolean search would break of terms were too open ended
* INS-1033: fixed an issue where boolean search would display incorrect counts of key word matches in the description, objections, or the rating factors


---

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