> 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/getting-started/browse-filings-and-forms/bookmarks.md).

# Bookmarks

### Bookmarks Overview

* The bookmarks page is home to the important filings and reports user can find or create in Insuraviews. Bookmark key filings, helpful briefs from the Brief Builder, AI Assistant conversations or Objection Response work, so you never lose track of them.&#x20;
* Depending on the content bookmarked, entries in the bookmarks page include a title or SERFF tracking number, the line of business, when it was bookmarked, and when it was last updated.&#x20;

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2Fe0Sy88SglGcze45pgu1X%2FScreenshot%202026-08-05%20at%202.36.15%E2%80%AFPM.png?alt=media&amp;token=4cfb2bf5-9a53-4b07-b798-be3818a2502b" alt=""><figcaption><p>Bookmarks page with multiple kinds of bookmarks available</p></figcaption></figure>

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2F1OfnQmhmrSQgZjomPY7i%2FScreenshot%202026-08-07%20at%2012.08.55%E2%80%AFPM.png?alt=media&amp;token=ee7fb158-43bf-4813-a9d3-9745766b8f47" alt=""><figcaption><p>Filing Detail View header with 'Add to Bookmarks' highlighted</p></figcaption></figure>

* Look for the bookmark icon, shown above, on filings, briefs from the Brief Builder, AI Assistant conversations, and the Objection Response tool to bookmark them.&#x20;

### Use Cases

* The Bookmarks page is great for saving filings that are relevant to your work and you want to access quickly and easily. This can also be a simple way to "track" pending filings to see  when they change their status
  * Once your bookmarks are set up, you can enable [Notifications](/getting-started/preferences.md) to receive automatic email alerts whenever a bookmarked filing changes status — no manual checking required.
* Bookmarked AI Assistant conversations can keep a permanent record of a helpful conversation, and allows users to continue old conversations, so you can always go back and refine previous results


---

# 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/getting-started/browse-filings-and-forms/bookmarks.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.
