# Universe पर Dataset खोजें

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

आपकी query से semantically संबंधित datasets के साथ results की एक सूची दिखाई देगी:

<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.)
* Trained model का type (i.e. YOLOv12)

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

आप किसी individual dataset पर क्लिक करके data के बारे में और जानकारी प्राप्त कर सकते हैं।

<figure><img src="/files/f13693355eced22dfc9a6cc5ab4d6360042f5772" 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 को कैसे licensed किया गया है, "Cite this Project" section तक scroll करें।

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

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

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

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

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


---

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