> 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/document-review/overview-of-the-document-review-tool.md).

# Overview of the Document Review tool

Document Review is one of Jurisphere's core feature that enables you to analyze, summarize, and draft legal documents using AI-powered technology. This feature transforms how you interact with legal documents by providing intelligent analysis, risk identification, and comprehensive document understanding.

## **Key Capabilities**

### **Multi-Document Support**

Select multiple documents simultaneously to get comprehensive insights across your entire document set. Perfect for analyzing contract portfolios, due diligence materials, or related case documents together.

### **Localized Intelligence**

Document Review provides answers **exclusively from your uploaded documents** - no external sources or general knowledge unless specifically enabled.

{% hint style="warning" %}
Document Review by default uses only your selected document(s) to generate the answer. For tasks that require reference to external sources (like judgements, regulations, etc), please 'Enable Research' before submitting.
{% endhint %}

## Getting Started

On Document Review, you have the ability to:

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

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

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Attach Files</strong></mark></td><td><mark style="color:$info;">Expands the folder pane on the left to select docs</mark></td></tr><tr><td><mark style="color:blue;"><strong>Enable Research</strong></mark></td><td><mark style="color:$info;">To include our databases in analysis</mark></td></tr><tr><td><mark style="color:blue;"><strong>Enable Drafting</strong></mark></td><td><mark style="color:$info;">To generate responses within the drafting pane</mark></td></tr><tr><td><mark style="color:blue;"><strong>Toggle Modes</strong></mark></td><td><mark style="color:$info;">Between Quick Mode and Deep Dive mode</mark></td></tr><tr><td><mark style="color:blue;"><strong>Connect Email</strong></mark></td><td><mark style="color:$info;">Integrate your internal communication and data</mark></td></tr></tbody></table>

### Prompting

Document Review is open to natural-language prompting for all the nuanced and specific tasks in your daily work. Once you select the documents you are interacting with, enter your question about the document(s) in the prompt box on the right, and click on <mark style="color:blue;">**Submit**</mark>.

#### Prompt Enhancement

LLMs provide the best responses when prompted correctly and comprehensively. However, we understand that as lawyers, you are not experts in prompt engineering from the get-go. To assist you in regular usage, all prompts can be enhanced with just the click of a button.

**How to use Prompt Enhancement:**

1. Type your prompt as you normally would.
2. Press **`Tab`** on your keyboard to enhance it.
3. Review the enhanced version and submit it, or edit it as needed.

{% hint style="success" %}
The enhanced prompt is just text: you can **freely edit, shorten, or rewrite it** before submitting. If you want to revert to your original prompt, press `ctrl + z` or <kbd>command + z</kbd> to undo the enhancement.
{% endhint %}

For assistance in prompting techniques, see:

{% content-ref url="/pages/6NcLpBCozbfVNeDWy5E8" %}
[Prompting Guide](/resources/prompting-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/xihH5rG8cmXTg1wZdu35" %}
[Prompt Library](/resources/prompting-guide/prompt-library.md)
{% endcontent-ref %}

{% hint style="info" %}
The optimal number of documents for interaction on Document Review is between 10-50 documents, or between 800 to 5000 pages in a go. If you are working with larger datasets, you can use the [Parallel Review tool](/parallel-review/overview-of-the-parallel-review-tool.md) to extract information across up to 5GB of documents.
{% endhint %}


---

# 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/document-review/overview-of-the-document-review-tool.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.
