> ## 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 in Lerian Console

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

**Matcher** is a product module within the Lerian Console that provides transaction reconciliation capabilities. It lets you configure data sources and match rules, upload transaction data, run reconciliation jobs, review results, and resolve exceptions — all through a visual interface.

<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 Matcher

***

To access Matcher, select it from the product launcher in Lerian Console.

## Context Switcher

***

The Matcher sidebar includes a **Context Switcher** — a global dropdown that lets you select which reconciliation context you're working with. The active context applies across all Matcher pages, so switching contexts updates the data displayed in Reconciliations, Matches, Exceptions, and other views.

## Dashboard

***

The **Home** page provides an at-a-glance overview of your reconciliation activity. Use it to monitor recent runs, review key metrics, and navigate to the areas that need your attention.

<Card title="Matcher Dashboard" icon="chart-line" href="/en/platform/lerian-console/matcher-console/matcher-dashboard">
  See a detailed walkthrough of the Dashboard page, including KPI cards, trend charts, breakdown visualizations, and the Recent Runs table.
</Card>

## Available pages

***

### Reconciliation

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

    <Card title="Reconciliations" icon="play" href="/en/platform/lerian-console/matcher-console/managing-reconciliations">
      Upload transaction files and start new reconciliation runs for your contexts.
    </Card>

    <Card title="Matches" icon="circle-check" href="/en/platform/lerian-console/matcher-console/managing-matches">
      Review confirmed match groups and confidence scores for completed reconciliation runs.
    </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/platform/lerian-console/matcher-console/managing-exceptions">
      View and resolve transactions that could not be matched automatically.
    </Card>

    <Card title="Disputes" icon="gavel" href="/en/platform/lerian-console/matcher-console/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/platform/lerian-console/matcher-console/operational-history">
      Track the status of all data ingestion jobs for your reconciliation contexts.
    </Card>

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

    <Card title="Archives" icon="box-archive" href="/en/platform/lerian-console/matcher-console/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/platform/lerian-console/matcher-console/managing-fee-schedules">
      Define expected fee structures — flat, percentage, or tiered — for automatic fee verification during reconciliation.
    </Card>

    <Card title="Actor Mappings" icon="users" href="/en/platform/lerian-console/matcher-console/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>
