> 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-hi/universe/find-a-dataset-on-universe.md).

# Universe पर एक Dataset खोजें

Universe पर एक dataset खोजने के लिए, search bar में वह चीज़ टाइप करें जिसे आप पहचानना चाहते हैं।

आपके query से अर्थगत रूप से संबंधित datasets के साथ परिणामों की एक सूची दिखाई देगी:

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

डिफ़ॉल्ट रूप से, Universe आपके query से मेल खाने वाले datasets खोजने के लिए CLIP-based semantic search का उपयोग करता है। यदि आप keyword से search करना चाहते हैं, तो "Search By" विकल्प को toggle करें और "Metadata" चुनें।

आप search results को इनके आधार पर filter कर सकते हैं:

* जिन datasets में एक model है
* Project type (object detection, classification, segmentation, keypoint detection, multimodal.)
* प्रशिक्षित model का type (जैसे YOLOv12)

कुछ advanced filters भी हैं जिनका उपयोग आप dataset में images की संख्या, project के stars की संख्या, और अन्य आधारों पर अपनी search को और refined करने के लिए कर सकते हैं।

data के बारे में अधिक जानने के लिए आप किसी individual dataset पर click कर सकते हैं।

<figure><img src="/files/4ad10daf40f69563e014112ac2f7badfc27dcc87" alt=""><figcaption></figcaption></figure>

Classes list आपको बताती है कि dataset में labels के रूप में किन classes का उपयोग किया गया है। [Classes का नाम बदला जा सकता है](/roboflow/roboflow-hi/datasets/manage-datasets/manage-classes.md) यदि आप dataset को अपने workspace में import करते हैं।

### Roboflow Universe Dataset Licenses

यह जानने के लिए कि किसी dataset का license क्या है, "Cite this Project" section तक scroll करें।

license "License" label के बगल में दिखाई देगा। यदि कोई license निर्दिष्ट नहीं है, तो इसका अर्थ है कि author ने सभी rights सुरक्षित रखे हैं।

<figure><img src="/files/7ba77acec835c4e8f1d330a62e625c7812a069ff" alt=""><figcaption></figcaption></figure>

Cite This Project tab की सामग्री में project को cite करने के लिए आवश्यक जानकारी होगी।

### एक Dataset का उपयोग करें

एक बार जब आपको उपयोग करने के लिए dataset मिल जाए, तो आप उसे अपने account में fork कर सकते हैं।


---

# 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-hi/universe/find-a-dataset-on-universe.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.
