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

# Cycle 13

### New Features

**Brief Builder - AI Assistant**

An AI Assistant has been added to the Brief Builder to allow for expanded research on Intelligence Briefs.  This is the first of many places you'll find an AI Assistant integrated into the Insuraviews platform in the future.

<figure><img src="/files/CcVDnCFmCoe5haNAcU5M" alt=""><figcaption><p>AI Assistant in the Brief Builder</p></figcaption></figure>

**Enterprise Single Sign-On**

Insuraviews now features Enterprise Single Sign-On, allowing your users to sign into Insuraviews using their standard credentials issued by the organization

### **Improvements**

* Upgraded the library used for all visualizations created within the platform<br>

  <figure><img src="/files/Vby2b7IOOcZBvMaszgxh" alt=""><figcaption><p>Upgraded Visualization Library</p></figcaption></figure>

* Improved the Multi Carrier View in dark mode<br>

  <figure><img src="/files/CnihpP3kRRhXYrre218J" alt=""><figcaption><p>Multi Carrier View in Dark Mode</p></figcaption></figure>

* Added ability to export search results to the Brief Builder to create a focused Intelligence Brief on a particular topic<br>

  <figure><img src="/files/LSpoioABt6br1pDrMEZX" alt=""><figcaption><p>Export to Brief Builder</p></figcaption></figure>

* Removed the Max Written Premium metric from the Single Carrier View to eliminate unreliable values and results

* Filing Memos are now stored in the Insuraviews database

* Improved the layout of the results shown when a Custom Query is run

* Improved the PDF export for Intelligence Briefs (performance, layout and link generation)

### Bug Fixes

* INS-571 - Fixed an issue that cause improper company name listings in the Company dropdown menu
* INS-618 - Fixed an issue that prevented the Single Carrier View from being displayed when referenced from a shared link


---

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