> 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/integrations/integrations.md).

# Overview

Kick connects to your financial accounts in three ways:

* **Plaid:** connects to 12,000+ banks and credit cards. The primary method for most accounts.
* **Direct integrations:** native connections for Ramp, Mercury, Gusto, Stripe, PayPal, and Bill.com with richer data syncing, automatic splits, and receipt matching.
* [**Universal Importer**](/setting-up/universal-importer.md)**:** upload PDF bank statements or CSVs for institutions not supported by Plaid, or to backfill historical data.

***

### Connect an account

1. Go to the **Accounts** tab
2. Click **Add account**
3. Select your institution or integration and follow the prompts

Once connected, transactions sync automatically.

***

### Available integrations

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Stripe &#x26; PayPal</strong></td><td>Sync payments, fees, and payouts automatically</td><td><a href="/pages/Et6FZS7X6laUuynAcsDQ">/pages/Et6FZS7X6laUuynAcsDQ</a></td></tr><tr><td><strong>Ramp</strong></td><td>Sync credit card transactions, reimbursements, and bills</td><td><a href="/pages/ubhh7AHiZ5CFf3DGGJmN">/pages/ubhh7AHiZ5CFf3DGGJmN</a></td></tr><tr><td><strong>Mercury</strong></td><td>Sync bank transactions and statements directly</td><td><a href="/pages/7cmLLhAnm806MgFV1D7W">/pages/7cmLLhAnm806MgFV1D7W</a></td></tr><tr><td><strong>Gusto</strong></td><td>Sync payroll runs broken out by expense type automatically</td><td><a href="/pages/lUuB6E6rmQLb4OFrCAQW">/pages/lUuB6E6rmQLb4OFrCAQW</a></td></tr><tr><td><strong>Bill.com (coming soon)</strong></td><td>Sync bills, vendors, and payments directly</td><td><a href="/pages/ygIlfv22pP2pFMyfv0Yn">/pages/ygIlfv22pP2pFMyfv0Yn</a></td></tr><tr><td><strong>Manage Integrations</strong></td><td>Fix disconnections, reassign accounts, and update settings</td><td><a href="/pages/BtBt0KBWRYy4AT1IRYDC">/pages/BtBt0KBWRYy4AT1IRYDC</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kick.co/integrations/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
