> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/knowledge-base/146-using-tags-to-organize-your-overleaf-projects.md).

# Using tags to organize your Overleaf projects

It’s easy to organize your Overleaf projects using tags. These tags are personal to you (your collaborators won’t see them) and you can use as many as you like in whatever combination you like. Below you’ll find step-by-step instructions for using tags on your projects.

* **Note**: To add tags to a project, use a desktop, laptop, or tablet device. Mobile phones are not currently supported for this feature.

## Creating a new tag

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

![Displaying an Overleaf project without tags](/files/dYb6uDqUDobmJUzBLbbQ)

5. 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.

![Naming a new tag](/files/mL9nlft89tOFT6MMm1iC)

10. 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).

![Choosing a Tag color](/files/yC4xCco3Ub8gzSQ6Vv6a)

15. Click **Create**

* And there you have it – a new tag.

## Adding tags to your projects

To add a tag (or tags) to your projects, simply follow the steps below.

1. In your project dashboard, tick the box next to the Title of the project(s) you’d like to tag.

![Adding a tag to a project](/files/NwzunCHTMGyeMIcFVyPz)

5. Click the Tag icon above the project list (as shown above).
6. Select the tag(s) you want to add to the project(s).

* You can have multiple tags on a project if you wish.

![Adding multiple tags to an Overleaf project](/files/rLRAFzuqBL7zpDBStEmZ)

And you’re done – the project(s) you’ve selected will be all tagged up.

## Viewing projects with a specific tag

Once you’ve tagged your projects, 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.

![Viewing projects with a specific tag](/files/dk6QVmzCKMLKu9f20G1n)

## Changing the name or color of a tag

It’s easy to change the name or color of your tag at any time. This won’t affect which projects you’ve tagged, just the name/color.

1. In your list of tags (bottom left of your project dashboard), hover over the tag you wish to edit and click the drop-down arrow.

![Editing a tag](/files/IJEQw7lGGAbjGZIfDgki)

5. Click **Edit**

* You can then follow the steps shown in the [Creating a new tag](#creating-a-new-tag) section above to change the name and/or color of your tag.

![Editing a tag color](/files/y1WrXFQwyUL83OVR5cCO)

10. Click **Save**

* Your changes will be saved and renamed tag will appear on the projects it was already attached to.

## Deleting a tag

If you no longer need a tag, you can delete it. This **won’t** delete the projects under this tag, just the tag itself. The tag will be removed from the Tags list and it will no longer appear next to the project Titles it was attached to.

1. In your list of tags (bottom left of your project dashboard), hover over the tag you wish to delete and click the drop-down arrow.

![Editing a tag](/files/IJEQw7lGGAbjGZIfDgki)

5. Click **Delete**
6. You will be asked if you’re sure you want to delete the tag. If you are, click **Delete**.

![Deleting a tag](/files/x3O3khvvBruzZt4mPpSe)

And you’re done. The tag is deleted.


---

# 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://overleaf-pro.ayaka.space/latex/knowledge-base/146-using-tags-to-organize-your-overleaf-projects.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.
