> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/content/sections/collection-lists.md).

# Collection lists

### Section overview

Collection lists in Slab are built from the generic `section.liquid` and exposed as two presets in the theme editor:

* Collection list: grid
* Collection list: slider

Use these presets when you want to showcase multiple collections on one page with either a fixed grid or a horizontal slider layout.

#### Common use cases

* Building homepage collection navigation.
* Highlighting featured collections by season or category.
* Creating curated collection discovery sections.
* Reusing a consistent collection-card style across layouts.

#### Usage tips

* Choose the grid preset for denser browsing and the slider preset for visual storytelling.
* Keep collection imagery consistent across cards for a cleaner layout.
* Start with default spacing and gap values, then tune based on card size.
* Test both desktop and mobile behavior after changing columns or slide widths.

### Section settings

Both presets inherit the shared `section.liquid` settings, including:

| Setting                                       | Description                                           |
| --------------------------------------------- | ----------------------------------------------------- |
| URL                                           | Optional link for the entire section wrapper.         |
| Enable background image or video              | Turns on background media rendering for the section.  |
| Top spacing / Bottom spacing                  | Controls section vertical spacing.                    |
| Gap size                                      | Controls spacing between child layout elements.       |
| Color scheme / Color border / Border position | Controls visual styling and border behavior.          |
| Vertical alignment                            | Aligns section content vertically.                    |
| Enable margin                                 | Applies global horizontal margin settings.            |
| Visibility                                    | Controls device visibility (all, mobile, or desktop). |

### Block settings

Preset-specific block structures are documented in:

* [Collection list: grid](broken://pages/yLPpN6OYCPM3gibbTh35)
* [Collection list: slider](broken://pages/iQbuIGNEBpXlkggXb7FR)


---

# 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://help.brickspacelab.com/slab/content/sections/collection-lists.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.
