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

# Bookkeeper Dashboard

> Manage the books for all the businesses on your Virtual Bookkeeping platform

## Overview

Tight's Virtual Bookkeeping platform allows you to enable your own virtual bookkeeping business or embedded accounting
features within days, with QuickBooks-like functionality, but with significantly increased efficiency for your
bookkeeping team. Tight’s proven platform is used by thousands of accountants, virtual bookkeepers, tax preparers and
Fintech platforms to efficiently service hundreds of thousands of small business clients.

From the Accountant Dashboard, bookkeepers can easily manage bookkeeping teammates (including granular permissions), add
new clients, perform bank reconciliations, generate/email reports, and securely log into their clients' accounts.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/tight-7c882d74/embeddable-ui/plain-js/images/accountingReconciliation.gif" alt="Bookkeeper Dashboard Demo" />

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

```JS theme={null}
Tight.renderAccountantDashboard(elementId);
```
