# Enhance

In the previous example, two digital layers could be toggled on or off, and their opacity adjusted, within the browser. This functionality is purely for the benefit of the viewer - no changes are made to the original image.

The Internet Archive, one of the world's largest free digital libraries, features a tool to enhance images in-browser: adjusting brightness, contrast and polarity to improve accessibility and readability. Here's an example of a [letter written by the poet Edward Thomas](https://archive.org/details/arg160), during his service as a First World War soldier. The letter is written in pencil on thin, poor quality paper.

<figure><img src="/files/B9Ha6REqbP4FABcbvpLP" alt=""><figcaption><p><a href="https://archive.org/details/arg160">Letter from Edward Thomas to Helen Thomas</a>, 25 Jan 1917</p></figcaption></figure>

In the left hand menu, the ellipsis on the left opens a visual adjustments menu. Here, you can zoom, switch the polarity, and adjust brightness, contrast, and saturation on the fly, without the need to edit the original.&#x20;

<figure><img src="/files/frVLnIdFaBX3w2GOygYB" alt=""><figcaption><p>The same letter, with visual adjustments.</p></figcaption></figure>

Altering these settings can digitally enhance details that might be hard or impossible to see, even if you had the original document in front of you. It can be particularly valuable when trying to read faint handwriting on a manuscript, or decipher information that has been crossed out, making the original document significantly more accessible and useful.


---

# 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://aeh0.gitbook.io/minimal-digital/iiif-workshop/what-is-iiif/enhance.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.
