> For the complete documentation index, see [llms.txt](https://docs.tropy.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tropy.org/other-features/iiif.md).

# Import IIIF Manifests

You can import images directly from IIIF manifests shared by cultural heritage institutions. Start by downloading the [Tropy IIIF plugin](https://github.com/tropy/tropy-plugin-iiif/releases/latest) from GitHub. After the downloading the latest version of the plugin, open Tropy preferences and navigate to the plugins section to install it.

Download a IIIF manifest or copy the link to the IIIF images you wish to import. Select `File > Import > tropy-plugin-iiif` (or the name you configured in the plugin settings) and select the file, or paste the manifest’s link directly in the File Name bar and click *Open*.

As Tropy imports your images, the plugin tries to map the manifest’s metadata to the template selected for items. You may need to create a custom import template that matches the metadata fields describing the images. See [the plugin documentation](https://github.com/tropy/tropy-plugin-iiif) for more details on using the plugin.

## Sample IIIF manifest for one image

> Grignion, Charles, “Decorated initial "T" to Ode on the death of a favourite cat,” (graphic, 1753), available in Lewis Walpole Library, Yale University

[IIIF Manifest](https://collections.library.yale.edu/catalog/16193053)

## Sample IIIF manifest for a manuscript containing multiple images

> Marcucci, Giacomo, Grandezze della città di Roma antiche e moderne come al presente si ritrovano, di nuovo ristampato in quattro linguaggi, (Roma: G. Mascardi, 1628), National Gallery of Art (US) Library

[IIIF Manifest](https://libraryimage.nga.gov/manifest/mms/99682033504896.json)


---

# 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.tropy.org/other-features/iiif.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.
