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

# Featured product

One product, shown in full on any page — its images, price, options and an add to cart button. Useful on a landing page, or for putting a single hero product on the home page.

## Set it up

1. Add the section.
2. Choose a **Product**.
3. Add or remove blocks to control what is shown.

## Content

| Setting          | What it does                                    |
| ---------------- | ----------------------------------------------- |
| Product          | The product to feature.                         |
| Kicker           | Small line above the heading.                   |
| Heading          | An optional section heading, above the product. |
| Heading size     | Small, Medium or Large.                         |
| Show vendor      | The product's vendor.                           |
| Show description | The product's description.                      |

## Layout

| Setting        | What it does                   |
| -------------- | ------------------------------ |
| Image position | Left or Right.                 |
| Top spacing    | 0px to 120px.                  |
| Bottom spacing | 0px to 120px.                  |
| Color scheme   | Which scheme the section uses. |

## What it does automatically

This section is a real product form, not a picture of one. It behaves the way the product page does:

* **Variant options** appear when the product has them, and the price updates as the customer chooses.
* **Add to cart** adds the item without leaving the page, and opens the cart drawer.
* **Accelerated checkout** — Shop Pay and the other express buttons — appears where your store has it enabled.
* **Sold out** products show a disabled button reading "Sold out", and the express buttons are hidden.
* **Gift card products** show the recipient fields, so a customer can send one to someone else.

## Blocks

You can add app blocks here, so an app that adds something to your product page can add it to this section too.


---

# 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://docs.lufavo.com/roomfolk/sections/featured-product.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.
