> 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/creating-a-redline-analysis.md).

# Creating a Redline Analysis

## Selecting documents&#x20;

You can choose multiple files to create your Redline Analysis from.

{% stepper %}
{% step %}
[Upload the file(s)](/file-upload-and-management/your-files-and-documents/uploading-files-and-folders.md) that you want to use, and select them from the [Folder pane](/file-upload-and-management/your-files-and-documents/uploading-files-and-folders.md#open-your-folders-pane) on the left.

{% hint style="info" %}
Only marked-up PDFs (.pdf) and Word Documents (.docx format) are acceptable for Redline Analysis.
{% endhint %}
{% endstep %}

{% step %}
You can see the selected document(s) on the main pane on the right, in the "<mark style="color:green;">Ready for Analysis</mark>" area.

<figure><img src="/files/F2YpmL8Va10XQZPNDkRg" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Add context (optional)

You can add **custom instructions** to guide the analysis, for example, asking the tool to highlight specific risk areas, focus on certain clauses, or flag deviations from your standard templates.&#x20;

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

These instructions shape the tool’s output so the generated issues list is tailored to your review strategy.
{% endstep %}

{% step %}
Click the "<mark style="color:blue;">**Start Redline Analysis**</mark>" button to begin the analysis.

{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Redline Analysis is a background process.**

This means that you can exit the page while your Redline Analysis is being prepared. You may navigate to another webpage or close the window entirely. A notification will pop up on the top right hand corner once this task is completed.&#x20;
{% 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/redline-analysis/creating-a-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.
