> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/redline-analysis/reviewing-the-redline-analysis.md).

# Reviewing the Redline Analysis

Once the analysis is complete, Jurisphere displays the results in a convenient split-screen view. Your document is shown on the left, while a comprehensive analysis table appears on the right.&#x20;

The analysis table breaks down every revision into five key columns:

{% columns %}
{% column width="25%" %}
**Change**
{% endcolumn %}

{% column %}
Describes the specific text that was added, removed, or modified.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="25%" %}
**Consequence**
{% endcolumn %}

{% column %}
Provides an explanation of the legal or practical impact of the change
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="25%" %}
**Category**
{% endcolumn %}

{% column %}
Classifies the type of change (e.g., Substantive, Formatting)
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="25%" %}
**Author**
{% endcolumn %}

{% column %}
Identifies the person who made the revision
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="25%" %}
**Date**
{% endcolumn %}

{% column %}
Shows when the change was made
{% endcolumn %}
{% endcolumns %}

{% hint style="success" %}
You can run Redline Analysis on a document that has been marked up by multiple people - the tool will distinguish changes made by different users.
{% endhint %}

## Hyperlinked rows

Each row in the Redline Analysis is linked with the exact source from the marked document(s) that contains the change. You can easily verify and crosscheck the tool's output by **clicking on any row**.&#x20;

The tool will automatically open the source document on the left, scroll to the relevant page, and <mark style="background-color:yellow;">highlight the portion</mark> for you to review.

## Filtering and Managing the Table

You can easily search, filter, and download the analysis table:

<details>

<summary><strong>Search</strong></summary>

Use the search bar in the top to quickly find specific text within the Change, Consequence, and Category columns.

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

</details>

<details>

<summary><strong>Filter by Author or Category</strong> </summary>

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Filter by Author</strong> </td><td><div><figure><img src="/files/HOTmBZliPMdRSzO2bSWr" alt=""><figcaption></figcaption></figure></div></td><td>Click on the <img src="/files/ajTI8Spwrw5OtcBjmiMt" alt="" data-size="line"> dropdown to view changes made only by selected individuals.</td><td></td></tr><tr><td><strong>Filter by Category</strong></td><td><div><figure><img src="/files/GwavbdlchdeDNr0EpCN2" alt=""><figcaption></figcaption></figure></div></td><td>Use the <img src="/files/hofcHJ3BZ5hg2dTl1ZF3" alt="" data-size="line"> button to focus on specific types/categories of revisions.</td><td></td></tr></tbody></table>

</details>

***

## Download and Import <a href="#downloading-or-importing-the-analysis-table" id="downloading-or-importing-the-analysis-table"></a>

{% stepper %}
{% step %}
Access the Download and Import options&#x20;

Click on the download ( <img src="/files/kUvvbKLb59oIjFoPB7wa" alt="" data-size="line"> )  icon located at the top right of the Analysis table.
{% endstep %}

{% step %}
A menu will appear

This allows you to either download the table as a Word document or import it directly into Jurisphere for further use in your work.&#x20;
{% endstep %}

{% step %}
**Import to Jurisphere** to add the Redline Analysis as a document to your folders within Jurisphere

1. After selecting this option, you can choose the folder where the document will be uploaded.
2. Progress of the import will be shown in the bell icon in the top-right.
3. Once complete, the document will appear in the selected folder, ready for further work.&#x20;
   {% endstep %}

{% step %}
**Download the Redline Analysis** to your local device as a Word Document (.docx)
{% endstep %}
{% endstepper %}


---

# 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://help.jurisphere.ai/redline-analysis/reviewing-the-redline-analysis.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.
