> ## 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 app: configure contexts, sources, and rules, upload files, run matches, and resolve exceptions without writing any API calls.

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 **active context** shown in the sidebar controls which reconciliation context you're working with. The active context applies across Matcher's 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/products/matcher/ui/matcher-dashboard">
      Reconciliation health at a glance: match rate, cash exposure, SLA compliance, and setup progress for the active context.
    </Card>

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

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

    <Card title="Matches" icon="circle-check" href="/en/products/matcher/ui/managing-matches">
      Review confirmed match groups and confidence scores inside each run's detail page, or pair remaining transactions in the Unmatched workbench.
    </Card>

    <Card title="Exceptions & disputes" icon="triangle-exclamation" href="/en/products/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/products/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/products/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/products/matcher/matcher-developer-quick-start).
* **MCP server**: let an AI assistant operate Matcher through the [Model Context Protocol](/en/products/matcher/mcp/matcher-mcp-overview).
