# Collection

Collection pages are used to display groups of products and are managed through a single dedicated page. The products displayed are dynamically determined by the link routing used to access the page, allowing the same page to serve multiple collections without duplication.

The page supports built-in product search and sorting, enabling users to quickly find products based on relevance or predefined sort options. Collection pages can also support pagination or lazy loading to improve performance and user experience when displaying large product sets.

Styling and layout for the collection page are fully configurable using the page settings available on the left-hand side of the editor. These settings allow you to control visual elements such as spacing, layout, and display options to ensure the collection page matches the overall storefront design.


---

# 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.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/storefront/pages/collection.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.
