> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/storefront/pages/product.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
