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

# Categorization

### How it works

When [transactions](/common-workflows/transactions.md) sync into Kick, the AI categorizes approximately 97% of them on the first pass - things like meals, software subscriptions, payroll, rent, and revenue. Your [Profit & Loss](/reports/profit-and-loss.md) updates in real time as transactions are categorized.

When Kick's confidence is low, the transaction is left uncategorized for you to review manually.

***

### Correcting a category

If Kick gets a category wrong, click the transaction and update it. Kick will prompt you to apply the same change to similar transactions - both historical and going forward. Confirming this teaches Kick how to handle that type of transaction in the future.

***

### Rules

For transactions that should always be categorized a specific way, create a Rule. Rules override AI categorization and run automatically whenever a matching transaction syncs.

For example:

* Always categorize Amazon transactions as *Supplies & Equipment*
* Always move Apple charges to a specific business entity and categorize as *Computers*

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

***

### Uncategorized transactions

Uncategorized transactions appear when Kick isn't confident enough to assign a category automatically. Review these regularly - they won't appear on your P\&L until categorized, which means your reports won't be complete until they're cleared.

Filter the Transactions tab by **Status → Uncategorized** to see them all in one place.

***

### Categories vs. General Ledger Accounts

Categories are the plain-language labels you see on your transactions - *Meals & Entertainment*, *Software*, *Payroll*, etc. Each category maps to an account in your chart of accounts, which is what actually drives your financial reports.

For most business owners, you won't need to think about chart of accounts - Kick handles the mapping automatically, but your accountant can adjust the mappings if needed.


---

# 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/categorization.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.
