> For the complete documentation index, see [llms.txt](https://mpithemes.gitbook.io/triumph/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mpithemes.gitbook.io/triumph/pages/collection-list-page.md).

# Collection list page

Displays a list of collections in a customizable grid layout.

{% hint style="success" %}
To customize the *Collection list page*, hit the drop-down in the top control panel and select '*Collections list*'.\
Select the '*Collection list page*' section in the side control panel.
{% endhint %}

## Collection list page

*Shared Settings*:

* [<mark style="color:$primary;">Card text</mark>](#card-text)
* [<mark style="color:$primary;">Card image</mark>](#card-image)
* [<mark style="color:$primary;">Card attributes</mark>](#card-attributes)
* [<mark style="color:$primary;">Section layout</mark>](https://mpithemes.gitbook.io/triumph/template/shared-settings/section-layout)
* [<mark style="color:$primary;">Section mobile layout</mark>](https://mpithemes.gitbook.io/triumph/template/shared-settings/section-mobile-layout)
* [<mark style="color:$primary;">Card colors</mark>](#card-colors)
* [<mark style="color:$primary;">Hover card colors</mark>](#hover-card-colors)

*Blocks:*

* [<mark style="color:$primary;">Page heading</mark>](/triumph/pages/collection-list-page/page-heading.md)
* [<mark style="color:$primary;">Collection</mark>](/triumph/pages/collection-list-page/collection.md)

***

**Collections to show**\
Choose which collections appear on the page:

* **All collections** – Displays all collections from the admin.

**Sort collections** (for '*All collections*' *only*)\
Controls the display order of collections.

* **Selected collections** – Shows only the collections you choose manually.

**Selected collections**\
Choose the specific collections to display.

* **Collections from blocks** – Uses collections added through individual blocks.\
  Read the details [<mark style="color:$primary;">here</mark>](/triumph/pages/collection-list-page/collection.md).

***

#### Card text

**Placement**\
Choose where the text appears:

* **Below image** – Places text under the collection image.

<figure><img src="https://4126621502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkpREZeVZogNLjx09og4O%2Fuploads%2FC3F3B7NtJ65NLM07tTT8%2Fcollections%20list%20page_text%20below%20image.png?alt=media&amp;token=cf304ffe-5c66-460f-998e-827e2572a175" alt=""><figcaption></figcaption></figure>

* **On image** – Overlays text on top of the image.

<figure><img src="https://4126621502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkpREZeVZogNLjx09og4O%2Fuploads%2FC80flPpry56n2FXCzUFj%2Fcollections%20list%20page_text%20on%20image.png?alt=media&amp;token=945e6a3f-d2d8-4b8c-9f8c-5c103337e39a" alt=""><figcaption></figcaption></figure>

**Alignment**\
Controls text alignment:

* **Left** – Aligns text to the left.
* **Center** – Centers the text.

**Heading size**\
Adjusts the size of the collection title (15-20 px).

***

#### Card image

**Aspect ratio**\
Set the image style:

* **Adapt to image** – Keeps each image’s original proportions.
* **Squared** – Displays images in a 1:1 ratio.
* **Portrait** – Taller images (3:4 ratio).
* **Landscape** – Wider images (4:3 ratio).

***

#### Card attributes

Visible on hover over the collection card:

**Show product quantity**\
Displays the number of products in each collection.

**Show 'View all' button**\
Adds a button linking to the full collection page.

***

#### Card colors

**Text**\
Controls the text color on collection cards.

**Link**\
Sets the color of the 'View all' button.

***

#### Hover card colors

**Change colors on hover**\
Applies different colors when hovering over collection cards.

**Hover background**\
Sets the background color on hover.

**Text**\
Changes the text color on hover.


---

# 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://mpithemes.gitbook.io/triumph/pages/collection-list-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.
