# Explore Images in a Universe Dataset

You can see the images and annotations in a Universe dataset from the Images page in a dataset.

### How to Explore Images in a Universe Dataset

First, open a Universe dataset. Then, click "Images" in the left sidebar of the project:

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

You will then be taken to a page that lists all the images in the dataset:

<figure><img src="/files/5lDDn0QwU4uIsUV2mtDh" alt=""><figcaption></figcaption></figure>

You can [search the dataset](/datasets/manage-datasets/dataset-search.md) using the same syntax available for datasets in the Roboflow application.

To see an image in more detail or to see its annotations, click on an image. You will then be taken to a view-only annotation interface:

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

This interface works like the Roboflow Annotate interface, except you cannot make any changes.


---

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