# Categories

Categories are an essential way to organize your transactions in Lunch Money. Every transaction can have at most one category and uncategorized transactions are highly discouraged!

***

### Category Properties

* [Treat as income](/setup/categories/category-properties.md#treat-as-income)
* [Exclude from budget](/setup/categories/category-properties.md#exclude-from-budget)
* [Exclude from totals](/setup/categories/category-properties.md#exclude-from-totals)

### Creating Categories

* [Category creation](/setup/categories/category-creation.md)
* [Auto-categorization](/setup/categories/auto-categorization.md)

### Category Groups

* [What are category groups](/setup/categories/category-groups.md#what-are-category-groups)
* [How to create a new category group](/setup/categories/category-groups.md#how-to-create-a-new-category-group)
* [How to add categories to an existing category group](/setup/categories/category-groups.md#how-to-add-categories-to-an-existing-category-group)

### Editing Categories

* [Reordering](/setup/categories/editing-categories.md#reordering)
* [Archiving](/setup/categories/editing-categories.md#archiving)
* [Merging](/setup/categories/editing-categories.md#merging)
* [Deleting](/setup/categories/editing-categories.md#deleting)

### FAQ

* [Frequently Asked Questions](/setup/categories/faq.md#frequently-asked-questions)


---

# 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://support.lunchmoney.app/setup/categories.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.
