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

# Collections list page

A grid of all your collections, at `/collections`.

## Content

| Setting             | What it does                          |
| ------------------- | ------------------------------------- |
| Heading             | Leave empty to use the page name.     |
| Description         | A paragraph under the heading.        |
| Collections to show | Leave empty to show every collection. |

**On choosing collections:** leaving this empty shows all of them, which stays correct as you add more. Choosing some shows only those, in the order you arrange them — better when you want control, but you have to remember to add new collections here.

## Layout

| Setting                       | What it does                                                     |
| ----------------------------- | ---------------------------------------------------------------- |
| Sort collections by           | Alphabetically A–Z or Z–A, most products first, or fewest first. |
| Collections per page          | 4 to 24.                                                         |
| Columns on desktop            | 2 to 5.                                                          |
| Collections per row on mobile | One column or two.                                               |

Sorting only applies when you have not chosen collections by hand. If you have, your order wins.

## Card

| Setting            | What it does                                               |
| ------------------ | ---------------------------------------------------------- |
| Aspect ratio       | Square, Portrait or Landscape.                             |
| Show product count | How many products each collection holds.                   |
| Show description   | Uses the description set on each collection in your admin. |

**Give each collection an image**, set on the collection in **Products → Collections**. Without one the card draws a placeholder.

## Spacing and style

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

## Adding other sections

This page takes sections like any other. The demo adds testimonials, an FAQ and recent blog posts underneath the grid — useful if `/collections` is somewhere you send people from your menu.


---

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