> 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/053-how-do-i-archive-and-unarchive-projects.md).

# 我該如何封存與取消封存專案？

## 簡介

Overleaf 提供兩個資料夾，協助您整理專案：

* **已封存專案**：適用於你想保留（封存）但希望從專案儀表板主清單中移除的專案。已封存的專案會 *不* 在待刪除佇列中。
* **已刪除專案**：適用於你打算永久刪除的專案。若需刪除專案的協助，請參閱 [我要如何移除或刪除專案？](/latex/zh-tw/zhi-shi-ku/059-how-do-i-remove-or-delete-a-project.md)

更多資訊請參閱 Overleaf 部落格文章，主題為 [讓專案保持有條理](https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized).

## 封存單一專案

若要封存單一專案，請依照以下步驟進行，下方截圖中也有示範：

1. 針對你想封存的專案，選取 **封存** 圖示，位於 **動作** 欄位中。
2. 系統會顯示確認彈出視窗。
3. 選擇 **確認** 以將專案移至 **已封存專案** 資料夾。

![如何封存 Overleaf 專案](/files/a8402acdcf25bb71b7cfe99b4235ce7ab345336a)

## 取消封存單一專案

若要取消封存專案，請先選取 **已封存專案** 專案儀表板左側的資料夾（篩選器），然後點選 **還原** 圖示以取消封存。

![如何取消封存 Overleaf 專案](/files/17f51a22b985c46a045969b0416999ccbf45d42f)

## 封存多個專案

若要封存多個專案，請依照以下步驟進行，下方截圖中也有示範：

1. 針對每個要封存的專案，勾選專案標題旁的核取方塊。
2. 從按鈕選單（見下方截圖）中，選取 **封存** 圖示以封存你選取的專案。
3. 系統會顯示確認彈出視窗。
4. 選擇 **確認** 以將所選專案移至 **已封存專案** 資料夾。

![封存多個 Overleaf 專案](/files/f426d0cceb8a329835ddbe9514615d4bd82121af)

## 取消封存多個專案

若要取消封存多個專案，請依照以下步驟進行，下方截圖中也有示範：

1. 選擇 **已封存專案** 以檢視你已封存的專案。
2. 選取你想取消封存的專案。
3. 選擇 **還原** 按鈕以取消封存所選專案。

![取消封存多個 Overleaf 專案](/files/7e521ecc873453f4f3ad43cd2b22082d116cc5db)


---

# 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/053-how-do-i-archive-and-unarchive-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.
