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

# Cycle 29

### New Features

**Objection Management: Interactive Response Workspace**

* A dedicated workspace to streamline drafting responses to regulator objections.&#x20;

<figure><img src="/files/zpyks5pxcMLY81oyRsHf" alt=""><figcaption><p>Refreshed Object Response Page with new appearance</p></figcaption></figure>

* Review original text alongside AI drafts, refine sections via chat, and easily export your finalized response.
* Once an initial response is generated, users will now be shown the Objection Response Workspace, where users can work with our built in tools and the AI Assistant to adjust the response to fit the desires tone and content.

<figure><img src="/files/4tCyJTB7OlnTnKrenxzW" alt=""><figcaption><p>The new Regulator Objection Response Workspace, with the tone selectors highlighted</p></figcaption></figure>

* Select a tone with the 4 options highlighted above, or select one of the generated responses that matches the desired tone.&#x20;
* The AI Assistant can also suggest updates through the 'Suggested Changes' button below the tone selector. Selecting this lets a user enter a prompt like they would with the standard AI Assistant to direct how they want the response updated

**AI Assistant: Dynamic Filter Management**

* The AI Assistant can now interact with and adjust active filters on any page across the platform. Instead of making manual updates, simply ask the AI to modify your criteria to instantly refine your view through natural conversation.

<figure><img src="/files/3AYaZInY9IYhF3YEopCt" alt=""><figcaption><p>A clip showing the AI Assistant removing applied filters</p></figcaption></figure>

**Search: Attachment Indexing**

* Global search now indexes content within all filing attachments. A new "Attachments" results tab clearly attributes matches and provides direct deep-links to the source documents.

<figure><img src="/files/DjUMbqrm9yC9kyw0vIXP" alt=""><figcaption><p>Search results when on the "Attachments" tab, with the tab and the link to the resulting attachment highlighted</p></figcaption></figure>

### Improvements

**Query Builder: Expanded CSV Exports**

* We’ve significantly increased the CSV export limit from 1,000 to 100,000 rows. This allows you to seamlessly extract much larger datasets directly from the Query Builder for comprehensive offline analysis.


---

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