> 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-tw/zhi-shi-ku/146-using-tags-to-organize-your-overleaf-projects.md).

# 使用標籤整理你的 Overleaf 專案

使用標籤可以輕鬆整理你的 Overleaf 專案。這些標籤只屬於你個人（你的協作者看不到），而且你想用多少就用多少，也可以自由搭配。下面你會找到在專案中使用標籤的逐步說明。

* **注意**: 若要為專案新增標籤，請使用桌上型電腦、筆記型電腦或平板裝置。此功能目前不支援手機。

## 建立新標籤

1. 在你的專案儀表板中，點擊 **新增標籤** （左下角）

![顯示沒有標籤的 Overleaf 專案](/files/85125774ca6702d773a34d674a0fa11e9d308a2b)

5. 輸入新標籤的名稱

* 任何你想要的名稱都可以——只要確保它是唯一的，且你以前沒有用過。

![為新標籤命名](/files/306f3050851cd9e43ad92dba6b398f99cf098480)

10. 選擇標籤顏色

* 這能幫助你快速辨識和識別你的標籤。你可以從我們提供的九種預設顏色中選擇，或使用色彩對照表，或者輸入 HEX 或 RGB 值來建立自己的顏色（如下所示）。

![選擇標籤顏色](/files/2a6d4d8d2cce1e5555a6e43a9e352e719229150e)

15. 點擊 **建立**

* 這樣你就完成了——一個新標籤。

## 將標籤新增至你的專案

若要為你的專案新增一個（或多個）標籤，只要依照以下步驟操作即可。

1. 在你的專案儀表板中，勾選你想加上標籤的專案標題旁邊的方框。

![為專案新增標籤](/files/e96eb379d0c3fc7ada2b00d600762ccfa96786f2)

5. 點擊專案列表上方的標籤圖示（如上所示）。
6. 選取你想新增到專案中的標籤。

* 如果你願意，一個專案可以有多個標籤。

![為 Overleaf 專案新增多個標籤](/files/9de5beb5d0166f361fda36dab7f3c5f9d2cb80c1)

這樣就完成了——你選取的專案都會加上標籤。

## 查看具有特定標籤的專案

一旦你為專案加上標籤，就可以在專案儀表板中輕鬆查看所有具有特定標籤的專案。

你可以透過以下任一方式來做到：

* 點擊專案儀表板左下角的標籤名稱。

或

* 點擊專案標題旁的標籤名稱。

![查看具有特定標籤的專案](/files/12d1ad9d4e631a129e79394d340f446969aa36f2)

## 變更標籤名稱或顏色

你可以隨時輕鬆變更標籤的名稱或顏色。這不會影響你已標記的專案，只會影響名稱／顏色。

1. 在你的標籤清單中（專案儀表板左下角），將滑鼠移到你想編輯的標籤上，然後點擊下拉箭頭。

![編輯標籤](/files/d1acfb58641d8fdfba926a089f78cb1e1e7582a9)

5. 點擊 **編輯**

* 接著你可以依照上方 [建立新標籤](#creating-a-new-tag) 章節中顯示的步驟，變更標籤的名稱和／或顏色。

![編輯標籤顏色](/files/8552d0882a9faa7dc821ba72980c3a8127144988)

10. 點擊 **儲存**

* 你的變更將會儲存，而重新命名後的標籤會顯示在原本已套用它的專案上。

## 刪除標籤

如果你不再需要某個標籤，可以將它刪除。這 **不會** 刪除這個標籤底下的專案，只會刪除標籤本身。該標籤會從標籤清單中移除，也不會再顯示在它所套用專案的標題旁。

1. 在你的標籤清單中（專案儀表板左下角），將滑鼠移到你想刪除的標籤上，然後點擊下拉箭頭。

![編輯標籤](/files/d1acfb58641d8fdfba926a089f78cb1e1e7582a9)

5. 點擊 **刪除**
6. 系統會詢問你是否確定要刪除該標籤。如果確定，請點擊 **刪除**.

![刪除標籤](/files/6c9807e736a76bd335d33d838c6985f88e48fe4d)

這樣你就完成了。標籤已刪除。


---

# 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-tw/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.
