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

# Managing reconciliations

> Start and track reconciliation runs from the Matcher UI — trigger the engine from the Run match panel and follow every run in the run history.

Use the **Reconciliations** screen in the Matcher UI to start reconciliation runs for your contexts and follow their progress.

## Accessing the Reconciliations screen

***

Navigate to **Matcher → Operate → Reconciliations** in the left sidebar and select a reconciliation context.

## What you can do here

***

<Columns cols={2}>
  <Card title="Run match" icon="play" horizontal href="/en/matcher/ui/executing-reconciliation">
    Trigger the matching engine for the selected context — as a dry run to preview, or a commit run to persist matches.
  </Card>

  <Card title="Run history" icon="clock-rotate-left" horizontal href="/en/matcher/ui/operational-history">
    Review past and active runs, with status, matches, unmatched counts, and a per-run link to the exceptions it raised.
  </Card>
</Columns>

The screen combines the **Run match** panel with the context's run history table. Selecting a run opens its detail page with the match groups it produced.

## Importing data first

***

A run can only match transactions that have been imported. To upload transaction files, use **Operate → Import file** — the import flow walks you through picking the destination source and uploading the file. See [Uploading reconciliation data](/en/matcher/ui/uploading-reconciliation-data).

<Note>
  If the selected context has no imported transactions yet, the **Run match** panel shows a warning with an **Import data** shortcut instead of starting an empty run.
</Note>
