# Creating Tags

Creating new tags is possible from the Tags page, or when creating and updating transactions and rules. If you have a list of tags that you wish to create in advance, it’s easier to add them all via the Tags page directly. If you wish to create tags on the go, you can do so while creating or updating transactions or rules.

{% hint style="info" %}
Tags created from the Transactions or Rules page will only be created by name. The tags will not have a description or a color assigned. If you wish to add a description or set a color scheme, you can update the tags via the [Tags](https://my.lunchmoney.app/tags) page afterwards.
{% endhint %}

***

#### Jump to:

* [**How to create tags via the Tags page**](#how-to-create-tags-via-the-tags-page)
* [**How to create tags via the Transactions page**](#how-to-create-tags-via-the-transactions-page)
  * [In the transactions table](#in-the-transactions-table)
  * [In the ‘Transaction Details’ panel](#in-the-transaction-details-panel)
  * [With a CSV import](#with-a-csv-import)
* [**How to create tags via the Rules page**](#how-to-create-tags-via-the-rules-page)

***

## How to create tags via the Tags page

On the [Tags](https://my.lunchmoney.app/tags) page, you can easily add new detailed tags by clicking on the orange button located above the table:

1. Open the [Tags](https://my.lunchmoney.app/tags) page
2. Click on "Add a new tag"
3. In the table, enter a tag name (required) and a description (optional)
4. Click "Add" on the far-right of the row, OR press Enter on the keyboard

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc5JeFMykbEE4LUBjrf_hgjDS0x1QkFzChAPufVvohV4f9dqhyZTuV0Jybl3ointqNdaeYI5G4-_U7WgAP9uMxBqH4u-KUSN2ekAs1rC9DXuVxxho9pCCg52pN5f3oGP-wxgU64DSMObFkAGuWsI2Nu1EY?key=y8qoCvdOxd3ltTV1bl6vYA" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
If you then wish to set a color scheme for the new tag, click the little gray square to the right. For step-by-step instructions, [click here](/setup/tags/managing-tags.md#how-to-set-a-tags-color-scheme).
{% endhint %}

## How to create tags via the Transactions page

### In the transactions table

From the [Transactions](https://my.lunchmoney.app/transactions/) page, you can add new tags directly from the table by clicking on any empty cell under the ‘Tags’ column and typing a new tag name:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcwINIXYYEre1lyHB6iaBhaHXlug62Li2xqBsk24JY9sEJ-xv1-Mnb3QgfqB6K162Oj0rEiI2YILiIeZ8ZMDLSSMyvTN7GLekvMcmyRA-nU2Gv0KDQtTjY0je9JLN4poygNiEp61U_UZd6zJMqker_B__Va?key=y8qoCvdOxd3ltTV1bl6vYA" alt="" width="563"><figcaption></figcaption></figure>

### In the ‘Transaction Details’ panel

You can also add new tags from the ‘Transaction Details’ panel by clicking into the ‘Transaction Tag(s)’ field and typing a new tag name:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXefHWrQcoZoW9KHzuLHnCxlzouF-nsZX4tx9iM__ecQNQrCzm-FVpxeWTTZkbFAnKUaeD6yUGYaAA3oJ0wF-5iGccrAdvXe2lso7rreHVgsTm3GmKLfva-CdG8ZLqv2DhF358-6h_2iQPR0raPuL4X53kB2?key=y8qoCvdOxd3ltTV1bl6vYA" alt="" width="563"><figcaption></figcaption></figure>

### With a CSV import

Tags can also be created when [uploading a CSV file](https://my.lunchmoney.app/transactions/import) containing a ‘tags’ column. This means that you can easily upload automatically tagged transactions, whether the tag(s) already exist in Lunch Money or not.

If the tag name in the CSV file doesn’t already exist in your Lunch Money account, a new tag will be created automatically. If the tag name already exists, the transaction will be assigned the existing tag.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfwqMuIlK6nROfy6OQCNmMwlEqZCeKdL1PIS3-CUBDXksfgwrvKddWT2RmktfBOZWqULqNN4p2hmdZrj-7tPM0h7N3cOeg1JKIbOgzAbn3MNx0-5O8zUG5bsJ1j37NABCoqkh0ZxPwUyt89KJYExmIURp0o?key=y8qoCvdOxd3ltTV1bl6vYA" alt=""><figcaption></figcaption></figure>

## **How to create tags via the Rules page**

On the [Rules](https://my.lunchmoney.app/rules) page, when creating and editing rules with the “Add tags” action, you can add a new tag by clicking the ‘Set tags’ field and typing a new tag name:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdYLhC10mSreE2BD0aZrX-7mt1KB2Lmf_a1tbeKy0j3JzVmCh4cI-ZSaPtlFCGkCUqJmj1UxmGimCebcOxmkVvRnnIquaVZLsnrxlWN4aelSzisg4cueWQLv2G_nZVxaDHSA_uCYBMulexQGz-B0uNBm6g?key=y8qoCvdOxd3ltTV1bl6vYA" alt="" width="563"><figcaption></figcaption></figure>

<br>


---

# 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/tags/creating-tags.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.
