---
title: Pages
description: The core page types that make up your storefront.
type: overview
---

# Pages



Each storefront is built from a small set of core page types. These guides cover the architecture, data fetching, and customization patterns for each.

<Cards>
  <Card title="Home" href="/docs/anatomy/pages/home">
    The storefront landing page - hero, featured collections, and promotional content.
  </Card>

  <Card title="Product Detail Page (PDP)" href="/docs/anatomy/pages/pdp">
    Individual product pages with variants, media, and add-to-cart.
  </Card>

  <Card title="Product Listing Page (PLP)" href="/docs/anatomy/pages/plp">
    Collection and search results pages with filtering, sorting, and pagination.
  </Card>
</Cards>


---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)

For agent-facing discovery, including API and MCP surfaces, see [/agents.md](/agents.md)