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

# Cycle 28

### New Features

**Continuing Past AI Assistant Conversations**

* When returning to an AI Assistant conversation, through the bookmarks or the conversation history, users can now continue those previous conversations

<figure><img src="/files/1SV3VTnvIC6NXQpBbLeB" alt=""><figcaption><p>Continuing a conversation from the conversation history</p></figcaption></figure>

<figure><img src="/files/GmG3QQHfLKTeixXQvbsf" alt=""><figcaption><p>Continuing a conversation from the bookmarks bar</p></figcaption></figure>

### Improvements

**AI Assistant Context Windows**

* When filtering filings in the Filing Browser, enabling the AI Assistant will set the context of the conversation to the set of filings identified by the applied filters
* The AI Assistant can also make changes to the applied filters when working in the Filing Browser Context

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

* When viewing a product's filing history, enabling the AI Assistant will set the context of the conversation to the filing history, instead of the filing used to access the filing history

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

**Data Exports**

* Source References in CSV: We’ve updated the CSV export functionality to include source document references, ensuring complete data consistency with our existing PDF export options

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

**UI Refinement**

* Product Name Display: We’ve optimized the presentation of product names across all filing views to provide a cleaner and more consistent visual layout.

### Bug Fixes

* INS-1504: fixed a bug where long product names would overlap with other information in a filing header
* INS-1551: fixed an issue where Natural Language Queries would get stuck when asked about days to approval


---

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

```
GET https://docs.insuraviews.com/releases/release-notes/cycle-28.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
