# Project Folders

Project Folders は、workspace 内の projects の整理とセキュリティを向上させます。Folders を使うと、1 つ以上の projects を別々のカテゴリにまとめられるため、projects の移動、整理、管理がしやすくなります。さらに、SSO が有効な workspaces では、folder 内の projects へのアクセスを特定の team members に制限できるため、データのセキュリティが強化されます。

#### Folders を表示する

workspace view からは、所有している 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 view から作成された 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" オプションを選択し、新しい project 名を入力します。"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's のドロップダウンメニュー（3 点）をクリックし、"Move Project" を選択します。するとポップアップが表示され、新しい移動先を選択できます。project folders がない場合は、"New Folder" ボタンをクリックして追加できます。すでにある場合は、既存の folders のいずれかを移動先として選択できます。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 を削除しても **projects は削除されず** 、それらの 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 Permissions

Folders は projects を整理・管理するのに便利ですが、folder の一部に対してカスタム permissions を設定することもできます。たとえば、workspace の一部のメンバーだけに特定の folder 内の projects へのアクセスを許可したい場合、Roboflow の SSO integration を使って実現できます。利用を開始するには、support までご連絡ください。設定のお手伝いをいたします。

### Project Folders API

Project Folders は、Roboflow API を使用してプログラムで管理できます。利用可能な endpoints の詳細は、 [Project Folders API](/developer/rest-api/manage-project-folders.md) documentationをご覧ください。


---

# Agent Instructions: 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.
