# Trial balance

{% hint style="info" %}
This page illustrates how to access, adjust the UI, and export the trial balance, allowing you to review the beginning balances, changes, and ending balances of accounts.&#x20;
{% endhint %}

## 1. Accessing the Trial Balance module

1. On the project homepage, navigate to the **Ledger** page
2. In the Ledger page, find and click the **Trial Balance** tab.

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

## 2. Adjusting the Trial Balance

1. Select the desired time range.&#x20;

   <figure><img src="/files/MhYZgtmWaZVbFwNtAlzb" alt="" width="375"><figcaption></figcaption></figure>
2. The trial balance displays the beginning balance, changes within the period and ending bslance for each account within the selected time range.&#x20;
3. Click on an account to expand it and view the journal entry records for that account during the selected time frame.&#x20;

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

## 3. Exporting the Trial Balance

1. Click the **"Export"** button on the right side of the tab to export the trial balance, which contains an overview of account balances and detailed journal entry reports.&#x20;


---

# 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/reports/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.
