> ## Documentation Index
> Fetch the complete documentation index at: https://docs.treasury.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Tags

> Label transactions across categories to track a trip, project, or event from start to finish.

## Overview

Your tags are found in [Settings > Tags](https://app.treasury.sh/settings/tags). This is where you create and manage tags — flexible labels that group transactions *across* categories, so you can see the full cost of a trip, project, or event in one place.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/treasury/OmhP8gkUyyErM0vq/images/tags/overview-light.png?fit=max&auto=format&n=OmhP8gkUyyErM0vq&q=85&s=fdc363540fc10861448301011a47f84e" alt="The Tags page listing the user's tags" width="2880" height="1800" data-path="images/tags/overview-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/treasury/OmhP8gkUyyErM0vq/images/tags/overview-dark.png?fit=max&auto=format&n=OmhP8gkUyyErM0vq&q=85&s=ea608ab09412bd0908d0952d45d5122a" alt="The Tags page listing the user's tags" width="2880" height="1800" data-path="images/tags/overview-dark.png" />
</Frame>

## What you can do here

* **Create** tags for trips, projects, events, or any theme.
* **Apply** a tag to transactions across any categories.
* **Filter** transactions — or build a [budget](/core/budgets) — by tag.
* **Edit** and **delete** tags, reassigning where needed.

## What are Tags?

Tags let you label and group transactions across different categories. They're perfect for tracking spending tied to a specific event, project, or goal.

For example, you could tag all your transactions related to your **Lapland 2025** trip — flights, hotels, and winter gear — as **Lapland 2025**. Later, you can filter your transactions by that tag to see the total cost of your trip, regardless of which categories those expenses were in.

## Create Tags

To create a new tag, navigate to **Settings → Tags** and click **New Tag**.\
A window will appear where you can enter a **name** and an optional **description**.

After filling in the details, click **Create**, and your new tag will be added to your list.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/treasury/OmhP8gkUyyErM0vq/images/tags/new-light.png?fit=max&auto=format&n=OmhP8gkUyyErM0vq&q=85&s=c91e26ea9fc612bdf9b6eedbd9234204" alt="The New Tag dialog with name and description fields" width="2880" height="1800" data-path="images/tags/new-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/treasury/OmhP8gkUyyErM0vq/images/tags/new-dark.png?fit=max&auto=format&n=OmhP8gkUyyErM0vq&q=85&s=1d9939cf00547a89a322ca82d772f9fd" alt="The New Tag dialog with name and description fields" width="2880" height="1800" data-path="images/tags/new-dark.png" />
</Frame>

## Edit Tags

To edit an existing tag, go to **Settings → Tags**, find the tag you want to change, click the **⋯ (three dots)** next to it, and select **Edit Tag**.

You can update the **name** or **description**. After making your changes, click **Save Changes** to update the tag.

## Delete Tags

To delete a tag, go to **Settings → Tags**, click the **⋯ (three dots)** next to the tag, and select **Delete Tag**.

If the tag is attached to existing transactions, Treasury will ask how you’d like to handle them:

* **Remove the tag** — transactions will simply lose that tag.
* **Reassign to another tag** — choose a different tag to keep them grouped.

After selecting your preference, click **Delete Tag** to confirm.

<Tip>
  Tags shine for anything that cuts **across** categories — a trip, a renovation, a side hustle, or shared expenses. Apply a tag to transactions, then [filter](/core/transactions) by it or build a [budget](/core/budgets) scoped to that tag to see the full picture.
</Tip>

## FAQ

<AccordionGroup>
  <Accordion title="When should I use a tag instead of a category?">
    Use a tag when you want to track something that spans categories — a trip's flights (Travel), hotels (Travel), and dinners (Food) all under one **Japan 2026** tag. Categories answer *what* you spent on; tags answer *why*.
  </Accordion>

  <Accordion title="Can a transaction have more than one tag?">
    Yes. A transaction has a single category but can carry multiple tags, so you can slice your spending in several ways at once.
  </Accordion>

  <Accordion title="How do I see everything for one tag?">
    [Filter your transactions](/core/transactions) by the tag to see the total, or create a [budget](/core/budgets) scoped to that tag to track it against a target.
  </Accordion>

  <Accordion title="What happens to transactions when I delete a tag?">
    You can simply remove the tag from them, or reassign them to a different tag — your transactions stay put either way.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Transactions" icon="receipt" href="/core/transactions">
    Add tags to transactions and filter by them.
  </Card>

  <Card title="Categories" icon="shapes" href="/core/categories">
    Categories group by *what* you spent on; tags group by *why*.
  </Card>

  <Card title="Budgets" icon="chart-pie" href="/core/budgets">
    Scope a budget to a single tag for trips and projects.
  </Card>
</CardGroup>
