> 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/sections/products.md).

# Products

Six sections for displaying products outside of collection pages — curated picks, AI-powered recommendations, recently viewed items, and a standalone product detail block you can place on any page.

***

### Section overview

| Section                  | Page                                                                                                                                        | What it does                                                                                                  |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| Featured Products        | [Featured Products & Selected Products](/docs/avante-themes/sections/products/products-with-sticky-content-and-selected-products.md)        | Product slider with a sticky content block — heading, description, and CTA alongside a scrollable product row |
| Selected Products        | [Featured Products & Selected Products](/docs/avante-themes/sections/products/products-with-sticky-content-and-selected-products.md)        | Hand-picked product grid with individually chosen products (not tied to a collection)                         |
| Product Recommendations  | [Product Recommendations & Cart Recommendations](/docs/avante-themes/sections/products/product-recommendations-and-cart-recommendations.md) | AI-powered product suggestions based on the current product page                                              |
| Cart Recommendations     | [Product Recommendations & Cart Recommendations](/docs/avante-themes/sections/products/product-recommendations-and-cart-recommendations.md) | Product suggestions in the cart based on the items already added                                              |
| Recently Viewed Products | [Recently Viewed Products & Product Details](/docs/avante-themes/sections/products/recently-viewed-products-and-product-details.md)         | Automatic feed of products the visitor has recently browsed                                                   |
| Product Details          | [Recently Viewed Products & Product Details](/docs/avante-themes/sections/products/recently-viewed-products-and-product-details.md)         | Standalone product detail block that can be placed on any page or template                                    |

***

### Quick decision guide

**Curating specific products manually?** → Selected Products — pick individual products regardless of collection. Featured Products for a slider layout with a sticky content sidebar.

**Want automated product suggestions?** → Product Recommendations on product pages (Shopify AI-powered). Cart Recommendations in the cart for cross-sell and upsell.

**Showing browsing history?** → Recently Viewed Products — displays products the visitor has looked at during their session.

**Need a product detail section outside the product template?** → Product Details — a standalone product block with full variant selection, gallery, and add-to-cart.

***

### Shared features

Product sections share card settings (image ratio, hover behavior, quick view, color swatches, vendor, rating), mobile layout options (columns, navigation), and section heading controls.


---

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