# Mercury

### Connecting Mercury

1. Go to the **Accounts** tab.
2. Click **Add account** and select **Mercury**.
3. Authorize the connection through Mercury's login flow.
4. Select the entity your Mercury integration relates to
5. Click **Continue**.

Kick connects to all Mercury accounts associated with the login used during authorization. This includes checking, savings, credit card, and treasury accounts.

***

### What syncs

| Account type | Transactions | Bank statements |
| ------------ | ------------ | --------------- |
| Checking     | ✅            | ✅               |
| Savings      | ✅            | ✅               |
| Credit card  | ✅            | ❌               |
| Treasury     | ✅            | ❌               |

Transactions sync automatically once the connection is authorized. Bank statements for checking and savings accounts sync into the Documents tab and are available for reconciliation.

***

### Treasury accounts

Mercury treasury accounts include investment activity beyond standard banking. Kick syncs the following treasury transaction types:

* Deposits and withdrawals
* Dividends
* Interest
* Fees

{% hint style="info" %}
Bank statements are not yet available via the API for treasury and credit card accounts. Upload these manually from Mercury if needed for reconciliation.
{% endhint %}

***

### Direct integration vs. Plaid

Mercury accounts can be connected via Plaid, but the direct integration offers richer data and broader account coverage. For the best experience, we recommend using the direct integration.


---

# 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/integrations/mercury.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.
