> 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/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://overleaf-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.
