# 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** | Allows the customer to upload a file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 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> |

Check out this example of a product with customizable options:

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


---

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