> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usekinetic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Selection

> Visual choice grid with images for each option.

# Image Selection

Image selection fields display answer options as a visual grid with images — perfect for product preferences, style quizzes, or any question where visuals help the user decide.

## When to Use

* Product preference questions
* Style or aesthetic quizzes
* Visual A/B comparisons
* Any question where images communicate better than text

## Configuration

| Setting             | Description                                   |
| ------------------- | --------------------------------------------- |
| **Label**           | The question text                             |
| **Options**         | Each option has a label, value, and image URL |
| **Allow Multiple**  | Whether users can select more than one option |
| **Columns**         | Number of columns in the grid (1-4)           |
| **Image Max Width** | Maximum width constraint for images           |
| **Required**        | Whether an answer is mandatory                |

## Adding Images

For each option, upload or paste an image URL. Supported formats: JPEG, PNG, WebP, GIF.

## Data Format

Single select:

```json theme={null}
{ "field_name": "option_1" }
```

Multi-select:

```json theme={null}
{ "field_name": ["option_1", "option_3"] }
```

<Tip>For product quiz forms, use the "Pin Product" button on each option to link real Shopify products for the recommendation engine.</Tip>
