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

# Financial Overview

> An intelligent overview of the business owner's monthly financials

## Overview

The Financial Overview is all you need to provide full financials to your users, including:

* Onboarding-related action items like linking bank accounts and credit cards
* Monthly financial summaries
* As-needed action items whenever the business owner's attention is needed (e.g. the purpose of a bank transaction is unknown)
* Access to financial reporting (e.g. Profit & Loss, Balance Sheet, etc.)

<img src="https://mintcdn.com/tight-7c882d74/P6zG6HbrO9e0AnSc/images/FinancialOverview.gif?s=8ac55417a8ed635e0cfe08cefaca4c4c" alt="Financial Overview Demo" width="1066" height="600" data-path="images/FinancialOverview.gif" />

## Embedding the Financial Overview

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 Financial Overview:

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