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

# How do I archive and unarchive projects?

## Introduction

Overleaf provides two folders to help organize your projects:

* **Archived Projects**: for projects you want to keep around (archive) but wish to remove from the main list in your project dashboard. Archived projects are *not* in a queue to be deleted.
* **Trashed Projects**: for projects you intend to delete permanently. For help on deleting projects see [How do I remove or delete a project?](/latex/knowledge-base/059-how-do-i-remove-or-delete-a-project.md)

For more information see the Overleaf blog post on [keeping projects organized](https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized).

## Archiving a single project

To archive a single project follow these steps, which are shown in the screengrab below:

1. For the project you wish to archive, select the **Archive** icon in the **Actions** column.
2. A confirmation pop-up window is displayed.
3. Select **Confirm** to move the project to the **Archived Projects** folder.

![How to archive an Overleaf project](/files/YeF1zjK9mubB7mH2a0Au)

## Unarchiving a single project

To unarchive a project, first select the **Archived Projects** folder (filter) on the left-hand side of your Project Dashboard, and then click the **Restore** icon to unarchive it.

![How to unarchive an Overleaf project](/files/bdgvYdwiJh0EpDbAvCcN)

## Archiving multiple projects

To archive multiple projects follow these steps, which are also shown in the screengrab below:

1. For each project to be archived, select the check box next to the project title.
2. From the button menu (see screengrab below), select the **Archive** icon to archive your selected projects.
3. A confirmation pop-up window is displayed.
4. Select **Confirm** to move the selected projects to the **Archived Projects** folder.

![Archiving multiple Overleaf projects](/files/X74kfRIkbqlx3O74IE7Q)

## Unarchiving multiple projects

To unarchive multiple projects follow these steps, which are also shown in the screengrab below:

1. Select **Archived Projects** to view your archived projects.
2. Select the projects you wish to unarchive.
3. Select the **Restore** button to unarchive the selected projects.

![Unrchiving multiple Overleaf projects](/files/KO4faa0fAuYCQvro2gkj)


---

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