> 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/explore-images-in-a-universe-dataset.md).

# Universe Dataset의 이미지 탐색

Universe dataset의 이미지는 dataset의 Images 페이지에서 확인할 수 있습니다.

### Universe Dataset에서 이미지를 탐색하는 방법

먼저 Universe dataset을 엽니다. 그런 다음 project의 왼쪽 사이드바에서 "Images"를 클릭합니다:

<figure><img src="/files/78d70861635d9aa8bac4f374d8f1441515a09af6" alt=""><figcaption></figcaption></figure>

그러면 dataset의 모든 이미지를 나열하는 페이지로 이동합니다:

<figure><img src="/files/848a60e2653679bd4195ddf0127bea8de219243b" alt=""><figcaption></figcaption></figure>

다음 작업을 할 수 있습니다 [dataset 검색](/roboflow/roboflow-ko/datasets/manage-datasets/dataset-search.md) Roboflow application에서 dataset에 사용할 수 있는 것과 동일한 구문을 사용하여.

이미지를 더 자세히 보거나 annotation을 확인하려면 이미지를 클릭합니다. 그러면 보기 전용 annotation interface로 이동합니다:

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

이 interface는 Roboflow Annotate interface와 동일하게 작동하지만, 변경 사항을 만들 수는 없습니다.


---

# 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/explore-images-in-a-universe-dataset.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.
