> 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/navigating-the-interface.md).

# Navigating the Interface

## Navigating the Interface

The Crown Compare dashboard is divided into a filtering panel on the left and a detailed data grid on the right.

The grid pulls in file metadata side-by-side: file number, document type, status, effective and expiry dates, rental info, registered interest, termination date, hectares, payor, and default notice fields. Hover any file number to see metadata; scroll right for the additional columns.

{% hint style="warning" %}
The Active Only checkbox only applies to your land system side. The Crown side is always filtered to active files — the volume of inactive public data would make any cross-reference unusable.
{% endhint %}

{% stepper %}
{% step %}

### Review Discrepancy Types

Review the **Discrepancy Types** available in the left panel to begin applying filters.

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

{% step %}

### Filter Active Land System Files

Check the **Active Only** box to filter your land system files to active status only or uncheck it to include inactive files.

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

{% step %}

### Review Files

Review the details of the files in the main data grid.
{% endstep %}

{% step %}

### View Stack Data

Click on file numbers to navigate to the land system data in Stack

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

{% step %}

### Review Payor and Termination Information

Scroll across the table to review the **Payor / Designated Rep** and termination information.

<figure><img src="/files/7tkQlldjLjEHi8Gmj8Kb" 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/navigating-the-interface.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.
