> For the complete documentation index, see [llms.txt](https://support.lunchmoney.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.lunchmoney.app/setup/tags/faq.md).

# FAQ

### Frequently Asked Questions

1. [What's the difference between tags and categories?](#whats-the-difference-between-categories-and-tags)
2. [How do I request a new feature for Tags?](#how-do-i-request-a-new-feature-for-tags)

***

## What’s the difference between categories and tags?

Both tags and categories are used to organize your transactions, yet they serve different purposes. Check out the comparison table below, outlining the main differences:

<table><thead><tr><th width="439"></th><th>Tags</th><th>Categories</th></tr></thead><tbody><tr><td>Transactions can be assigned more than one</td><td>✅</td><td>❌</td></tr><tr><td>Can be set as rule condition</td><td>❌</td><td>✅</td></tr><tr><td>Can be set as rule action</td><td>✅</td><td>✅</td></tr><tr><td>Stats and Trends reports</td><td>❌</td><td>✅</td></tr><tr><td>Query Tool reports</td><td>✅</td><td>✅</td></tr><tr><td>Can be color-coded</td><td>✅</td><td>❌</td></tr><tr><td>Can be budgeted for</td><td>❌</td><td>✅</td></tr></tbody></table>

To learn more about categories,[ ](https://support.lunchmoney.app/setup/tags)[see here](/setup/categories.md), and [here](/finances/transactions/transaction-enhancements.md#categories).

## How do I request a new feature for Tags?

We are always looking for feedback on new features, and recommend checking out the Feedback Board to vote on existing feature requests, or create new ones: <https://feedback.lunchmoney.app/categories-tags>

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXcD0LsLop62vc_5X0Yy9pADwT9IVsdkLfi_THQjfSQElEI3pKrS0y__TQULlqaeI3bUjDnOyE7LB1eeFmDV0C5X8Z7T0YkKh31ElKrs_p5Hod7vLR8swdC3G-Ahjh2dsUa99RupYKDiqn5WE_UB3lmPJqlS?key=tb-5DGGaZOe9ZSDJnA95sg" alt=""><figcaption></figcaption></figure>


---

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