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

# QuickBooks Online Import

> Import accounting data from QuickBooks Online

## Overview

While [independent research shows that 62% of small businesses don't use any accounting software yet](https://www.tight.com/embedded-accounting-smb-vertical-software-report), leaving a major greenfield opportunity for your platform, Tight's customer-partners have also migrated thousands of businesses off of QuickBooks Online using Tight's QBO Import functionality.

The QBO Import functionality allows you to transfer a business’s QBO data into your embedded accounting platform, preserving the business’s historical financial information.

<img src="https://mintcdn.com/tight-7c882d74/PBb8Gf8jW9PRt_Fg/embeddable-ui/plain-js/images/qboImport.gif?s=1d5e2e1269b040e2151de9e19a29331a" alt="QuickBooks Online Import Demo" width="1115" height="600" data-path="embeddable-ui/plain-js/images/qboImport.gif" />

## Embedding the QuickBooks Online Import

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 Journal:

```javascript theme={null}
Tight.renderScreen(elementId, 'importQBO');
```
