# Set a Project Description

You can add a description to public Projects. This description will appear on Roboflow Universe as long as your project is Public.

A Project description is a place to share information like:

* An overview of your project
* What classes are in your dataset, and what each class means
* What data is in your dataset
* How you collected the data
* What the dataset may be useful for

To set a Project description, click the three dots next to your Project name in the sidebar of your Project:

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

Then, click Project Overview.

You will be taken to your Project Overview page:

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

Click "Edit" to edit your Project description:

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

Once you have written your project description, click "Save Description".

You will then be taken back to the Project Overview page. If your project is public, you will see a URL toward the bottom of the page. Copy this URL and open it to see your public Universe page.

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

Your description will be published on your Project page on Universe:

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


---

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