> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/collections/collection-pages/sub-collections.md).

# Subcollections

Cross-promote other collections with sub-collections. Display a carousel or grid of links to related or similar collections on any collection page.

Broadcast uses Shopify's Navigation menu system to bring custom menu items into any collection page and displays them as sub-collections with a graphical image, collection name, description, and link.

<figure><img src="/files/cvNbZAG6Ow2l51B8p6tU" alt="The image is highlighting the settings of the subcollections section inside the theme customizer"><figcaption></figcaption></figure>

<table><thead><tr><th width="215.697021484375">Settings</th><th width="151.859375" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Layout</td><td align="center"><code>select</code></td><td>Choose <code>Grid</code> or <code>Slider</code>.</td></tr><tr><td>Show description</td><td align="center"><code>checkbox</code></td><td>Display a description.</td></tr><tr><td>Select a photo to display</td><td align="center"><code>select</code></td><td>Choose <code>Collection image</code>or <code>Product image</code>.</td></tr><tr><td><strong>Colors</strong></td><td align="center"></td><td></td></tr><tr><td>Color scheme</td><td align="center"><code>color_scheme</code></td><td>Choose a predefined color scheme.</td></tr><tr><td>Text</td><td align="center"><code>color</code></td><td>Set a custom text color.</td></tr><tr><td>Background</td><td align="center"><code>color</code></td><td>Set a custom background color.</td></tr><tr><td><strong>Padding</strong></td><td align="center"></td><td></td></tr><tr><td>Top</td><td align="center"><code>range</code></td><td>Space above the section.</td></tr><tr><td>Bottom</td><td align="center"><code>range</code></td><td>Space below the section.</td></tr></tbody></table>

## Adding collections

Use the link in the settings to create a navigation list, the rest is done right in your Shopify Admin under Content. Choose Menus and 'Create menu' to create a new menu.

Create a new menu with the same handle as your collection.

<figure><img src="/files/YbXFAWobmzgT0Qz97Led" alt="The gif is showing how to create a menu from the Shopify menus tab and add different menus with collection links"><figcaption></figcaption></figure>

For our example, we will be adding sub-collections to our Accessories collection, our menu will be called Accessories, and the handle will be in lowercase: `accessories`

Next, we'll add menu items, which will be the sub-collection links that are displayed in the sub-collection carousel or grid.

{% hint style="success" %}
Create a new menu item for each collection that is listed as a sub-collection.
{% endhint %}

Save your menu, and your sub-collections are ready to use.&#x20;


---

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

```
GET https://broadcast.presidiocreative.com/collections/collection-pages/sub-collections.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.
