> 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/resources/skill-application-guide/real-estate/skill-real-estate-lease-deed-reviewer.md).

# Skill - Real Estate: Lease Deed Reviewer

{% embed url="<https://www.loom.com/share/ae3e29b66cac4a178d7c7299bab73eb8?sid=c9ef4122-0086-4b82-a658-dda275438584>" %}

**Easily Review Lease Deeds with Jurisphere’s Document Review Tool**

In this video, we showcase how **Jurisphere’s Document Review Tool** can simplify the review of **lease deeds**.

After selecting a **lease agreement**, we explore two ways to query documents:

* **Type a natural language question** directly into the chat box
* **Use the Skill Library**, where we select the **“Lease Deed Reviewer”** under the Real Estate category

Within seconds, Jurisphere generates a **clear, clause-by-clause table** highlighting key points, with **colour-coding** to flag clauses that need further clarification or possible revision. Every point includes **inline citations** linking directly to the relevant section of the document.

At the bottom, you’ll find a **comprehensive conclusion** summarising the analysis. You can **download the results**, **ask up to five follow-up questions**, or send a section directly to the **Research Tool**, where Jurisphere reframes the query automatically — saving time and ensuring accuracy.

This feature makes reviewing lease agreements **faster, more organised, and actionable**, helping legal professionals turn complex documents into clear insights.

**Watch the video and see how Jurisphere transforms document review.**

Inspired to build your own custom skills? Visit [Create Your Own Skill](/creating-custom-skills.md) to get started.


---

# 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/resources/skill-application-guide/real-estate/skill-real-estate-lease-deed-reviewer.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.
