> For the complete documentation index, see [llms.txt](https://help.fluorescent.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fluorescent.co/stiletto/product-pages.md).

# Product pages

- [Product template](https://help.fluorescent.co/stiletto/product-pages/product-template.md)
- [Pre-order template](https://help.fluorescent.co/stiletto/product-pages/product-template/pre-order-template.md)
- [Product landing](https://help.fluorescent.co/stiletto/product-pages/product-template/product-landing.md)
- [Gift card](https://help.fluorescent.co/stiletto/product-pages/product-template/gift-card.md)
- [Layout and style](https://help.fluorescent.co/stiletto/product-pages/layout-and-style.md)
- [Product tabs](https://help.fluorescent.co/stiletto/product-pages/layout-and-style/product-with-tabs.md)
- [Media gallery](https://help.fluorescent.co/stiletto/product-pages/layout-and-style/media-gallery.md)
- [Sticky product details](https://help.fluorescent.co/stiletto/product-pages/layout-and-style/sticky-product-details.md): Product page
- [Breadcrumbs](https://help.fluorescent.co/stiletto/product-pages/layout-and-style/breadcrumbs.md)
- [Navigation buttons](https://help.fluorescent.co/stiletto/product-pages/layout-and-style/navigation-buttons.md)
- [Overview blocks](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks.md)
- [Default blocks](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/default-blocks.md)
- [Collapsible rows block](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/collapsible-rows-block.md)
- [Complementary products](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/complementary-products.md)
- [Custom options](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/custom-options.md)
- [Image block](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/image-block.md)
- [Information popup](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/information-popup.md)
- [Product labels](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/product-labels.md)
- [Secure payment](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/secure-payment.md)
- [Stock level indicator](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/stock-level-indicator.md)
- [Text block](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/text-block.md)
- [Text list with icons](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/text-list-with-icons.md)
- [App blocks](https://help.fluorescent.co/stiletto/product-pages/product-page-blocks/app-blocks.md)
- [Variant options](https://help.fluorescent.co/stiletto/product-pages/variant-options.md)
- [Variant chips](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-chips.md)
- [Variant swatches](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-swatches.md)
- [Use default colors](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-swatches/use-default-colors.md)
- [Use custom colors](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-swatches/use-custom-colors.md)
- [Use variant images](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-swatches/use-variant-images.md)
- [Use custom images](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-swatches/use-custom-images.md)
- [Change swatch styles](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-swatches/change-swatch-styles.md)
- [Show on product cards](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-swatches/show-on-product-cards.md)
- [Dynamic option availability](https://help.fluorescent.co/stiletto/product-pages/variant-options/variant-swatches/dynamic-option-availability.md)
- [Media grouping](https://help.fluorescent.co/stiletto/product-pages/variant-options/media-grouping.md)
- [Sibling product swatches](https://help.fluorescent.co/stiletto/product-pages/variant-options/sibling-product-swatches.md)
- [Product page sections](https://help.fluorescent.co/stiletto/product-pages/product-page-sections.md)
- [Product reviews](https://help.fluorescent.co/stiletto/product-pages/product-page-sections/product-reviews.md)
- [Product recommendations](https://help.fluorescent.co/stiletto/product-pages/product-page-sections/product-recommendations.md)


---

# 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://help.fluorescent.co/stiletto/product-pages.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.
