# Product

The **Product Page** is where customers learn about a specific product and make a purchase. This page highlights your product images, descriptions, prices, and “Add to Cart” and "Buy Now" buttons.

***

### What is a Product Page?

* A **dedicated page for displaying product information**.
* Only one product page is needed, as all products will be loaded dynamically.
* Shows **everything about that product**: images, description, price, options (size, color), and subscription choices.
* Helps customers **decide and checkout quickly**.

***

### Viewing a Product Page

1. Open the page editor (Lander Page or a new page).
2. Add or find a **Product Block.**
3. Edit the block and select products from your campaign.
4. The product block will load the product selected inside of the block.
5. Click the product image or the "more details" button to be routed to the product page.

***

### Select a Checkout page

* Click the page settings tab. There will be a tab with a paintbrush icon on the left-hand side of the page.
* Click the Checkout dropdown.
* Select a checkout page from the "Link your checkout page" options.

{% hint style="warning" %}
This is a global setting. Changing this will affect all checkout buttons existing in the storefront.
{% endhint %}

***


---

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