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

# Project フォルダ

Project Folders は、Workspace 内のプロジェクトの整理とセキュリティを向上させます。Folders を使用すると、1 つ以上の Projects を明確なカテゴリにまとめることができ、プロジェクトの移動、整理、管理がしやすくなります。さらに、SSO が有効な Workspace では、Folder 内の Projects へのアクセスを特定のチームメンバーに制限でき、データのセキュリティが高まります。

#### Folders の表示

Workspace ビューでは、所有している Project Folders が上部に表示されます。Workspace には 1 つ以上の Project Folders を作成でき、各 Project Folder には 1 つ以上の Projects を含めることができます。

<figure><img src="/files/b8eed146e526bb7c0afe50ff4d3ddc42460aaf36" alt=""><figcaption><p>Project Folders は Workspace の上部に表示されます</p></figcaption></figure>

#### Folder の作成

新しい folder を作成するには、右上の "+ New Folder" ボタンをクリックします。folder の名前を入力し、「Save」をクリックします。ページは project folder に移動し、そこで新しい project を作成できます。project folder ビューから作成された project は、すべて自動的にその folder に追加されます。

[\[Roboflow Documentation\] Project Folders - Create Project - 動画を見る](https://www.loom.com/share/aefb3b5fd1ea40cdb4183c903f13d9c8)

<figure><img src="https://cdn.loom.com/sessions/thumbnails/aefb3b5fd1ea40cdb4183c903f13d9c8-with-play.gif" alt=""><figcaption><p>新しい Project Folder の作成</p></figcaption></figure>

#### Folder の名前変更

folder の名前を変更するには、project folder のドロップダウンメニュー（3 つのドット）をクリックします。「Rename」を選択し、新しい名前を入力します。「Save」をクリックすると、folder 名が新しい名前に変更されます。

[\[Roboflow Documentation\] Project Folders - Rename Folder - 動画を見る](https://www.loom.com/share/63508a2ff629454690ac0957d5cfc990)

<figure><img src="https://cdn.loom.com/sessions/thumbnails/63508a2ff629454690ac0957d5cfc990-with-play.gif" alt=""><figcaption></figcaption></figure>

#### Folders 内の Projects の管理

既存の projects を folder に移動できます。project を移動するには、project のドロップダウンメニュー（3 つのドット）をクリックして「Move Project」を選択します。するとポップアップが表示され、新しい移動先を選択できます。Project Folders がない場合は、「New Folder」ボタンをクリックして追加できます。すでにある場合は、既存の folder を移動先として選択できます。project を folder の外に移動したい場合は、Workspace 名を選択します。

[\[Roboflow Documentation\] Project Folders - Move Project - 動画を見る](https://www.loom.com/share/a411cabb98f14255b07c3c2e209c3abd)

<figure><img src="https://cdn.loom.com/sessions/thumbnails/a411cabb98f14255b07c3c2e209c3abd-with-play.gif" alt=""><figcaption></figcaption></figure>

#### Folder の削除

folder を削除するには、project folder のドロップダウンメニュー（3 つのドット）をクリックし、「Delete」オプションを選択します（この操作は元に戻せません）。Folder を削除しても **削除されません** folder 内の projects は削除されず、Workspace レベルに戻されます。

[\[Roboflow Documentation\] Project Folders - Delete Folder - 動画を見る](https://www.loom.com/share/852e70b217de4d5d9ca79bef41903ad9)

<figure><img src="https://cdn.loom.com/sessions/thumbnails/852e70b217de4d5d9ca79bef41903ad9-with-play.gif" alt=""><figcaption></figcaption></figure>

### カスタム Folder 権限

Folders は、projects を整理・管理するための優れた方法ですが、folder の一部に対してカスタム権限を設定することもできます。たとえば、Workspace の一部のメンバーだけに特定の folder 内の projects へのアクセスを許可したい場合は、Roboflow の SSO 統合でそれを実現できます。設定を始めるには、サポートまでお問い合わせください。喜んでセットアップをお手伝いします。

### Project Folders API

Project Folders は、Roboflow API を使用してプログラムで管理できます。利用可能なエンドポイントの詳細については、次を参照してください。 [Project Folders API](/developer/rest-api/manage-project-folders.md) のドキュメントを参照してください。


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/datasets/project-folders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
