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

# Income Dashboard

> The fully-featured experience for viewing and managing income

## Overview

The Income Dashboard is all you need to provide full insight into business income to your users, with a full user
experience allowing your users to:

* Link bank accounts and credit cards
* See how Tight AI categorized transactions
* Review any transactions that Tight AI could not confidently categorize
* Drill into payouts, to understand which invoices, merchant fees, and other line items comprise a payout
* Visualize income over time
* View/filter/search for income

<img src="https://mintcdn.com/tight-7c882d74/vy9R1TCSlmf1xFdD/embeddable-ui/gifs/incomeDashboard/tightIncomeDashboard.gif?s=ffe79039926834db7e3c4f2f0e8b09d8" alt="Income Dashboard Demo" width="1067" height="600" data-path="embeddable-ui/gifs/incomeDashboard/tightIncomeDashboard.gif" />

## Embedding the Income 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 Income Dashboard:

```javascript theme={null}
Tight.render(containerId, "IncomeDashboard");
```
