> 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/pages/collection-page.md).

# Collection page

A grid of the products in one collection, with filtering and sorting.

## Collection header

| Setting               | What it does                                        |
| --------------------- | --------------------------------------------------- |
| Show collection image | Uses the image set on the collection in your admin. |

The collection's name and description come from the collection itself, set in **Products → Collections**.

## Layout

| Setting            | What it does               |
| ------------------ | -------------------------- |
| Products per page  | 8 to 48.                   |
| Columns on desktop | 2 to 5.                    |
| Columns on mobile  | One column or two.         |
| Enable filtering   | Shows the filter controls. |
| Enable sorting     | Shows the sort menu.       |

**On products per page:** more products means fewer pages but a slower first load. 24 is a reasonable middle. Customers can page through the rest.

## Filters

Filtering is on by default, but **which filters appear is set in Shopify, not in the theme.** Install Shopify's free **Search & Discovery** app and configure them there — availability, price, product type, vendor, and any variant option such as size or color.

Without that app you will see a basic set. With it, you control them.

## Card

| Setting                    | What it does                                                  |
| -------------------------- | ------------------------------------------------------------- |
| Aspect ratio               | Natural, Square, Portrait or Landscape.                       |
| Show vendor                | The product's vendor above its name.                          |
| Show star rating           | The product's review rating, where a review app supplies one. |
| Enable quick add           | An add to cart button on each card.                           |
| Show second image on hover | Reveals the product's second image on hover.                  |

**On aspect ratio:** a fixed shape keeps the grid even when your product images vary. **Natural** keeps each image's own shape, which looks best only when your photography is consistent.

## Spacing and style

| Setting        | What it does                |
| -------------- | --------------------------- |
| Top spacing    | 0px to 120px.               |
| Bottom spacing | 0px to 120px.               |
| Color scheme   | Which scheme the page uses. |

## An empty collection

A collection with no products shows a message saying so, rather than an empty grid. If filters have been applied and nothing matches, the page says that too and offers a way to clear them.


---

# 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/pages/collection-page.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.
