# Setting Account Opening Balance

{% hint style="info" %}
This page illustrates how to set up initial account balances in the general ledger system, including navigation path, account selection, data entry, and balance verification steps.
{% endhint %}

## 1. Accessing the Charts of Accounts management page

1. On the project homepage, navigate to **Ledger** > **Chart of Account**
2. Click the **"Opening Balance"** button in the top right corner to begin entering account initial balances.

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

## 2. Enter Account Opening Balances

1. Select accounts from assets, liabilities, and equity categories to enter initial balances.&#x20;
2. Support for entering amounts in original currencies.&#x20;
3. Support for entering initial balances with auxiliary accounting dimensions.&#x20;
4. When the entered initial balances satisfy the equation Assets = Liabilities + Owner's Equity, click the **"Save"** button to complete the setup.

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


---

# 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/financial-configuration/setting-account-opening-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.
