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

# Project Folder Permissions

{% hint style="info" %}
Project folder permissions हमारे Enterprise plan पर चुनिंदा ग्राहकों को दी जाने वाली एक premium feature है। feature availability के बारे में अधिक विवरण के लिए, देखें [pricing page](https://roboflow.com/pricing)। Project folders के permissions तक access पाने के लिए, [हमारी sales team से बात करें।](https://roboflow.com/sales)
{% endhint %}

Folder permissions आपके workspace में यह नियंत्रित करने का तरीका प्रदान करती हैं कि आपके workspace के भीतर specific folders में कौन projects को देख और edit कर सकता है।

यह सुनिश्चित करने में मदद करता है कि team members अपने काम से संबंधित projects पर ध्यान केंद्रित कर सकें, जबकि अन्य data सुरक्षित रहे। इसका उपयोग किसी organization के भीतर data access को specific teams और लोगों तक सीमित करने के लिए भी किया जा सकता है।

### Project Folder Permissions कैसे सेट करें

Roboflow app में, किसी दिए गए project folder के पास मौजूद तीन dots पर क्लिक करें और menu में "Set Permissions" button चुनें।

<figure><img src="/files/45c875c9e2c14eda20569949e5e1b5d61af324f7" alt="" width="375"><figcaption></figcaption></figure>

एक window दिखाई देगी जहाँ आप एक general access level चुन सकेंगे।

* **कोई भी:** आपके workspace में हर कोई folder और उसके भीतर मौजूद projects तक access कर सकेगा। *यह सभी project folders की default state है*
* **प्रतिबंधित:** स्पष्ट रूप से configured users के अलावा किसी के पास इस folder का access नहीं होगा।

<figure><img src="/files/32a71a8b0936c868ad5a4f36474b1e91d46b1341" alt="" width="375"><figcaption></figcaption></figure>

एक बार जब आप restricted access चुन लेते हैं, तो एक search bar दिखाई देगा जहाँ आप अपने workspace के users जोड़ सकते हैं। आप यह भी चुन सकते हैं कि आप उन्हें कौन-सी role देना चाहते हैं। बदलाव लागू करने के लिए "Save" button दबाएँ।

<figure><img src="/files/93b89028ee7bb6cbad806ff948e23232666c67b9" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
lockouts से बचने के लिए, फिलहाल permissions को ऐसी स्थिति में set करना संभव नहीं है जहाँ changes लागू होने के बाद आप folder तक access न कर सकें।
{% 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-hi/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.
