> 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/avante-themes/faq/products-and-variants.md).

# Products & variants

- [A variant shows "Unavailable" but the product is in stock](https://staylime.com/docs/avante-themes/faq/products-and-variants/a-variant-shows-unavailable-but-the-product-is-in-stock.md): Learn why a variant displays "Unavailable" in Avante — usually a missing option combination or Shopify market-based shipping restrictions, not a stock issue.
- [How do I show color swatches?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-do-i-show-color-swatches.md): Enable color swatches in Avante: go to Theme settings → Variant selector → Color pills, enter your variant label name, and pick Swatch or Image style.
- [Why aren't my collection filters showing up?](https://staylime.com/docs/avante-themes/faq/products-and-variants/why-arent-my-collection-filters-showing-up.md): Collection filters in Avante require the free Shopify Search & Discovery app. Install it, configure filters in its settings, and they appear automatically.
- [How do I set up Linked Products?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-do-i-set-up-linked-products.md): Set up Linked Products in Avante to display separate products as color swatches on the product page, letting each color appear individually on collection pages.
- [How do I show different content per product?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-do-i-show-different-content-per-product.md): Display product-specific size charts, care instructions, or material notes in Avante using metafield-driven collapsible tabs and pop-up blocks.
- [How to edit or remove demo text from Quick View?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-to-edit-or-remove-demo-text-from-quick-view.md): Quick View placeholder text lives in the Products → quick-view template in the Theme Editor. Open it and edit or delete the demo blocks directly.
- [Variant images aren't switching when I select a color](https://staylime.com/docs/avante-themes/faq/products-and-variants/variant-images-arent-switching-when-i-select-a-color.md)
- [How do I show color swatches and a short description on collection cards?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-do-i-show-color-swatches-and-a-short-description-on-collection-cards.md)
- [How do I add a Pre-order button?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-do-i-add-a-pre-order-button.md)
- [Quick View / Quick Add buttons aren't visible on mobile](https://staylime.com/docs/avante-themes/faq/products-and-variants/quick-view-quick-add-buttons-arent-visible-on-mobile.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://staylime.com/docs/avante-themes/faq/products-and-variants.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.
