> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/accounting/bank-reconciliation/bank-reconciliation-options.md).

# Bank Reconciliation Options

The Reconcile Bank Account module offers a range of options designed to streamline this process, making it easier for users to manage and reconcile their accounts efficiently. From uploading bank statements, creating journal entries, or searching for specific transactions, these options help to enhance your reconciliation workflow and ensure precise financial management.

### Header Level Options

<figure><img src="/files/4rQD0wToZVcNrmiEa0Ge" alt=""><figcaption></figcaption></figure>

* **Advance Search:** This option allows users to search for specific transactions based on various criteria such as amount, payee, transaction type, etc. The advance search feature streamlines the search process, making it easier to locate specific transactions.
* [**Xoro Txns Advance Search**](https://docs.xorosoft.com/xoroerp-1/accounting/bank-reconciliation/pages/1v3U58ruRAo0okxx4L3u#id-17.-reconcile-bank-account-search-transactions-in-xoro-to-make-the-reconciliation-process-easier)**:** This option allows you to effortlessly search and match system transactions, paving the way for more accurate and efficient account reconciliation.
* **Refresh Results:** The option allows you to refresh the transactions pulled into the module to ensure that the most recent transactions and updates are shown.
* **Upload Bank Statements:** This option redirects the users to the "Upload Bank Statement" module to upload the transactions into the system and complete the reconciliation process.
* **Multi Bank Reconciliation:** This option allows you to search, match, and reconcile transactions in Xoro with multiple bank transactions.
* **Edit Info:** This option allows users to edit the ending balance and the ending date entered when beginning the reconciliation process.

### Transaction Level Options

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

* **Journal Entry:** This option opens up the "Journal Entry" module in "Reconcile Mode" and allows users to create a journal entry for a specific transaction for reconciliation.
* **Transfer:** This option opens up the "Funds Transfer" module in the "Reconcile Module" and enables users to transfer funds between accounts or to create a transfer journal entry and reconcile with the transaction.
* **Bill Payment:** If you need to make a payment for a bill that matches a specific transaction, the Bill Payment option is the way to go. This feature redirects you to the "Bill Payment" module, where you can make the payment and reconcile the transaction.
* **Search Transactions:** This option allows users to find specific transactions within the bank account. Users can use various filter criteria, such as payee name, reference number, memo, etc. to locate transactions for review or reconciliation.
* **Outgoing Payment:** This allows users to create **Outgoing Payments** directly from the **Bank Reconciliation module**.&#x20;


---

# 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.xorosoft.com/xoroerp-1/accounting/bank-reconciliation/bank-reconciliation-options.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.
