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

# 프로젝트를 보관 및 보관 해제하려면 어떻게 하나요?

## 소개

Overleaf는 프로젝트를 정리하는 데 도움이 되도록 두 개의 폴더를 제공합니다:

* **보관된 프로젝트**: 주 프로젝트 대시보드의 기본 목록에서 제거하고 싶지만 계속 보관(아카이브)해 두고 싶은 프로젝트의 경우. 보관된 프로젝트는 *작동하지* 삭제 대기열에 있습니다.
* **삭제된 프로젝트**: 영구적으로 삭제할 프로젝트의 경우. 프로젝트 삭제에 대한 도움말은 다음을 참조하세요 [프로젝트를 제거하거나 삭제하려면 어떻게 하나요?](/latex/ko/knowledge-base/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/1eb6bea886db91d2b77c67b6b78f6b4fe3670c7c)

## 단일 프로젝트 보관 해제

프로젝트의 보관을 해제하려면 먼저 다음을 선택하세요 **보관된 프로젝트** 프로젝트 대시보드 왼쪽에 있는 폴더(필터)를 선택한 다음 **복원** 아이콘을 클릭하여 보관을 해제하세요.

![Overleaf 프로젝트의 보관을 해제하는 방법](/files/008ed8a7efcde829cfd8d2812522f32ace5b06da)

## 여러 프로젝트 보관하기

여러 프로젝트를 보관하려면 아래 스크린샷에 표시된 다음 단계를 따르세요:

1. 보관할 각 프로젝트에 대해 프로젝트 제목 옆의 확인란을 선택하세요.
2. 버튼 메뉴에서(아래 스크린샷 참조) 다음을 선택하세요 **보관** 선택한 프로젝트를 보관하는 아이콘.
3. 확인 팝업 창이 표시됩니다.
4. 에서 선택할 수 있습니다. **확인** 선택한 프로젝트를 다음 위치로 이동하려면 **보관된 프로젝트** 폴더.

![여러 Overleaf 프로젝트 보관하기](/files/9be99276dfcfd881a22626237950c604b675f708)

## 여러 프로젝트 보관 해제

여러 프로젝트의 보관을 해제하려면 아래 스크린샷에 표시된 다음 단계를 따르세요:

1. 에서 선택할 수 있습니다. **보관된 프로젝트** 보관된 프로젝트를 보려면
2. 보관을 해제하려는 프로젝트를 선택하세요.
3. 다음을 선택하세요 **복원** 선택한 프로젝트의 보관을 해제하는 버튼.

![여러 Overleaf 프로젝트 보관 해제](/files/2f55c9c1dbc92e52d383b440868f2955cf39370c)


---

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