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

# Universe에서 Dataset 찾기

Universe에서 데이터셋을 찾으려면, 검색창에 찾고자 하는 항목을 입력하세요.

검색어와 의미적으로 관련된 데이터셋이 포함된 결과 목록이 표시됩니다:

<figure><img src="/files/8637d087cfc582b4889d909c35cb8f33a417be37" alt=""><figcaption></figcaption></figure>

기본적으로 Universe는 CLIP 기반 semantic search를 사용하여 검색어와 일치하는 데이터셋을 찾습니다. 키워드로 검색하려면 "Search By" 옵션을 전환하고 "Metadata"를 선택하세요.

다음 기준으로 검색 결과를 필터링할 수 있습니다:

* 모델이 있는 데이터셋
* 프로젝트 유형(object detection, classification, segmentation, keypoint detection, multimodal.)
* 학습된 모델의 유형(예: YOLOv12)

데이터셋의 이미지 수, 프로젝트의 star 수 등으로 검색을 더 세부적으로 조정할 수 있는 고급 필터도 있습니다.

개별 데이터셋을 클릭하면 데이터에 대해 더 자세히 알아볼 수 있습니다.

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

Classes 목록은 데이터셋에서 레이블로 사용된 class를 알려줍니다. [Classes는 이름을 변경할 수 있습니다](/roboflow/roboflow-ko/datasets/manage-datasets/manage-classes.md) 데이터셋을 workspace로 가져오면.

### Roboflow Universe Dataset Licenses

데이터셋의 라이선스를 확인하려면 "Cite this Project" 섹션으로 스크롤하세요.

라이선스는 "License" 레이블 옆에 표시됩니다. 라이선스가 지정되지 않은 경우, 이는 작성자가 모든 권리를 보유함을 의미합니다.

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

"Cite This Project" 탭의 내용에는 프로젝트를 인용하는 데 필요한 정보가 포함됩니다.

### 데이터셋 사용하기

사용하고 싶은 데이터셋을 찾았다면, 계정으로 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-ko/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.
