> 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-jp/universe/set-a-project-description.md).

# Project 説明を設定

公開Projectには説明を追加できます。この説明は、ProjectがPublicである限りRoboflow Universeに表示されます。

Projectの説明は、次のような情報を共有するための場所です:

* Projectの概要
* データセットにどのクラスが含まれているか、また各クラスが何を意味するか
* データセットにどのようなデータが含まれているか
* データをどのように収集したか
* このデータセットがどのような用途に役立つか

Projectの説明を設定するには、ProjectのサイドバーにあるProject名の横の3つのドットをクリックします:

<figure><img src="/files/5e619266cbdc5dfef1ab42a90a12439dfa9f2dc8" alt=""><figcaption></figcaption></figure>

次に、Project Overview をクリックします。

Project Overviewページに移動します:

<figure><img src="/files/5e468ebf6a02da32cdfe2870d47065498ad821de" alt=""><figcaption></figcaption></figure>

Projectの説明を編集するには、"Edit"をクリックします:

<figure><img src="/files/f3579a18a0b1d3f90c8597412489bab2b1c8cdf4" alt=""><figcaption></figcaption></figure>

Projectの説明を書き終えたら、"Save Description"をクリックします。

その後、Project Overviewページに戻ります。Projectがpublicの場合は、ページ下部にURLが表示されます。このURLをコピーして開くと、publicなUniverseページを確認できます。

<figure><img src="/files/60d9118d86383042fb364a94bf359cc43482d7e3" alt=""><figcaption></figcaption></figure>

説明は、Universe上のProjectページに公開されます:

<figure><img src="/files/0a7b677dde8abbc5dd4caf774347694009f22eee" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/universe/set-a-project-description.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.
