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

# FAQs

<details>

<summary><strong>How does Kick get my transactions?</strong></summary>

Kick connects to your bank accounts and financial tools through Plaid (which covers 12,000+ institutions) and direct integrations with Ramp, Mercury, Gusto, Stripe, and PayPal. Once connected, transactions sync automatically - typically within a few hours of settling.

</details>

<details>

<summary><strong>How accurate is the automatic categorization?</strong></summary>

Kick [categorizes](/common-workflows/categorization.md) approximately 97% of transactions correctly on the first pass. When it's not confident, it leaves the transaction uncategorized for you to review. The more corrections you make (or [Rules](/common-workflows/rules.md) you set), the more accurate Kick becomes for your specific business.

</details>

<details>

<summary><strong>Can I manage more than one business in Kick?</strong></summary>

Yes. You can add multiple entities to a single workspace and manage them all from one place. Multi-entity is included on all plans at no extra cost.

→ [Multi-Entity](/setting-up/multi-entity.md)

</details>

<details>

<summary><strong>Can my accountant access my Kick workspace?</strong></summary>

Yes. Invite them from **Settings** → **Members**, choose the appropriate role, select which entities they should access, and click **Send invite**.

For details on roles → [Invite Your Team](/setting-up/invite-your-team.md)

</details>

<details>

<summary><strong>What if I use a personal card for business expenses?</strong></summary>

Connect your personal accounts to the Personal entity. Transactions there won't hit your books until you review and move them across. It's the best way to make sure no business expense gets missed.

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

</details>

<details>

<summary><strong>How far back does Kick pull in transaction history?</strong></summary>

Typically 6 to 24 months depending on your bank. For older data, use the [Universal Importer](/setting-up/universal-importer.md) to upload historical bank statements.

</details>

<details>

<summary><strong>What's the difference between the Free and paid plans?</strong></summary>

The Free plan covers up to 250 transactions per year and includes core features like auto-categorization and reporting. Paid plans unlock unlimited transactions, reconciliation, additional integrations, and multi-entity support.

→ [Plan Comparison](/reference/plan-comparison.md)

</details>

<details>

<summary><strong>Is my financial data secure?</strong></summary>

Yes. Kick uses bank-level encryption and industry-standard security practices to protect your data.

→ [Security](/reference/security.md)

</details>


---

# 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/troubleshooting/faqs.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.
