> For the complete documentation index, see [llms.txt](https://princeton-university-art-museu-1.gitbook.io/puam-mirador/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://princeton-university-art-museu-1.gitbook.io/puam-mirador/readme.md).

# The Mirador Image Viewer

## Introduction

Mirador has been in use at the Princeton University Art Museum since 2017 when it was first used to provide in-gallery deep zoom and page-turning experiences for the exhibition *Clarence H. White and His World*. Since then Mirador usage has expanded significantly and it is now the default deep-zoom image viewer within the Museum's online collection and through added customization it supports a variety of teaching, annotating, research, and storytelling functions.

As an open-source software project, Mirador is under continual development and new releases are made available on a regular basis. At the time of this documentation, the Art Museum currently supports Mirador version 3.0.0.

![Example Mirador view of a work from the collection](/files/4uv8lUrhgr7n0qolS1lE)

## Table of Contents

* **General**
  * [Accessing Mirador](/puam-mirador/general/accessing-mirador.md)
  * [Layout and Controls](/puam-mirador/general/layout-and-controls.md)
  * [Working with Images](/puam-mirador/general/working-with-images.md)
  * [Window Configuration Options](/puam-mirador/general/window-configuration-options.md)
* **Single Object View**
  * [Overview](/puam-mirador/single-object-view/untitled.md)
* **Package View**
  * [Overview](/puam-mirador/package-view/untitled.md)
* **List View**
  * [Overview](/puam-mirador/window-list-view/overview.md)
  * [Adding and Removing Objects](/puam-mirador/window-list-view/adding-and-removing-objects.md)
  * [Comparing Multiple Objects](/puam-mirador/window-list-view/comparing-multiple-objects.md)
* **Other**
  * [About IIIF](/puam-mirador/other/about-iiif.md)
  * [Working Across Collections](/puam-mirador/other/working-across-collections.md)
  * [Annotations](/puam-mirador/other/annotations.md)


---

# 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:

```
GET https://princeton-university-art-museu-1.gitbook.io/puam-mirador/readme.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.
