# 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              | **SUPPORTED** | 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 (drop-down, checkbox and radio button).</p><p><strong>NOTE!</strong> Multiple select isn't supported by ScandiPWA. If selected in the Magento admin, it will be rendered checkbox instead. </p>                |
| Date              | **SUPPORTED** | Allows the customer to select data/time options                                                                                                                                                                                                                                                                       |

Check out this example of a product with customizable options:

![Customizable options on product pages](https://502840146-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-MJRgt0ZL8UAvID7typS%2F-MJRnoq4ccvenoLJfUXJ%2Fd3be4689-ab07-4494-9245-7d4feca6a8cb.gif?alt=media\&token=e94f6c32-3958-4bf7-a213-a1a9ff6cfdca)


---

# 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/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.
