# Picture Choice

A `Picture Choice` field can be implemented by using the [Button Group](/platform/build-forms/elements/fields/button-group.md) field and uploading images to each button.

Under `Properties`, go to the option section and create your desired number of options. Then, click the `Edit` icon on the right and select `Add Image` to add an image to that button.

<figure><img src="/files/ZAtTD5uaqX62tpiuniZD" alt="Screenshot of a button group element selected."><figcaption></figcaption></figure>

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference button group fields with `type` equal to `button_group`. The submitted value is a `string`.


---

# 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://docs.feathery.io/platform/build-forms/elements/fields/picture-choice.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.
