--- title: page - Storefront API description: Fetch a specific `Page` by one of its unique attributes. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/queries/page' md: 'https://shopify.dev/docs/api/storefront/unstable/queries/page.md' --- # page query Fetch a specific `Page` by one of its unique attributes. ## Arguments * handle [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The handle of the `Page`. * id [ID](https://shopify.dev/docs/api/storefront/unstable/scalars/ID) The ID of the `Page`. *** ## Possible returns * Page [Page](https://shopify.dev/docs/api/storefront/unstable/objects/Page) Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store. *** ## Examples * ### page reference ## Query Reference ```graphql { page { # page fields } } ```