# Collections list page

The **Collections list template** provides the layout and design of the **`/collections`** page that displays your store's collections in a grid. Use this page to give customers an overview of all or selected collections.

See demo [Chic](https://spark-theme-chic.myshopify.com/collections)

<figure><img src="/files/RLcduOhvMFnDplRWS9H4" alt=""><figcaption></figcaption></figure>

## **Quick setup**

By default, the **Collection list** template displays all published collections from your Shopify admin. You can choose to display only selected collections.

You can also adjust the layout of the grid, the shape of collection images (image aspect ratio), and the style of the collection titles and backgrounds.

{% hint style="success" %} <mark style="color:green;">**Shopify**</mark> | Collections are created and edited in your Shopify admin. See Shopify's [Collections manual](https://help.shopify.com/en/manual/products/collections) to learn how to group products into collections.
{% endhint %}

<details>

<summary><mark style="color:blue;">STEPS</mark></summary>

In your theme editor (**Customize**):

1. Use the **Templates selector** to open **Collections list**.

   ![](/files/Uz4GxXjTytf7A2vAUhR9)
2. Under **Template**, click on **Collections list page** from the list of sections.
3. Choose whether you want to show **All** of your collections collections or just **Selected** collections.

   > If you choose to show **Selected** collections, see step 8 to learn how to add those collections.
4. Check the **Show collection description** checkbox to display the description add in your Shopify Admin settings.
5. To crop your collection images to have the same shape, change the **Collection listing aspect ratio** to **Square**, **Landscape** (horizontal), or **Portrait** (vertical).

   > The default **Natural** setting displays the original shape of your image.

   ![](/files/P7WonYtlZhexu2rtwHZZ)
6. Choose how many **Collections per row** using the slider. Choose between *2* and *6* collections.

   > On small mobile devices, only *1* collection is shown per row.
7. (*Optional*.) If you chose to show **Selected** collections, return to the top-level Collection list settings.

   > Use the **+Add Collection** to add the number of collections you want. Then click on the new **Collection** blocks to select a collection.

   > Repeat this process until you've added all the selected collections you need.
8. Click **Save**.

</details>

## Settings reference

The following settings are available for the collections list template:

| Setting                     | Description                                                                                                                                                                                                                                                |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Select collections to show  | <p>Choose what collections are displayed. By default, the Collection list page will display all visible collections.</p><p><br>If you choose <em>Selected</em>, make sure to scroll to the top of these settings and <strong>Add collections</strong>.</p> |
| Show collection description | <p>Choose whether to <strong>Show collection description</strong>.<br></p><p>Collection descriptions are add in the <a href="https://shopify.com/admin/collections">Collections</a> area in your Shopify dashboard.</p>                                    |
| Collections per row         | Use the slider to display between 2 and 6 collections per row.                                                                                                                                                                                             |
| Image aspect ratio          | <p>Choose to display your images as <em>Square</em>, <em>Landscape</em>, or <em>Portrait</em>.</p><p><br>The default <em>Natural</em> setting will display the original orientation of your images.</p>                                                    |

\\

***

> **Related links**
>
> [Templates](/spark/pages/templates.md)


---

# Agent Instructions: 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:

```
GET https://help.fluorescent.co/spark/pages/templates/collections-list-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
