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

# General Ledger

> View and manage a business's general ledger entries

## Overview

The General Ledger provides a GL account-specific view into accounting transactions, allowing business owner-operators and bookkeepers to:

* View transactions specific to a given GL account
* See running debits/credits and how each transaction impacts the balance for the given GL account
* Edit transactions
* Download GL data into a spreadsheet

<img src="https://mintcdn.com/tight-7c882d74/PBb8Gf8jW9PRt_Fg/embeddable-ui/plain-js/images/generalLedger.gif?s=dbe8410ae5f13a05254c52f28de5703e" alt="General Ledger Demo" width="979" height="600" data-path="embeddable-ui/plain-js/images/generalLedger.gif" />

## Embedding the General Ledger

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 General Ledger:

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