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

# Template default collection

### Configure main collection

Select the customize theme option. At the top of the page click on the dropdown menu to select the **Collection > Default collection template.**

From the left side menu, select **Main collection.**

Customize this section by using the setting on the right side of the theme editor, as described below;

<table data-header-hidden><thead><tr><th width="245"></th><th></th></tr></thead><tbody><tr><td>Main collection</td><td><p><strong>Color scheme</strong><br>Select the color scheme. </p><p><em>(<strong>Note</strong>: These can be managed from Theme settings> color schemes.)</em><br><br><strong>Section background</strong><br>Choose the background color from solid or gradient. These colors can be managed in the assigned color scheme.</p></td></tr><tr><td>Products grid</td><td><strong>Products per page</strong><br>Adjust the range bar to determine the number of products to display per page.<br><br><strong>Products per row</strong><br>Adjust the range bar to determine the number of products per row.<br><br><strong>Gap between products</strong><br>Adjust the range bar to determine the gap between the products.<br><br><strong>Image ratio</strong><br>Choose from image's ratio from the following options:<br>- Auto<br>- Square<br>- Landscape<br>- Portrait<br><br><strong>Image fit</strong><br>Choose the images fit from the following options:<br><strong>- Natural-</strong> It contains the image.<br><strong>- Cropped-</strong> It covers the image.<br><br><strong>Pagination type</strong><br>Select the pagination type from the options:<br>- Page number<br>- Load more<br>- Infinite scroll</td></tr><tr><td>Sorting and filters</td><td><strong>Enable sorting</strong><br>Select the checkbox to enable sorting. <br><br><strong>Enable filters</strong><br>Select the checkbox to enable filters. <br><br><strong>Enable sticky filters</strong><br>Select the checkbox to enable sticky filters button.<br><br><strong>Hide sticky filter on section end</strong><br>Select the checkbox to hide sticky filters on the end of section.<br><br><strong>Radius</strong><br>Adjust the range bar to determine the radius of filters drawer.<br><br><strong>Color option style</strong><br>Choose the style of color swatches in the filters drawer, from below options:<br>- Square<br>- Circle<br><br><strong>Enable grid count</strong><br>Select the checkbox to show the grids count, adjacent to the filters. </td></tr><tr><td>Collections</td><td><strong>Show collections</strong><br>Select this checkbox to show the collections list.<br><br><strong>Collections</strong><br>Choose the collections list.</td></tr><tr><td>Section spacing</td><td><p><strong>Desktop top space</strong></p><p>Adjust the range bar to add spacing at the top of the section for desktop view.  <br> </p><p><strong>Desktop bottom space</strong></p><p>Adjust the range bar to add spacing at the bottom of the section for desktop view. </p><p> </p><p><strong>Mobile top space</strong></p><p>Adjust the range bar to add spacing at the top of the section for mobile view. </p><p> </p><p><strong>Mobile bottom space</strong><br>Adjust the range bar to add spacing at the bottom of the section for mobile view. </p></td></tr></tbody></table>


---

# 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://shinedezign.gitbook.io/maya/overview/template-default-collection.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.
