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

# 如何归档和取消归档项目？

## 引言

Overleaf 提供两个文件夹，帮助你整理项目：

* **已归档项目**：用于你想保留（归档）但希望从项目仪表板主列表中移除的项目。已归档的项目是 *不* 待删除的队列中。
* **回收站项目**：用于你打算永久删除的项目。有关删除项目的帮助，请参见 [如何移除或删除项目？](/latex/zh-cn/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/110c27c06d87184e6b985b4412517b76d715b229)

## 取消归档单个项目

要取消归档项目，首先选择 **已归档项目** 文件夹（筛选器）在你的项目仪表板左侧，然后点击 **恢复** 图标以取消归档。

![如何取消归档 Overleaf 项目](/files/4f4f70fda7b62b01e2d666f55f3cb881df1c568a)

## 归档多个项目

要归档多个项目，请按照以下步骤操作，下面的截图中也有展示：

1. 对于每个要归档的项目，请选中项目标题旁边的复选框。
2. 从按钮菜单（见下方截图）中选择 **归档** 图标以归档你选中的项目。
3. 系统会显示一个确认弹窗。
4. 选择 **确认** ，将所选项目移至 **已归档项目** 文件夹。

![归档多个 Overleaf 项目](/files/98e5cc82164755018b019d96ed44b361113c5864)

## 取消归档多个项目

要取消归档多个项目，请按照以下步骤操作，下面的截图中也有展示：

1. 选择 **已归档项目** 以查看你的已归档项目。
2. 选择你想取消归档的项目。
3. 选择 **恢复** 按钮以取消归档所选项目。

![取消归档多个 Overleaf 项目](/files/bf3585050a673da4519e728d24cfaefc9e2bd4f2)


---

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