# Storefront Display

- [Changing the option position on the Product page](https://options-docs-v2.avisplus.io/storefront-display/changing-the-option-position-on-the-product-page.md): You can now choose where options show on your product page
- [Getting the HTML element](https://options-docs-v2.avisplus.io/storefront-display/changing-the-option-position-on-the-product-page/getting-the-html-element.md): Here is how you can get the HTML element for option repositioning.
- [Product Personalizer - Live preview](https://options-docs-v2.avisplus.io/storefront-display/product-personalizer-live-preview.md)
- [Change product image upon option selection](https://options-docs-v2.avisplus.io/storefront-display/change-product-image-upon-option-selection.md): You can automatically switch the main product image based on the selected custom options using Avislus Product Options! This feature helps you create a more dynamic, interactive shopping experience
- [Not allow deselect option value](https://options-docs-v2.avisplus.io/storefront-display/not-allow-deselect-option-value.md): This feature ensures that once a customer selects an option value, they cannot deselect it.
- [Avis Option Design](https://options-docs-v2.avisplus.io/storefront-display/avis-option-design.md): When you want to change the Style, Color or the Size of the Option but don't know how to do it on your side. Then head to the Design Sections in Avis Option or Shopify Option to explore more.
- [Customize tooltip](https://options-docs-v2.avisplus.io/storefront-display/edit-tooltip.md): This guide explains how to enhance your product option fields with tooltips and help text, including how to add links and images for clearer customer communication.
- [Show Avis option on Order confirmation Email/Order invoice/New order](https://options-docs-v2.avisplus.io/storefront-display/show-avis-option-on-order-confirmation-email-order-invoice-new-order.md): In case options already show, this can also be used to remove apo tags from your document as well.
- [Delete Span tags around the Add charge](https://options-docs-v2.avisplus.io/storefront-display/delete-span-tags-around-the-add-charge.md)


---

# 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://options-docs-v2.avisplus.io/storefront-display.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.
