# Project को Public बनाएँ

एक बार जब आपके पास अपना dataset और models हो जाते हैं, तो आपके पास उन्हें Roboflow Universe पर दुनिया के साथ share करने का विकल्प होता है।

### Universe पर अपना Project कैसे Publish करें

{% hint style="info" %}
Free Public plan में data डिफ़ॉल्ट रूप से public होता है, इसलिए आपको इस section का पालन करने की आवश्यकता नहीं है। [Paid plans पर](https://roboflow.com/pricing), data डिफ़ॉल्ट रूप से private होता है, जब तक कि आप कुछ और चयन न करें।
{% endhint %}

आप Projects page पर "Make Public" option चुनकर Roboflow पर अपने project को public बना सकते हैं।

<figure><img src="/files/808f6a21afd8725adb5f73efe71e891b32cda783" alt="" width="375"><figcaption><p>किसी project के बगल में मौजूद तीन dots पर क्लिक करें और "Make Public" पर क्लिक करें</p></figcaption></figure>

फिर, आपसे अपने dataset को share करने के लिए एक license चुनने के लिए कहा जाएगा।

{% hint style="danger" %}
अगर आपके dataset में copyrighted images, proprietary/private data, unsafe for work content (NSFW/NSFL), या personally identifiable information (PII) है, तो आपको उस data को कभी भी Roboflow Universe पर publish नहीं करना चाहिए और इसके बजाय अपना work private workspace में करना चाहिए।
{% endhint %}

### अपने Universe Project page को customise करें

[अपने Universe Project page को customise करने के तरीके के बारे में और जानें।](/roboflow/roboflow-hi/universe/set-a-project-description.md)


---

# 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-hi/datasets/make-a-project-public.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.
