> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise-jp/all-projects/all-projects.md).

# すべてのプロジェクト

## 全体プロジェクトとは？

一定の権限以上のユーザーが、同じ企業内で作成したプロジェクトをまとめて確認できる機能です。

* 権限なしのユーザーには全体プロジェクトタブは表示されません。

**権限別の全体プロジェクトアクセス権限**

|                           | **管理者＆マネージャー** | **デザイナー** | **権限なし** |
| ------------------------- | -------------- | --------- | -------- |
| 「全体プロジェクト」タブの表示           | ✅              | ✅         | ❌        |
| 他のユーザーが作成したプロジェクトのエディタに入る | ✅              | ❌         | ❌        |

![](/files/dc3784b3a5fd4e762be3df7ef5f99dd4c7875a0c)

## フォルダを管理する

全体プロジェクトタブでは、プロジェクトをフォルダ別に整理して効率的に管理できます。

マイプロジェクトのフォルダ管理と同じ方式で動作します。

**フォルダを移動する方法**

1. 新しいフォルダを作成
   * まず、プロジェクトを整理するための新しいフォルダを作成してください。
2. プロジェクトの複数選択
   * 移動するプロジェクトを1つずつ選択するか、複数選択機能を使って複数を選択します。
3. ［フォルダ移動］をクリック
   * 選択後、［フォルダ移動］ボタンをクリックし、移動先のフォルダ名を選択します。
4. 移動の確認
   * 該当フォルダをクリックして、プロジェクトが正しく移動されたか確認します。

**フォルダ削除**

フォルダを削除しても **中のプロジェクトは削除されません**！削除されるのは **フォルダ** 自体のみで、プロジェクトはそのまま残るので、安心して整理できます。


---

# 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://docs.archisketch.com/guide/enterprise-jp/all-projects/all-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.
