# Trial Balance

The Trial Balance Report offers a summary of all general ledger accounts and their balances at a specific point in time. It verifies that total debits equal total credits, ensuring the accuracy of the accounting records.

### **Accessing the Trial Balance Report**

1. Log into the banking application using your credentials.
2. Navigate to the **Reports** section.
3. Click on **Financial Report.**
4. Select the **Trial Balance Report** from the list of available reports.

## **Generating the Report:**

1. Select the specific branch for which you want to generate the report.
2. Choose the level of detail for the report (e.g., Level 1, Level 2).
3. **Financial Date:**
   * **Use Current Financial Date:** Automatically uses the current financial date.
   * **Select Date:** Manually select a specific financial date.
4. Click the "Generate Report" button to initiate the report generation process.


---

# 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.udara360.io/core-features/reports/financial-report/trial-balance.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.
