> For the complete documentation index, see [llms.txt](https://sitesbyseth.gitbook.io/sitesbyseth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitesbyseth.gitbook.io/sitesbyseth-docs/skeleton/sections/product-recommendations.md).

# Product recommendations

The "You may also like" grid under the product page. Products are chosen automatically by Shopify's recommendation engine, based on purchase history and product data — nothing to curate.

**Where to use it:** it ships on the product template, below the Product page section. You can remove it there or adjust it, but it only works on product pages.

## Settings

* **Heading** (default "You may also like").
* **Products to show** (2–6, default 4).

### Section style

* **Top padding** (default 24), **Bottom padding** (default 40), **Background color**, **Text color**.

## No blocks

The cards follow your global **Theme settings → Product cards** design (ratio, hover image, quick view, badges).

💡 **Pro tip:** recommendations get smarter as your store accumulates orders — on a brand-new store they lean on product type and tags, so fill in **product type** on every product (**Products → your product → Product organization**) to keep early recommendations sensible. Four products is the sweet spot: one row, no scroll, no decision fatigue.


---

# 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://sitesbyseth.gitbook.io/sitesbyseth-docs/skeleton/sections/product-recommendations.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.
