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

# Transactions Dashboard

> The fully-featured experience for viewing and managing bank transactions

## Overview

The Transactions Dashboard is all you need to provide full transaction classification to your users, with a full user experience allowing your users to:

* Link bank accounts and credit cards
* See how transactions were segmented between revenue, expenses, refunds, bank transfers, and tax payments
* Drill into payouts, to understand which invoices, merchant fees, and other line items comprise a payout
* Review any transactions that Tight AI could not confidently categorize
* View/filter/search for transactions

<img src="https://mintcdn.com/tight-7c882d74/PBb8Gf8jW9PRt_Fg/embeddable-ui/plain-js/images/transactionDashboard.gif?s=e31bf9f1a031d526d2cc0f7ac04161a7" alt="Transaction Dashboard Demo" width="1129" height="600" data-path="embeddable-ui/plain-js/images/transactionDashboard.gif" />

## Embedding the Transactions Dashboard

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 Transactions Dashboard:

```JS theme={null}
Tight.renderScreen(elementId, 'transactionDashboard');
```
