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

# Skills on Document Review

Jurisphere's **pre-built skills** are one-click instructions tailored to specific legal tasks across different practice areas. These skills are built and approved by expert lawyers, fine-tuned for precision, reducing the burden on prompting.

We strongly recommend starting with these skills whenever possible. They produce more reliable, structured outputs and are optimized to work with the type of documents typically used in each legal context.

For detailed insights into how skills operate, and a demonstration of some of our most used skills, check out:

{% content-ref url="/spaces/2zbn28n79AjHkgxNqfPb/pages/YUOi3SwLPgAm3OsaMI1r" %}
[Skill Application Guide](/resources/skill-application-guide.md)
{% endcontent-ref %}

### How to Use Skills

There are three ways in which a skill can be triggered:

{% stepper %}
{% step %}

### Auto-fill in the prompt box

Start typing in the chatbox. A relevant skill pre-built for you is auto-suggested below the prompt box, if your auto-suggest is toggled on.

{% hint style="warning" %}
If you do not want suggestions appearing below your prompt box, toggle off Auto-Suggest.
{% endhint %}

<figure><picture><source srcset="/files/ba2LX2kevL8Pcb2petg2" media="(prefers-color-scheme: dark)"><img src="/files/oJtmGGvkSD4dPST6gFy0" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Single-click tiles in the Skill Display

In the Skill Display below the prompt box, go through the category heads to find the skill you want to use and click on it to trigger the skill.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zbn28n79AjHkgxNqfPb%2Fuploads%2FJIlMrUyVRhOpj6SMElTD%2FOne%20Click%20Workflow.mp4?alt=media&token=21f0ae5a-3147-4cac-9564-6628c838a610>" %}

{% hint style="success" %}
You can **provide additional context for any skill** while triggering it. Before a skill is submitted, a pop-up box opens confirming the file(s) selected, the skill, and an option to add 'Additional Context'.
{% endhint %}
{% endstep %}

{% step %}

### Single-click tiles within the Skill Library

In the Skill Display below the prompt box, click on the 'Explore more skills' tile in the bottom right. This opens the Skill Library containing over 100+ skills across practice areas. Simply find or search for the desired skill and click on it to start.

{% hint style="info" %}
Hovering over any skill displays a brief description and ideal input for running it.
{% endhint %}

<figure><img src="/files/PLNL5Nv9xGMsDtvFM4i2" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
You can **provide additional context for any skill** while triggering it. Before a skill is submitted, a small prompt box appears at the bottom (see above), allowing you to provide additional instructions and context.
{% endhint %}
{% endstep %}
{% endstepper %}

### Why Use Our Skills?

* [x] **Pre-drafted and refined** by practising lawyers
* [x] Task-specific outputs like summaries, comparisons, reviews, and notes
* [x] Notifies deficiency in selected documents
* [x] Save time and reduce prompting errors

### Practice Areas Covered

<details>

<summary><strong>🏢 Corporate</strong></summary>

Designed for contracts, commercial communications, minutes, and compliance-related filings.

* **Change of Control Tracker**
* **CP and CS Tracker**
* **Identify Transfer Restrictions**
* **Identify Disclosure Requirements**
* **Uncapped Indemnity Checker**
* **List of Documents**

</details>

<details>

<summary><strong>⚖️ Litigation</strong></summary>

Designed for use with pleadings, judgements affidavits, evidence, and correspondence. Covers civil and criminal disputes, taxation, as well as arbitration skills.

* **Generate synopsis of pleadings**
* **Analyze strength of evidence and supporting documents**
* **Prepare requisition lists**
* **Compare affidavits and claims for consistency**
* **Summarize procedural history of a case**
* **Check factual consistency across multiple pleadings**

</details>

<details>

<summary><strong>🏘 Real Estate</strong></summary>

Tailored for conveyancing documents, JDA/JV agreements, title due diligence, and compliance checks.

* **Extract property description and boundaries**
* **Review POAs, Sale deeds and Lease deeds**
* **Title Chain Due Diligence**
* **Litigation Check**
* **RERA Compliance Review**
* **Encumbrance Certificate and Title Search**

</details>

{% hint style="info" %}
Pro tip: You can also start typing in the prompt box and select a suggested skill directly.
{% 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/skills-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.
