> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/survey-programming-decipher/complexity-support/images-in-surveys.md).

# Images in Surveys

Metaforms supports a wide range of image-based survey layouts - from basic image titles to dynamic stimuli and piped media across loops. Below are the image scenarios currently supported with some examples:

* Radio question with image in the title

<figure><img src="/files/DxeTHd3Ja15jAECtg80o" alt=""><figcaption></figcaption></figure>

* Radio question with rows and columns - Images in Rows

<figure><img src="/files/SKT6BhkMp3esAmRo2sbn" alt=""><figcaption></figcaption></figure>

* Radio question with rows and columns - Images in Columns

<figure><img src="/files/Z5COrLdGmHPQHnLXuddh" alt=""><figcaption></figcaption></figure>

* Checkbox questions with image in the rows

<figure><img src="/files/BmwWpo3Eq3BytZ5XuCcF" alt=""><figcaption></figcaption></figure>

* Radio question with image piped in the title from option selected in previous question

<figure><img src="/files/g23Vo4iL4qrkEucZSpl9" alt=""><figcaption></figcaption></figure>

* Multi Select Question with Image Stimuli in Loop Rows

<figure><img src="/files/5MLiIxs8G7BvrpbMVTLc" alt=""><figcaption></figcaption></figure>

* Looped radio question with rows and columns - Image in the loop row for Each Book Design piped in the title

<figure><img src="/files/6lsqX61bAujLjMnStnwG" alt=""><figcaption></figcaption></figure>

* Clickable popup Link in title which shows image when clicked

<figure><img src="/files/7xy5NozEXoJDmJMOqZKT" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://help.metaforms.ai/survey-programming-decipher/complexity-support/images-in-surveys.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.
