> For the complete documentation index, see [llms.txt](https://manual.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.scandipwa.com/v4.1.0/catalog/product-settings/customizable-options.md).

# Customizable Options

Below, you can find a list of the customizable options input control types supported by the ScandiPWA theme:

| **INPUT CONTROL** | **STATUS**      | **DESCRIPTION**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ----------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Text              | **SUPPORTED**   | <p>An input line or text box where the customer can enter the required information. Options:<br><strong>Field</strong> - A single line input field for text.<br><strong>Area</strong> - A multiple-line input field. Text can be formatted with the WYSIWYG editor or entered as HTML directly into the text box.</p>                                                                                                                                                                                                                                                                      |
| File              | **IN PROGRESS** | <p>Allows the customer to upload a file.</p><p>Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/1473"><https://github.com/scandipwa/base-theme/issues/1473></a></p>                                                                                                                                                                                                                                                                                                                                                                                            |
| Select            | **SUPPORTED**   | <p>Allows the customer to select a single option or multiple options, depending on the input type used. Options:<br><strong>Drop-down</strong> - A drop-down list of options that allows only one selection.<br><strong>Checkbox</strong> - A checkbox is a variation of a yes/no option. If the product has more than one checkbox, multiple selections can be made.</p><p><strong>NOTE!</strong> Radio Buttons and Multiple select options are not supported by ScandiPWA. If they are selected in the Magento admin, they will be rendered as dropdown and checkboxes accordingly. </p> |

![Customizable options on product pages](/files/-MJRnoq4ccvenoLJfUXJ)


---

# 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://manual.scandipwa.com/v4.1.0/catalog/product-settings/customizable-options.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.
