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

# Wave Import

> Import accounting data from Wave

## 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 hundreds of businesses off of QuickBooks Online using Tight's Wave Import functionality.

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

## 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');
```
