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

# Cycle 27

### New Features

**Context-Aware AI Assistant with Conversation History**

* The AI Assistant now displays a sticky context indicator showing which module or query you're working in

<figure><img src="/files/OEAqYy0ks6smvQQ1DNvg" alt=""><figcaption><p>AI Assistant with highlighted Search Result context</p></figcaption></figure>

<figure><img src="/files/35lc4eGTzSdMuLc12mZr" alt=""><figcaption><p>AI Assistant with General context highlighted</p></figcaption></figure>

* Past conversations are saved to a searchable side panel with AI-generated titles, timestamps, and status badges for bookmarked, shared, or archived chats

<figure><img src="/files/Pz5XUIJArJ8GYlqaJoGx" alt=""><figcaption><p>AI Assistant Conversation History</p></figcaption></figure>

**AI-Generated Visualizations**

* The AI Assistant can now generate dynamic bar, line, and pie charts directly in the chat interface when you ask for trends or comparisons (e.g., "Show me Allstate's rate changes in Florida over the last 3 years").&#x20;
* Charts can be exported as an image or CSV

<figure><img src="/files/BtpNJkaU2Kx6jfDl8XHb" alt=""><figcaption><p>Simple AI Assistant graph example</p></figcaption></figure>

Refreshed AI Assistant PDF Export

* The AI Assistant's PDF export has been redesigned, with an updated header, chat bubble, and styling, plus a footer that includes the export timestamp and page numbers

<figure><img src="/files/yLY1Gcb1yIboYnxqMFfV" alt=""><figcaption><p>Updated PDF look when exporting conversation </p></figcaption></figure>

Table of Contents in Filing PDFs

* Filing PDFs now include a Table of Contents in the left sidebar, making it easier to navigate directly to the section you need without scrolling through the full document

### Improvements

AI Assistant Improvements

* The AI Assistant is now resizable, and will remember the users preference when opening i the future
* The loading bar for prompts has been improved to provide more information on the AI Assistant's process

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


---

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