# Transaction Reconciliation

{% hint style="info" %}
This page illustrates how to configure and perform reconciliation, including creating new reconciliation tasks, applying automated rules, and manually matching transactions and journal entry data. It also covers how to export reconciliation records.
{% endhint %}

## 1. Accessing the Reconciliation module

1. On the project homepage, navigate to the **Reconciliation** page.

<div align="center"><figure><img src="/files/hhKxOraClNkW0dbTv25x" alt="" width="175"><figcaption></figcaption></figure></div>

## 2. Creating a new Reconciliation task

1. Click the "New Match Set" in the upper right corner.&#x20;

<figure><img src="/files/Kw1y1WQOMMxI0cskt3gT" alt=""><figcaption></figcaption></figure>

1. Enter the desired reconciliation task name.&#x20;
2. Select the account, direction, and other details for the reconciliation task.&#x20;
3. In the task detail page, adjust the filters and select the transaction data and journal entries to be used for reconciliation.

<figure><img src="/files/TpdWgKB9B3fHzYynFnRY" alt=""><figcaption></figcaption></figure>

## 3. Automated Reconciliation rules

1. In the reconciliation task page, click the "Add Rule" button to configure the automated reconciliation rules.&#x20;
2. You can match both sides of the reconciliation using criteria such as amount, time, ID, account, etc.&#x20;

<figure><img src="/files/1U9cW5PlxLNFjjiSY49S" alt=""><figcaption></figcaption></figure>

3. Click the "Start Matching" button to execute the automated reconciliation rule.&#x20;

## 4. Manual Reconciliation

1. Select the **Unmatched** tab from the top of the page.
2. On the left panel select the transaction data to manually match, and in the right panel the ledger data to match.

<figure><img src="/files/R72RAulDxJqq8SGO24v2" alt=""><figcaption></figcaption></figure>

3. Click the "Match" button to complete manual matching.&#x20;

## 5. Exporting Reconciliation tasks

1. Click the "Export match set" button in the upper right corner to export the records of matched items, unmatched items, and operational logs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.elven.com/v3/reconciliation/transaction-reconciliation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
