> ## 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 overview

> Meet Matcher's standalone web interface — configure reconciliation, run matches, and resolve exceptions from your browser.

The **Matcher UI** is the standalone web application for operating Matcher, Lerian's reconciliation engine. It puts the full reconciliation workflow behind a visual interface: configure contexts, sources, and match rules, upload transaction data, run reconciliations, review matches, and resolve exceptions — all without writing API calls.

<Note>
  The Matcher UI is **not part of Lerian Console**. It ships as its own web application, deployed alongside the Matcher API, and does not require a Console installation. If you operate other Lerian products through the Console, Matcher is the exception: it brings its own work surface.
</Note>

<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

***

Your platform team deploys the Matcher UI alongside the Matcher API and shares the URL for your environment. Sign in with the credentials your identity provider issues; every action in the UI is authorized against the Matcher API with your identity and tenant — the UI has no separate permission model.

Once signed in, the **Context Switcher** in the sidebar controls which reconciliation context you're working with. The active context applies across all pages.

## Main work surfaces

***

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Dashboard" icon="chart-line" href="/en/matcher/ui/matcher-dashboard">
      Reconciliation health at a glance — match rate, pending exceptions, cash exposure, and recent runs for the active context.
    </Card>

    <Card title="Reconciliation setup" icon="layer-group" href="/en/matcher/ui/managing-contexts">
      Create contexts and manage their sources, match rules, and schedules from each context's detail page.
    </Card>

    <Card title="Runs & uploads" icon="play" href="/en/matcher/ui/managing-reconciliations">
      Upload transaction files and start reconciliation runs, then track their progress.
    </Card>

    <Card title="Matches" icon="circle-check" href="/en/matcher/ui/managing-matches">
      Review confirmed match groups and confidence scores, or pair remaining transactions with manual matching.
    </Card>

    <Card title="Exceptions & disputes" icon="triangle-exclamation" href="/en/matcher/ui/managing-exceptions">
      Work the queue of transactions that didn't match automatically — resolve, dispatch, or escalate them into formal disputes.
    </Card>

    <Card title="Reporting" icon="file-lines" href="/en/matcher/ui/operational-history">
      Operational history, immutable audit logs, and downloadable archives for compliance.
    </Card>
  </Columns>
</div>

For a page-by-page directory of every screen in the UI, see [Matcher UI pages](/en/matcher/ui/matcher-module).

## Beyond the UI

***

Everything the Matcher UI does runs through the Matcher API, so you can mix surfaces freely:

* **API** — automate any workflow programmatically. Start with the [developer quick start](/en/reference/matcher/matcher-developer-quick-start).
* **MCP server** — let an AI assistant operate Matcher through the [Model Context Protocol](/en/matcher/mcp/matcher-mcp-overview).
