> For the complete documentation index, see [llms.txt](https://docs.overleaf.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overleaf.com/managing-projects-and-files/organizing-projects-with-tags/creating-a-new-tag.md).

# Creating a new tag

1. In your project dashboard, click on **New Tag** (bottom left).

<figure><img src="/files/41wzmszV4pN7FaqrPOAS" alt="Overleaf dashboard with New Tag button indicated in the left pane" width="563"><figcaption></figcaption></figure>

2. Enter a name for your new tag

This can be anything you want—just make sure it’s unique and you haven’t used it before.

<figure><img src="/files/MVeq5ECimnlPfhbfpxz6" alt="Image showing New Tag name dialog" width="563"><figcaption></figcaption></figure>

3. Pick a tag color

This will help you quickly spot and identify your tags. You can choose from our nine preset colors or create your own by using the color map or entering the HEX or RGB values (as shown below).

<figure><img src="/files/uK4TNNjr845nbNUuZJeJ" alt="Image showing Tag colour picker" width="563"><figcaption></figcaption></figure>

4. Click **Create.**

And there you have it—a new tag.

***

## Viewing projects with a specific tag

You can easily view all the projects with a specific tag in your project dashboard.

To do this, you can either:

* Click the tag name in the bottom left of your project dashboard.

OR

* Click the tag name next to the Title of your project.

<figure><img src="/files/dpBMtC3kTrxLsDMELVI2" 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://docs.overleaf.com/managing-projects-and-files/organizing-projects-with-tags/creating-a-new-tag.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.
