# Image

## Availability

\[SINCE Orbeon Forms 2016.1]

## What it does

The `fr:image` component shows an image. Unlike [fr:image-attachment](/form-runner/component/image-attachment.md), `fr:image` doesn't have an associated upload control and cannot be changed by the end-user of a form.

## Basic usage

```xml
<fr:image bind="my-image-bind">
    <xf:label ref="$form-resources/my-image/label"/>
</fr:image>
```

The URL of the image is stored in instance data via a single-node binding, here using `bind`.

## Form Runner usage

When in the Form Runner context, `fr:image` retrieves the resource while passing the `Orbeon-Form-Definition-Version` HTTP header when available.

## Compatibility notes

Prior to Orbeon Forms 2016.1, a plain `xf:output` was produced by Form Builder to achieve similar, but less explicit, behavior.

## See also

* [Image attachment component](/form-runner/component/image-attachment.md)
* [Attachment component](/form-runner/component/attachment.md)
* [Video component](/form-runner/component/video.md)


---

# 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://doc.orbeon.com/form-runner/component/image.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.
