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

# Journal

> Create and manage journal entries for a business

## Overview

The Journal displays running debits and credits for all accounting transactions. While business owner-operators don't typically access this view, it allows bookkeepers to:

* Review debits/credits in manner that bookkeepers are used to
* Add manual journal entries, which can be required in extreme edge cases
* View a Trial Balance report

<img src="https://mintcdn.com/tight-7c882d74/PBb8Gf8jW9PRt_Fg/embeddable-ui/plain-js/images/journal.gif?s=9c0b6312e42c2cef2f4ce83686200974" alt="Journal Demo" width="973" height="600" data-path="embeddable-ui/plain-js/images/journal.gif" />

## Embedding the Journal

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 Journal:

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