> 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/space/sections/products-and-collections/product-list.md).

# Product list

### Section overview

The Product List section displays products from a selected collection as a list of titles, where hovering each title reveals the product's image alongside it.

#### Common Use Cases

* Creating a minimal, elegantly styled product showcase
* Highlighting featured or curated products with hover effects
* Creating interactive product menus with visual feedback
* Presenting collections in a space-efficient way for lookbooks or catalogs

#### Usage Tips

* For the best hover effect experience, use high-quality product images with consistent dimensions
* Keep product titles concise to maintain a clean appearance in list format
* Enable margin settings for better spacing on larger screens
* Consider mobile users' experience where hover effects aren't available
* Adjust image height to ensure images appear correctly sized when revealed

### Section Settings

| Setting              | Description                                                                |
| -------------------- | -------------------------------------------------------------------------- |
| Collection           | The collection of products to display in the list                          |
| Products count       | Maximum number of products to display (default: 7)                         |
| Top spacing          | Adjust the spacing above the section (0-300px)                             |
| Bottom spacing       | Adjust the spacing below the section (0-300px)                             |
| Color scheme         | Select from theme color schemes or choose custom                           |
| Custom color         | Select a custom background color when using the custom color scheme        |
| Text color           | Option to override text color (default, force light, force dark)           |
| Border color         | Choose between subtle or strong border color                               |
| Enable color fade    | Enable background color transition when scrolling into view                |
| Border position      | Select where borders appear (none, top, bottom, or both)                   |
| Horizontal alignment | Align content left, center, or right                                       |
| Image height         | Adjust the size of the revealed product images (20-600px)                  |
| Enable margin        | Apply horizontal margin from global theme settings                         |
| Visibility           | Control section visibility across devices (all, mobile only, desktop only) |
| Show prices          | Display product prices alongside titles                                    |
| Show rating text     | Display product rating information                                         |
| Show tagline         | Display product subtitle/tagline if available                              |

### Block Settings

This section does not contain configurable blocks.


---

# 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/space/sections/products-and-collections/product-list.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.
