> For the complete documentation index, see [llms.txt](https://docs.kick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kick.co/setting-up/connect-your-accounts-and-integrations.md).

# Connect Your Accounts

### How connections work

Kick supports three ways to bring financial data in:

* **Plaid:** connects to over 12,000 banks and credit cards. This is the primary method for most accounts.
* **Direct connections**: native [integrations](/integrations/integrations.md) for tools like Ramp, Mercury, Gusto, Stripe, and PayPal with richer data syncing, including auto-splits and receipt matching.
* **Universal Importer**: upload PDF bank statements or CSVs for institutions not supported by Plaid, or to backfill historical data.

***

### Connect a bank or credit card

1. Go to the **Accounts** tab
2. Click **Add account**
3. Select your institution from the list, or search for it
4. Complete the login flow to authorize the connection
5. Confirm whether each account is **Personal** or **Business**
6. Click **Continue**

Once connected, Kick begins syncing transactions automatically from your bookkeeping start date.

{% hint style="info" %}
When you connect a bank, all accounts at that institution are imported. Each account can be assigned to a different entity if you have multiple businesses.
{% endhint %}

#### Transaction history

Kick pulls in as much history as your bank provides through Plaid - typically 6 to 24 months depending on the institution. If you need older data, upload historical statements via the [Universal Importer](/setting-up/universal-importer.md).

***

### Personal accounts

If you sometimes use a personal bank account or credit card for business expenses, connect it as a **Personal** account. Transactions from personal accounts don't post to your books automatically - you review them and move any business expenses across manually.

→ [Personal to Business](/common-workflows/personal-to-business.md)

***

### Manage connections

To view, reconnect, or remove an account, go to **Accounts** and click on any connected account to see its settings. If a connection breaks (this can happen when a bank requires re-authentication), Kick will flag it and prompt you to reconnect.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/connect-your-accounts-and-integrations.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.
