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

# Banks & Integrations

> Comprehensive standalone management for a user’s financial accounts

## Overview

The Banks & Integrations page gives users a clear and intuitive way to manage all of their financial accounts, including:

* Linking bank accounts through native integrations (e.g. Plaid)
* Creating and maintaining manual accounts
* Managing beginning balances across all account types
* Editing start dates for linked accounts
* Addressing connection or credential issues
* Cleaning up accounts through guided merge tools

## Embedding Banks & Integrations

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 Banks & Integrations page:

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