> 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/common-workflows/splits.md).

# Splits

### When to use splits

Use splits when a single transaction needs to be divided - for example:

* A charge that covers both office supplies and software
* A shared expense (like rent or insurance) that should be split across multiple businesses
* A loan payment that includes both principal and interest

***

### Split a transaction

1. Click the transaction to open the details panel
2. Click **Split transaction**
3. Add line items and allocate each portion by amount or percentage
4. Assign a category to each line
5. Click **Save**

The split amounts must add up to the original transaction total. To undo a split, open the transaction and click **Unsplit**.

***

### Split by amount vs. percentage

* **By amount** - use when you have exact figures, like a loan amortization schedule
* **By percentage** - use for recurring allocations, like splitting a shared expense proportionally across businesses

***

### Splitting across businesses

If you have multiple entities, you can split a transaction and assign each portion to a different business. Kick automatically creates the intercompany accounting entries on both sides - you don't need to do anything manually.

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

***

### Automate with Rules

For transactions that always need the same split - like a recurring insurance bill that's always divided the same way - create a Split Rule to handle it automatically every time it syncs.

→ [Rules](/common-workflows/rules.md)

***

### Integration splits

Some integrations split transactions automatically:

* [**Stripe**](/integrations/payment-processors.md) - splits payouts into gross revenue, fees, and net
* [**PayPal**](/integrations/payment-processors.md) - splits payments into revenue and fees
* [**Gusto**](/integrations/gusto.md) - splits each payroll run into wages, payroll taxes, and benefits

These happen automatically once the integration is connected.


---

# 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/common-workflows/splits.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.
