> For the complete documentation index, see [llms.txt](https://docs.udara360.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.udara360.io/core-features/operations/utility/recompute-eod-balance.md).

# Recompute EOD Balance

The Recompute EOD Balance page enables the recalculation of end-of-day balances for a specific date range. This feature is useful for various scenarios, such as correcting errors, adjusting balances, or generating accurate reports.

### **Accessing the Recompute EOD Balance Page**

1. Log into the banking application using your credentials.
2. Navigate to the "Operations" section.
3. Select the "Recompute EOD Balance" page from the available options.

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

### **Recompute EOD Balances**

To Recompte EOD Balance:

1. **Financial Date From** Select the start date of the date range for which you want to recompute balances.
2. **Financial Date To** Select the end date of the date range.
3. **Recompute EOD Balance:** Click the "**Recompute EOD Balance**" button to initiate recalculation.


---

# 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.udara360.io/core-features/operations/utility/recompute-eod-balance.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.
