> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/146-using-tags-to-organize-your-overleaf-projects.md).

# 使用标签整理你的 Overleaf 项目

使用标签可以轻松整理你的 Overleaf 项目。这些标签仅对你可见（你的协作者看不到它们），而且你可以按任意组合使用任意数量的标签。下面你会找到在项目中使用标签的分步说明。

* **注意**：要向项目添加标签，请使用台式机、笔记本电脑或平板设备。目前手机不支持此功能。

## 创建新标签

1. 在你的项目仪表板中，点击 **新建标签** （左下角）

![不带标签的 Overleaf 项目显示](/files/2993043bc346e4e637d7642accaca181a141d167)

5. 为你的新标签输入名称

* 这个名称可以是任何你想要的——只要确保它是唯一的，并且你以前没有使用过它。

![为新标签命名](/files/c4f14dcab97b2eb386ba7f2d8f5b61e4e6fb7844)

10. 选择标签颜色

* 这将帮助你快速找到并识别你的标签。你可以从我们提供的九种预设颜色中选择，也可以使用颜色映射，或者输入 HEX 或 RGB 值来自定义颜色（如下所示）。

![选择标签颜色](/files/97297ef9b6039d678026e68187d8d8f13a8b9983)

15. 点击 **创建**

* 这样就好了——一个新标签已经创建。

## 向你的项目添加标签

要向你的项目添加一个或多个标签，只需按照下面的步骤操作。

1. 在你的项目仪表板中，勾选你想要添加标签的项目标题旁边的复选框。

![向项目添加标签](/files/bb43ba3aab28278020c20eb62c5835a3510607b1)

5. 点击项目列表上方的标签图标（如上所示）。
6. 选择你想要添加到项目中的标签。

* 如果你愿意，一个项目可以有多个标签。

![为 Overleaf 项目添加多个标签](/files/debf6ac52a88d3f5590a03379ae0670d0b6929f6)

然后就完成了——你所选的项目都会被加上标签。

## 查看带有特定标签的项目

一旦你为项目添加了标签，就可以在项目仪表板中轻松查看带有特定标签的所有项目。

你可以这样做：

* 点击项目仪表板左下角的标签名称。

或

* 点击项目标题旁边的标签名称。

![查看带有特定标签的项目](/files/b8982770c8a4de262fc96dcd639d5b5c2414a51e)

## 更改标签名称或颜色

你可以随时轻松更改标签的名称或颜色。这不会影响你已标记的项目，只会更改名称/颜色。

1. 在你的标签列表中（项目仪表板左下角），将鼠标悬停在你想编辑的标签上，然后点击下拉箭头。

![编辑标签](/files/8bb62e7aaf834a6cedc957a372ff514133ece68c)

5. 点击 **编辑**

* 然后你可以按照上方 [创建新标签](#creating-a-new-tag) 部分所示的步骤来更改标签的名称和/或颜色。

![编辑标签颜色](/files/49d9cfe6c6473c7ed52837deb5eb45aac5476db9)

10. 点击 **保存**

* 你的更改将被保存，重命名后的标签会出现在它之前已关联的项目上。

## 删除标签

如果你不再需要某个标签，可以将其删除。此操作 **不会** 删除该标签下的项目，只会删除标签本身。该标签将从标签列表中移除，并且不再显示在它所关联的项目标题旁边。

1. 在你的标签列表中（项目仪表板左下角），将鼠标悬停在你想删除的标签上，然后点击下拉箭头。

![编辑标签](/files/8bb62e7aaf834a6cedc957a372ff514133ece68c)

5. 点击 **删除**
6. 系统会询问你是否确定要删除该标签。如果确定，请点击 **删除**.

![删除标签](/files/6bdca08603057dcfd65cd77392491d048c65604b)

然后就完成了。标签已删除。


---

# 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://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/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.
