> 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/window-list-view/adding-and-removing-objects.md).

# Adding and Removing Objects

Upon first opening Mirador in a list view configuration, the user will be presented with an empty image viewing window. Upon clicking the "Start Here" button in the top left corner of the window, the screen will change to a list of available objects for this Mirador viewer. Selecting an object from the list will then add it to the viewer window, and the view will change to the familiar high-resolution image display.

![Adding an object to the viewer window](/files/o5jCwqW5VF9FnjTWl8tK)

In order to remove an object from the window and select another for viewing, click the close window icon in the upper right corner of the window denoted by an X. This will remove the object from the window and bring back the "Start Here" button, by which point another object can be selected from the list window.

![Removing an object from the viewing window and replacing it with another](/files/EJzeSfCpyPkEpXKiF0fu)


---

# 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/window-list-view/adding-and-removing-objects.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.
