> 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/interacting-on-parallel-review.md).

# Interacting on Parallel Review

Upon completion of the analysis, Jurisphere presents the results in a clear tabular format. Your file names populate the rows, while your questions serve as the column headers, with the extracted answers populating the corresponding cells.

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

## Hyperlinked rows

Each row within the results table is dynamically linked to the exact source within the document where the answer was found. You can effortlessly verify and cross-reference the Parallel Review tool's output by clicking on any given cell.

{% hint style="info" %}
Clicking on a row in the Parallel Review tool results table will:

* Open the source document on the left side of the screen, navigating to the relevant page and highlighting the specific portion for your review.
* Display a "Memo Details" panel on the right side of the screen.
  {% endhint %}

<figure><img src="/files/umprtxEbL62vrsFGWtkI" alt=""><figcaption><p>Clicking on a row will automatically open the source document and memo details in a split-screen view</p></figcaption></figure>

## Detailed Memo View

When you click on a cell in the results table, a comprehensive "Memo Details" panel appears on the right side of the screen. This memo acts as a granular **Document Review** output for that specific document and question, providing significantly more detail than the concise answer in the main table cell.

### The memo includes:

* **Expanded Answers:** Each question asked for that specific document is answered in more detail, offering a deeper dive into the extracted information.
* **Contextual Information:** Relevant information and key aspects from the document pertinent to the answer are provided, ensuring completeness.
* **Clickable Citations:** Within the memo, you will find active citations. Clicking on these citations will immediately scroll the document displayed on the left to the exact part where the answer originated, enabling quick and precise verification of the source.

{% hint style="info" %}
Look for numbered icons (e.g., 1, 2, 3) next to information in the memo. These are clickable citations that will take you directly to the relevant page and text in the source document.
{% endhint %}

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

***

## Chat with the Parallel Review tool

Jurisphere turns your **Parallel Review tool** results into a simple, conversational interface — you ask questions, and it searches, filters, and summarises your data instantly.

Instead of sorting through long tables, just ask what you need to know. Examples include:

* *“Show all rows where clause type is ‘Liability’.”*
* *“Which entries have an amount above ₹1 crore?”*
* *“List documents missing signatures or approval dates.”*

{% hint style="info" %}
This chat layer doesn’t modify your results table; it helps you **interpret, navigate, and analyse** it conversationally.
{% endhint %}

***

#### 🧭 Tips for effective queries

* Large tables may take a few seconds to respond.
* Filtered results appear only in chat: no new file is generated.
* **New chat** clears conversation history, not the results table itself.

***

## Downloading and Exporting Data

Jurisphere provides you the flexibility to download individual memos or the entire Parallel Review tool analysis for seamless integration into your workflow.

* **Individual detailed memo:** Downloaded from the "Memo Details" panel. This is useful when you need the detailed answers and context for **specific questions or documents**, rather than the full analysis.
* **Entire results table:** Downloaded from the main results table view. This option is ideal for **comprehensive analysis, filtering, or sharing the complete dataset**.

<details>

<summary>Steps to download individual memo</summary>

To save a specific memo, click the **Download icon (**<img src="/files/4eD80bDF37cyfLWRKP18" alt="" data-size="line">**)** within the "Memo Details" panel. It will download as a **Microsoft Word Document (**`.docx`**)**.

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

</details>

<details>

<summary>Steps to download the entire results table</summary>

To export the complete table, click the **Download icon** (<img src="/files/bMztjgFU1V2pBrf3XZnI" alt="" data-size="line">) on the main results table view. It will download as an **Excel spreadsheet (**`.xlsx`**)**

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

</details>


---

# 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/interacting-on-parallel-review.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.
