> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tight.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chart of Accounts

> Manage a business's chart of accounts and GL account structure

## Overview

The Chart of Accounts provides a real-time, hierarchical drill-down balance sheet, allowing business owner-operators and bookkeepers to:

* View their GL Account structure
* Add/edit GL Accounts
* View a real-time balance sheet
* Set beginning balances

<img src="https://mintcdn.com/tight-7c882d74/PBb8Gf8jW9PRt_Fg/embeddable-ui/plain-js/images/accountingDashboard.gif?s=2210cafe9271cb910cb6ad604f853933" alt="Chart of Accounts Demo" width="640" height="412" data-path="embeddable-ui/plain-js/images/accountingDashboard.gif" />

## Embedding the Chart of Accounts

To initialize the Tight Embedded experience using plain Javascript in your project, follow the instructions on [Embedding Tight's white-labeled UI](/embeddable-ui/plain-js/patterns/embedding).

Below is an example JS embedding of the Chart of Accounts:

```javascript theme={null}
Tight.renderScreen(elementId, 'chartOfAccounts');
```
