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

# RELEASES

- [Release Notes](https://docs.insuraviews.com/releases/release-notes.md)
- [Cycle 31](https://docs.insuraviews.com/releases/release-notes/cycle-31.md)
- [Cycle 30](https://docs.insuraviews.com/releases/release-notes/cycle-30.md)
- [Cycle 29](https://docs.insuraviews.com/releases/release-notes/cycle-29.md)
- [Cycle 28](https://docs.insuraviews.com/releases/release-notes/cycle-28.md)
- [Cycle 27](https://docs.insuraviews.com/releases/release-notes/cycle-27.md)
- [Cycle 26](https://docs.insuraviews.com/releases/release-notes/cycle-26.md)
- [Cycle 25](https://docs.insuraviews.com/releases/release-notes/cycle-25.md)
- [Cycle 24](https://docs.insuraviews.com/releases/release-notes/cycle-24.md)
- [Cycle 23](https://docs.insuraviews.com/releases/release-notes/cycle-23.md)
- [Cycle 22](https://docs.insuraviews.com/releases/release-notes/cycle-22.md)
- [Cycle 21](https://docs.insuraviews.com/releases/release-notes/cycle-21.md)
- [Cycle 20](https://docs.insuraviews.com/releases/release-notes/cycle-20.md)
- [Cycle 19](https://docs.insuraviews.com/releases/release-notes/cycle-19.md)
- [Cycle 18](https://docs.insuraviews.com/releases/release-notes/cycle-18.md)
- [Cycle 17](https://docs.insuraviews.com/releases/release-notes/cycle-17.md)
- [Cycle 16](https://docs.insuraviews.com/releases/release-notes/cycle-16.md)
- [Cycle 15](https://docs.insuraviews.com/releases/release-notes/cycle-15.md): This release contains a large expansion to our AI assistant, as well as improvements to filters, as well as other improvements and bug fixes.
- [Cycle 14](https://docs.insuraviews.com/releases/release-notes/cycle-14.md): This release contains a large expansion to our AI assistant, as well as improvements to filters, as well as other improvements and bug fixes.
- [Cycle 13](https://docs.insuraviews.com/releases/release-notes/cycle-13.md): This release contains major features including an AI Assistant in the Brief Builder, Enterprise SSO, and many other improvements, and bug fixes.
- [Cycle 12](https://docs.insuraviews.com/releases/release-notes/cycle-12.md): This release contains several small features, improvements, and bug fixes.
- [Cycle 11](https://docs.insuraviews.com/releases/release-notes/cycle-11.md): This release contains Dark Mode, Enhancements to Search, DOI View, State View and Brief Builder, and several other improvements and fixes.
- [Cycle 10](https://docs.insuraviews.com/releases/release-notes/cycle-10.md): This release contains Natural Language Queries, a CSV Export feature, improvements to the beta release of our Intelligence Briefs feature, and several other improvements and fixes.
- [Cycle 9](https://docs.insuraviews.com/releases/release-notes/cycle-9.md): This release contains improvements to the beta release of our Intelligence Briefs feature,  a new Amendments & Attachments section in the Objection Summary, and several other improvements and fixes.
- [Cycle 8](https://docs.insuraviews.com/releases/release-notes/cycle-8.md): This release contains a beta release of our Intelligence Briefs feature,  improvements to our Objection Response feature, and other improvements and bug fixes.
- [Cycle 7](https://docs.insuraviews.com/releases/release-notes/cycle-7.md): This release contains a new page count feature, a new "acquired carrier" flag feature, additional carriers, and several improvements and bug fixes.
- [Cycle 6](https://docs.insuraviews.com/releases/release-notes/cycle-6.md): This release contains a new search feature, additional carriers, and several improvements and bug fixes.
- [Cycle 5](https://docs.insuraviews.com/releases/release-notes/cycle-5.md)
- [Cycle 4](https://docs.insuraviews.com/releases/release-notes/cycle-4.md)
- [Cycle 3](https://docs.insuraviews.com/releases/release-notes/cycle-3.md)
- [Cycle 2](https://docs.insuraviews.com/releases/release-notes/cycle-2.md)
- [Cycle 1](https://docs.insuraviews.com/releases/release-notes/cycle-1.md)


---

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