# Images

## Overview

The Images app provides a central location for viewing properties of container image assets used in deployments.

The Images application is accessible from the left-side navigation menu in the Apolo Console. All container images associated with the selected project and cluster, along with detailed information about each image. Each image is represented by a path.

A search field at the top of the list allows you to quickly locate specific images by name or path.

On the right side of the screen, selecting an image displays detailed information about it, including:

* *Image Tags*. Tags associated with the image. Useful for version control (e.g., latest).
* *Image Path*. The full path to the image within the Apolo storage.
* *Creation Date*. The date when the image was added.
* *Size*. Total size of the image.
* *Copy Icons*. Allows the user to copy either the image path or tag to the clipboard for easy reference.

To learn more about managing images with the Images app, visit the [Apolo CLI Images](/index/apolo-concepts-cli/apps/pre-installed-apps/images.md#overview) app page.

## References

* [Apolo CLI images reference](/index/apolo-cli/commands/image.md)
* [Apolo Extras image build](/index/apolo-extras-cli/cli.md#apolo-extras-image)
* [Apolo Flow image configuration syntax](/index/apolo-flow-reference/workflow-syntax/batch-workflow-syntax/batch-contexts.md#images-context)


---

# 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.apolo.us/index/apolo-console/apps/pre-installed/images.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.
