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

# Interacting on Document Review

Once your prompt is processed, the Document Review tool provides a structured, high-quality answer based entirely on the documents you selected. This page covers how to interact with and make the most of the output.

## In-Line Citations

Each response includes a **hyperlinked source reference**, letting you click and view the exact portion in your selected documents that contains that portion of the tool's response. This makes verification seamless and avoids manual cross-checking with multiple documents.

When you click on any in-line citation, **the source document opens on the left pane**, and the exact portion of the source document pertaining to the in-line citation is <mark style="background-color:yellow;">highlighted in yellow</mark>.

***

## Follow-up questions

The Document Review tool supports up to **thirty follow-up questions**, allowing you to stay in the same task thread and continue engaging with the selected documents.

Once you receive your first output, you can ask:

* **Clarifications** – e.g., *“Can you explain clause 4.2 in simpler terms?”*
* **Refinements** – e.g., *“Only focus on provisions related to indemnity now.”*
* **Next-step tasks** – e.g., *“Turn this analysis into a comparison table.”*

Each follow-up retains the **same document context -** you don’t need to reselect files or rephrase your original prompt. You can continue a Document Review thread for up to twenty nine follow-ups (making it thirty questions in total), and the tool will remain contextually aware throughout.

> You can think of the document review thread like a working session—go back, drill deeper, or pivot focus as needed (even across multiple sessions by accessing responses from [History](/history.md)).

{% hint style="info" %}
Follow-up questions can be used smartly to build on your existing draft in the Drafting pane, and make modifications and additions while parallely reviewing the output.
{% endhint %}

## Download the Output

Every response can be downloaded with a single click at the bottom-right of the response. You have the option to download the response either with or without the in-line citations (preserved as hyperlinks) in Word document (.docx) format.

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

Downloaded files can be easily edited on Microsoft Word, and you can [customize the font style and size](/my-account-and-organization/profile-and-settings/admin-dashboard.md#organization-settings) for all your downloads as well.

You can also Import your response to Jurisphere - this will instantly add the response to the selected folder of your choice on the platform. You can use it for reference in the matter, or as reference for other tasks and queries as well.


---

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