# Project を公開

データセットとモデルが揃ったら、Roboflow Universeでそれらを世界に共有することができます。

### UniverseでProjectを公開する方法

{% hint style="info" %}
無料のPublicプランでは、デフォルトでデータは公開されるため、このセクションに従う必要はありません。 [有料プランでは](https://roboflow.com/pricing)、データは選択しない限りデフォルトで非公開です。
{% endhint %}

Projectsページで「Make Public」オプションを選択すると、RoboflowでProjectを公開できます。

<figure><img src="/files/b3f8245488d3ee8ac8edc2bbe464816f6d3be8cb" alt="" width="375"><figcaption><p>Projectの横にある3つのドットをクリックし、「Make Public」をクリックします</p></figcaption></figure>

その後、データセットをどのライセンスの下で共有するかを選択するよう求められます。

{% hint style="danger" %}
データセットに著作権のある画像、専有/非公開データ、職場での閲覧に適さないコンテンツ（NSFW/NSFL）、または個人を特定できる情報（PII）が含まれている場合、そのデータをRoboflow Universeに公開するべきではありません。代わりに、private workspaceで作業してください。
{% endhint %}

### Universe Projectページをカスタマイズする

[Universe Projectページをカスタマイズする方法について、さらに詳しく学びましょう。](/roboflow/roboflow-jp/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-jp/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.
