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

# Universe Dataset内の画像を閲覧する

データセットの Images ページから、Universe データセット内の画像とアノテーションを確認できます。

### Universe データセット内の画像を閲覧する方法

まず、Universe データセットを開きます。次に、プロジェクトの左側サイドバーにある「Images」をクリックします:

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

すると、データセット内のすべての画像を一覧表示するページに移動します:

<figure><img src="/files/6469b766bbe765554240db95de7589d30ddbd08c" alt=""><figcaption></figcaption></figure>

データセットを [検索できます](/roboflow/roboflow-jp/datasets/manage-datasets/dataset-search.md) Roboflow アプリケーションでデータセットに対して利用できるのと同じ構文を使って。

画像をより詳しく表示したり、そのアノテーションを確認したりするには、画像をクリックします。すると、閲覧専用のアノテーションインターフェースに移動します:

<figure><img src="/files/9972813c212309d079030362060e120e6466a243" alt=""><figcaption></figcaption></figure>

このインターフェースは Roboflow Annotate インターフェースと同様に動作しますが、変更を加えることはできません。


---

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