> 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-ko/datasets/make-a-project-public.md).

# Project를 Public으로 설정

데이터셋과 모델을 준비하면 Roboflow Universe에서 전 세계와 공유할 수 있는 옵션이 있습니다.

### Universe에 Project를 게시하는 방법

{% hint style="info" %}
무료 Public plan은 기본적으로 public data를 사용하므로 이 섹션을 따를 필요가 없습니다. [유료 plan에서는](https://roboflow.com/pricing), data는 별도로 선택하지 않는 한 기본적으로 private입니다.
{% endhint %}

Projects 페이지에서 "Make Public" 옵션을 선택하면 Roboflow에서 Project를 public으로 설정할 수 있습니다.

<figure><img src="/files/da28ca3e837253b8300521b43abfa017a21fd983" alt="" width="375"><figcaption><p>Project 옆의 점 세 개를 클릭한 다음 "Make Public"를 클릭하세요</p></figcaption></figure>

그러면 dataset를 공유할 license를 선택하라는 메시지가 표시됩니다.

{% hint style="danger" %}
dataset에 저작권이 있는 이미지, 독점/private data, unsafe for work 콘텐츠(NSFW/NSFL) 또는 personally identifiable information(PII)이 포함되어 있다면, 해당 data를 Roboflow Universe에 절대 게시하지 말고 대신 private workspace에서 작업해야 합니다.
{% endhint %}

### Universe Project 페이지를 맞춤 설정하세요

[Universe Project 페이지를 맞춤 설정하는 방법을 자세히 알아보세요.](/roboflow/roboflow-ko/universe/set-a-project-description.md)


---

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