> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/volume-themes/products.md).

# Products

- [Product Page](https://staylime.com/docs/volume-themes/products/product-page.md): Configure Volume product page layout: choose media display (grid, stack, gallery, slideshow), set media width, and pick from four pre-built product templates.
- [Color Swatches](https://staylime.com/docs/volume-themes/products/color-swatches.md): Set up color swatches in Volume using native Shopify category metafields, custom HEX values in Theme settings, or uploaded PNG swatch images.
- [Inventory Status](https://staylime.com/docs/volume-themes/products/inventory-status.md): Configure Volume's stock level indicator: availability labels, inventory transfer notices, percentage bar with thresholds, and colors for stock states.
- [Size Guide](https://staylime.com/docs/volume-themes/products/size-guide.md): Add a size guide to Volume product pages: use a custom.size\_guide metafield for per-product content, or link to shared size info pages via a product metafield.
- [Quick View & Pre-order templates](https://staylime.com/docs/volume-themes/products/quick-view-and-pre-order-templates.md): Configure Volume Quick View popup and Pre-order template: edit the quick-view template in the Theme Editor and assign pre-order via product settings.
- [Product Cards](https://staylime.com/docs/volume-themes/products/product-cards.md): Configure Volume product cards: hover effects, price position, quick buy, vendor logo, subtitle metafield, and design options like color scheme and grid.
- [Display Only Media Related to the Chosen Variant](https://staylime.com/docs/volume-themes/products/display-only-media-related-to-the-chosen-variant.md): Filter the Volume product gallery by selected variant: add the color name in parentheses to each image's alt text to link it to that variant.
- [Linked Products](https://staylime.com/docs/volume-themes/products/linked-products.md): Connect separate products and display them as clickable color swatches on the product page. Each color gets its own product card on Collection pages.
- [Custom options](https://staylime.com/docs/volume-themes/products/custom-options.md): Add custom product options in Volume (v3.0+) without apps: text fields, checkboxes, dropdowns, date pickers, file uploads, color pickers, and more.


---

# 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://staylime.com/docs/volume-themes/products.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.
