# Account Balance sheet

{% hint style="info" %}
This page illustrates how to search for and adjust the account balance sheet in the **Ledger** module, adjusting the view settings, as well as data exporting.&#x20;
{% endhint %}

## 1. Accessing the Account Balance sheet module

1. On the project homepage, navigate to the **Ledger** page.
2. On the Ledger page, find and click the **Account Balance** tab.&#x20;

<figure><img src="/files/8guxBfzlYtuawuJI0VlK" alt=""><figcaption></figcaption></figure>

## 2. Adjusting the Account Balance sheet view

1. Select the desired time range to view.&#x20;
2. Select the primary and secondary grouping fields, with options to group by Accounts or Auxiliary accounting fields.

   <figure><img src="/files/dupQtVH5c1iLoPJRfgab" alt=""><figcaption></figcaption></figure>
3. For accounts that support original currency accounting, you can expand to view the detailed balances.&#x20;

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

## 3. Exporting the Account Balances

1. Click on the "Export" button on the right side of the page to export the account balance sheets.


---

# 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/account-balance-sheet.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.
