# Universal Importer

### When to use the Universal Importer

* Your client's bank is not supported by Plaid (e.g., local credit unions)
* You need historical data beyond what Plaid provides for an existing connected account
* You're doing catch-up bookkeeping with statements from closed accounts
* You only have paper statements that have been scanned

{% hint style="info" %}
**Important:** The Universal Importer is available on all paid plans. If you are on the free plan, upgrade to access this feature.
{% endhint %}

***

### Supported file types

* PDF, including scanned PDFs
* CSV

***

### Import transactions

1. Go to the **Accounts** tab
2. Click **Add account** and select **Import transactions**
3. Drag and drop your files, browse from your computer, or select from the **Documents** tab. You can upload PDFs and CSVs for multiple accounts at once.
4. Kick extracts account information, balances, and transactions automatically. Review the extracted data before importing.
5. Select the entity and either create a new account or map to an existing one. If you're backfilling history for a connected account, select that account here.
6. Click **Import** to create the transactions.

{% hint style="info" %}
When you upload files for multiple accounts in a single batch, Kick automatically detects which account each file belongs to and sorts them accordingly.
{% endhint %}

{% hint style="info" icon="lightbulb" %}
Extraction and import may take a few minutes depending on the number of files and transactions. You can navigate away and come back — the import will continue processing.
{% endhint %}

***

### Review extracted data

<div data-with-frame="true"><figure><img src="/files/wKxr0xUL0qmOZksSD3Gh" alt=""><figcaption></figcaption></figure></div>

After uploading, Kick presents the extraction in a side-by-side view — a preview of the source document on the left and the extracted transactions in an editable table on the right. You can modify:

* **Dates** — Adjust transaction dates if the extraction parsed them incorrectly
* **Descriptions** — Edit or clean up transaction descriptions
* **Cash in / Cash out** — Correct amounts in either column
* **Opening and closing balances** — Edit the extracted balance figures for the statement period

The table includes built-in arithmetic validation: opening balance + cash in − cash out = closing balance. If the totals don't align, Kick flags the discrepancy so you can correct it before importing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kick.co/setting-up/universal-importer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
