> For the complete documentation index, see [llms.txt](https://help.stackdx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stackdx.com/untitled/resolving-discrepancy-types/unowned-lands.md).

# Unowned Lands

### Unowned Lands

This is the "what's missing" check. It surfaces lands on the Crown side that aren't accounted for (or only partially accounted for) on your land system side. Especially useful for freeholder, where you can't always get clean information from lessees. Please note that Unmatched is a subset of Unowned Lands&#x20;

{% stepper %}
{% step %}

### View Unowned Lands

Click **Unowned Lands** to see all leases that have legal/rights mismatches with the Crown.

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

{% step %}

### Expand the Grid View

Expand the rights by clicking the chevon as  below to see the rights mismatched.

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

{% step %}

### Inspect Agreement Numbers

Inspect the agreement numbers that appear in the unowned land search.

<figure><img src="/files/0RYUiA4vSRN2w77Zg7E7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Unmatched records show up in this list too (since they're a subset). The unmatched records show up with the agreement number highlighted in orange.&#x20;
{% endhint %}
{% endstep %}

{% step %}

### Review Land Descriptions

Review the **Lands** column for unclear definitions, such as "portion of section 4" on your system versus "Northeast and Southeast" on the Crown side.

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

{% hint style="info" %}
The new finds here are lands where the lease numbers match but the descriptions don't — e.g., Crown shows "NE and SE of Section 4" but your land system shows "portion of Section 4". Here, I would tighten up the description so it's explicit.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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.stackdx.com/untitled/resolving-discrepancy-types/unowned-lands.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.
