> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/xyb-platform-1/xyb-ledger/integrate-with-xyb-ledger/understanding-reconciliation-in-xyb.md).

# Understanding Reconciliation in XYB

Reconciliation in XYB helps you verify that the financial data in your platform matches the data from external sources, such as bank statements, settlement files, or partner reports.

It ensures that every transaction, posting, and balance recorded in XYB aligns with what’s recorded elsewhere. This gives you confidence that your books are accurate and complete.

***

Reconciliation is a key part of financial control and audit readiness.\
By automating it within XYB, you can:

* Detect mismatches quickly and resolve them before period close.
* Reduce manual checks and spreadsheet work.
* Improve trust in the platform’s reported balances.
* Prepare for financial reporting and compliance reviews.

***

### How it works

The reconciliation process follows a simple three-step flow:

1. **Ledger extract**\
   XYB automatically generates a file containing your internal ledger data: postings, movements, and balances for a given period.\
   This file appears in **File Vault**, ready to be used for comparison.
2. **External file upload**\
   You upload your external data file (for example, a bank or partner statement) through the File Vault interface. The platform checks the format, validates key fields, and stores the file securely.
3. **Reconciliation run**\
   Once both files are available, XYB automatically compares them.\
   It identifies matches, mismatches, and differences based on configurable tolerance rules (for example, date or amount variances).\
   The results are stored as a structured report that can be downloaded or viewed.

***

### Typical use cases

* **Daily settlement reconciliation:** Match daily ledger balances against incoming bank settlements.
* **Month-end close:** Verify all transactions and balances before financial close.
* **Partner reporting:** Cross-check external partner transaction files with internal postings.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xyb.co/xyb-platform-1/xyb-ledger/integrate-with-xyb-ledger/understanding-reconciliation-in-xyb.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
