# Pages

A CheckoutChamp Storefront is made up of a small set of predefined pages, each serving a specific role in the ecommerce flow. All pages use structured layouts and configuration-based settings for styling and formatting—no code required.

***

#### Landing Page

The main entry point to the storefront.\
Uses sections (blocks) to build branded layouts for promotions, product discovery, and featured content.

***

#### Product Page

Displays details for a single product.\
Uses a prebuilt layout designed for accurate pricing, variants, subscriptions.

***

#### Collection Page

Displays a group of related products.\
Uses a structured layout with configurable styling to support browsing and discovery.

***

#### Cart Page

Shows selected items before checkout.\
Provides a standardized cart experience compatible with CheckoutChamp checkout logic.


---

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