> 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/project-folder-permissions.md).

# Projectフォルダの権限

{% hint style="info" %}
Project folder permissions は、Enterprise プランの一部のお客様向けに提供されるプレミアム機能です。機能の提供状況の詳細については、 [pricing page](https://roboflow.com/pricing)。Project folder permissions を利用するには、 [営業チームにお問い合わせください。](https://roboflow.com/sales)
{% endhint %}

Folder permissions は、workspace 内の特定の folder にある projects を、workspace の誰が閲覧・編集できるかを制御する方法を提供します。

これにより、他のデータを安全に保ちながら、チームメンバーが自分の業務に関連する projects に集中できるようになります。また、組織内のデータアクセスを、特定のチームや個人に分割して管理するためにも使用できます。

### Project Folder Permissions の設定方法

Roboflow アプリ内で、対象の project folder の横にある三点リーダーをクリックし、メニューの「Set Permissions」ボタンを選択します。

<figure><img src="/files/154cc544054cdad30bc2ce40f326396dce4ccc3b" alt="" width="375"><figcaption></figcaption></figure>

一般的なアクセスレベルを選択できるウィンドウが表示されます。

* **誰でも:** workspace 内の全員が、その folder と、その中にある projects にアクセスできます。 *これはすべての project folder の既定の状態です*
* **制限あり:** 明示的に設定されたユーザー以外は、この folder にアクセスできません。

<figure><img src="/files/8f200afc8ea9091d31e7c6afdbd6a6d589d8710e" alt="" width="375"><figcaption></figcaption></figure>

restricted access を選択すると、workspace 内のユーザーを追加できる検索バーが表示されます。付与する role も選択できます。変更を反映するには、「Save」ボタンを押してください。

<figure><img src="/files/8569563d2a74cd491c4355c71d9ef7a58f39fdd8" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
ロックアウトを防ぐため、現時点では、変更が反映された後に folder にアクセスできなくなるような state に permissions を設定することはできません。
{% endhint %}


---

# 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.roboflow.com/roboflow/roboflow-jp/datasets/project-folders/project-folder-permissions.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.
