> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Matcher UI pages

> Configure contexts and match rules, import transaction data, run reconciliations, and resolve exceptions — all from a visual interface.

The **Matcher UI** is the standalone web application for operating Matcher, Lerian's reconciliation engine. It lets you configure contexts and match rules, import transaction data, run reconciliation jobs, review results, and resolve exceptions — all through a visual interface. This page is a directory of every page in the UI; if you're new to it, start with the [Matcher UI overview](/en/matcher/ui/matcher-ui-overview).

<Warning>
  Matcher is only available if you've acquired the Matcher product. Want access? [Get in touch with our team](https://lerian.studio/contact) to learn more.
</Warning>

## Accessing the Matcher UI

***

The Matcher UI ships as its own web application, deployed alongside the Matcher API — it is not part of Lerian Console. Open the URL your platform team provides for your environment and sign in with your identity provider credentials.

## Active context

***

The Matcher sidebar shows the **active context** — the reconciliation context you're working with. The active context applies across Matcher's pages, so switching it updates the data displayed in the Dashboard, Reconciliations, Unmatched, Exceptions, and other views.

## Home

***

The **Home** page is the Reconciliation Dashboard: an at-a-glance overview of reconciliation health for the active context.

<Card title="Matcher Dashboard" icon="chart-line" href="/en/matcher/ui/matcher-dashboard">
  See a detailed walkthrough of the Dashboard page, including the balance bar, reconciliation worksheet, match-rate trend, and exposure panels.
</Card>

## Available pages

***

The sidebar groups pages by workflow phase.

### Configure

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Contexts" icon="layer-group" href="/en/matcher/ui/managing-contexts">
      Create and manage reconciliation contexts. Each context groups sources, rules, and schedules for a specific reconciliation workflow.
    </Card>
  </Columns>
</div>

### Operate

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Reconciliations" icon="play" href="/en/matcher/ui/managing-reconciliations">
      Start reconciliation runs for your contexts and follow their progress; each run's detail page holds its match groups.
    </Card>

    <Card title="Import file" icon="upload" href="/en/matcher/ui/uploading-reconciliation-data">
      Upload transaction files into a context's sources and track the resulting ingestion jobs.
    </Card>
  </Columns>
</div>

### Resolve

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Unmatched" icon="circle-check" href="/en/matcher/ui/manual-matching">
      Work the queue of transactions the engine could not match — pair them manually or ignore them.
    </Card>

    <Card title="Matches" icon="list-check" href="/en/matcher/ui/managing-matches">
      Review confirmed match groups and confidence scores inside each run's detail page.
    </Card>
  </Columns>
</div>

### Exception Handling

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Exceptions" icon="triangle-exclamation" href="/en/matcher/ui/managing-exceptions">
      View and resolve transactions that could not be matched automatically.
    </Card>

    <Card title="Disputes" icon="gavel" href="/en/matcher/ui/managing-disputes">
      Manage disputed transactions that require manual review and resolution.
    </Card>
  </Columns>
</div>

### Reporting

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Operational History" icon="clock-rotate-left" href="/en/matcher/ui/operational-history">
      Track reconciliation runs and data-import jobs for your reconciliation contexts.
    </Card>

    <Card title="Audit Logs" icon="file-lines" href="/en/matcher/ui/managing-audit-logs">
      View a chronological record of all actions taken within the Matcher UI.
    </Card>

    <Card title="Archives" icon="box-archive" href="/en/matcher/ui/managing-archives">
      Access archived reconciliation data for past periods.
    </Card>
  </Columns>
</div>

### Settings

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Fee Schedules" icon="receipt" href="/en/matcher/ui/managing-fee-schedules">
      Define expected fee structures — flat, percentage, tiered, or expression-based — for automatic fee verification during reconciliation.
    </Card>

    <Card title="Actor Mappings" icon="users" href="/en/matcher/ui/managing-actor-mappings">
      Map external actors to internal entities for reconciliation matching.
    </Card>
  </Columns>
</div>

## Advanced configuration

***

For deployment-level configuration that affects how the Matcher service operates:

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Multi-Tenant Mode" icon="building" href="/en/matcher/configuration/matcher-multi-tenant">
      Enable tenant isolation for SaaS deployments — each client gets isolated infrastructure — database schema, message broker, and cache namespace.
    </Card>

    <Card title="Runtime Configuration" icon="sliders" href="/en/matcher/configuration/matcher-systemplane">
      View and adjust Matcher settings at runtime without restarting the service.
    </Card>
  </Columns>
</div>
