# Make a Project Public

Once you have your dataset and models, you have the option to share them with the world on Roboflow Universe.

### How to Publish Your Project on Universe

{% hint style="info" %}
The free Public plan has public data by default, so you don't need to follow this section. [On paid plans](https://roboflow.com/pricing), data is private by default unless you select otherwise.
{% endhint %}

You can make your project public on Roboflow by selecting the "Make Public" option on the Projects page.

<figure><img src="https://662926385-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M6S9nPJhEX9FYH6clfW%2Fuploads%2Fgit-blob-edfd2153bfcde6a82a4f559893c01d0b9920bf64%2Fimage.png?alt=media" alt="" width="375"><figcaption><p>Click the three dots next to a project and click "Make Public"</p></figcaption></figure>

Then, you'll be prompted to select a license to share your dataset under.

{% hint style="danger" %}
If your dataset contains copyrighted images, proprietary/private data, unsafe for work content (NSFW/NSFL), or personally identifiable information (PII), you should never publish that data on Roboflow Universe and opt to do your work in a private workspace instead.
{% endhint %}

### Customise Your Universe Project Page

[Learn more about how to customise your Universe Project page.](https://docs.roboflow.com/universe/set-a-project-description)


---

# 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/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.
