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

# プロジェクトをアーカイブおよびアーカイブ解除するにはどうすればよいですか？

## はじめに

Overleaf には、プロジェクトを整理するのに役立つ 2 つのフォルダがあります：

* **アーカイブ済みプロジェクト**：プロジェクトを保存用に残しておきたい（アーカイブしたい）が、プロジェクトダッシュボードのメイン一覧からは削除したい場合に使用します。アーカイブ済みのプロジェクトは *実際の* 削除待ちキューに入っています。
* **削除済みプロジェクト**：プロジェクトを完全に削除する予定がある場合に使用します。プロジェクトの削除については、以下を参照してください。 [プロジェクトを削除または除去するにはどうすればよいですか？](/latex/ja/narejjibsu/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/1f0fec19f86957557432486fa51d31e126f2c508)

## 単一プロジェクトのアーカイブ解除

プロジェクトのアーカイブを解除するには、まず次を選択します。 **アーカイブ済みプロジェクト** プロジェクトダッシュボードの左側にあるフォルダ（フィルター）を選択し、その後、 **復元** アイコンをクリックしてアーカイブを解除します。

![Overleaf プロジェクトのアーカイブを解除する方法](/files/e12325ff47e998bcd34b284c5dd0084819c774c7)

## 複数プロジェクトのアーカイブ

複数のプロジェクトをアーカイブするには、以下の手順に従ってください。手順は下のスクリーンショットにも示されています。

1. アーカイブする各プロジェクトについて、プロジェクトタイトルの横にあるチェックボックスを選択します。
2. ボタンメニューから（下のスクリーンショットを参照）、 **アーカイブ** 選択したプロジェクトをアーカイブするためのアイコン。
3. 確認ポップアップウィンドウが表示されます。
4. 選択 **確認** を選択すると、選択したプロジェクトが **アーカイブ済みプロジェクト** フォルダに入れることができます。

![複数の Overleaf プロジェクトのアーカイブ](/files/b6469c35d794bd92b808365b65872472504ed684)

## 複数プロジェクトのアーカイブ解除

複数のプロジェクトのアーカイブを解除するには、以下の手順に従ってください。手順は下のスクリーンショットにも示されています。

1. 選択 **アーカイブ済みプロジェクト** アーカイブ済みのプロジェクトを表示するには。
2. アーカイブを解除したいプロジェクトを選択します。
3. を選択します **復元** 選択したプロジェクトのアーカイブを解除するボタン。

![複数の Overleaf プロジェクトのアーカイブ解除](/files/0cb897ac833220b075514b49c316c50fdbf775e7)


---

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