> 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/additional-tools/diff-view.md).

# Diff View

Compare two specific rate filings side-by-side to identify differences and similarities.

**What it does:** Provides detailed comparison between any two filings using their SERFF tracking numbers, highlighting exactly what changed between versions or how different companies approach similar rate actions.

**How to use:**

1. Go to "Diff View"
2. **Enter SERFF Tracking Numbers**: Input the two specific SERFF tracking numbers you want to compare
3. **Run Comparison**: System analyzes both filings and generates detailed comparison
4. **Review Results**: View the comparative analysis showing:
   * **Rate Changes**: Differences in proposed rate adjustments
   * **Justifications**: How each filing explains their rate needs
   * **Supporting Data**: Variations in loss ratios, trend factors, and expenses
   * **Geographic Scope**: Territory and coverage differences
   * **Timeline Differences**: Filing and effective date variations

**Use Cases:**

* **Version Comparison**: Compare original filing vs. amended version to see what changed
* **Competitor Analysis**: Understand how different companies approach similar rate needs
* **Strategy Development**: Learn from successful filings when preparing your own
* **Regulatory Preparation**: Anticipate questions by seeing how similar filings were reviewed

<figure><img src="/files/GaBNrp6V5fdF9LKdkEHn" alt=""><figcaption><p>Diff View</p></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, and the optional `goal` query parameter:

```
GET https://docs.insuraviews.com/getting-started/additional-tools/diff-view.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.
