> 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/getting-started-with-crown-compare.md).

# Getting Started with Crown Compare

## Getting Started with Crown Compare

Crown Compare is a StackDX workflow designed to cross-reference data from your land systems (such as CS Land) against public Crown data (Stack Maps). This helps you easily identify and resolve discrepancies in leases, document types, extension dates, and acreage.

There are nine discrepancy types you can filter on, plus a Default Notices module tucked into the same workflow for related Crown research. You won't run every check every time — most reviews focus on extension type/date and unowned lands, with the others as cleanup.

{% hint style="info" %}
When we say "Crown data" in this guide, we mean Stack Maps data — same thing. The land system side in our examples is CS Land, but the workflow applies regardless of which land system you use.
{% endhint %}

{% stepper %}
{% step %}

### Open Workflows

Click **Workflows** in the left-hand navigation menu

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

{% hint style="info" %}
Two ways to get to Workflows: the module quick link on the StackDX homepage, or the left-hand nav (preferred — it's always available regardless of which workflow you're in).
{% endhint %}
{% endstep %}

{% step %}

### Open Compare

Open the **Compare** at the top of the interface.

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

{% step %}

### Select Crown Compare

Select **Crown Compare**.

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

{% step %}

### Clear Existing Criteria

Click the **X** icon at the bottom of the filter panel to clear any existing search criteria and return to the default view.

<figure><img src="/files/17sQhGZ5id6Zx5uMzqwp" alt=""><figcaption></figcaption></figure>
{% 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/getting-started-with-crown-compare.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.
