> For the complete documentation index, see [llms.txt](https://help.fluorescent.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fluorescent.co/cornerstone/product-pages/product-page-blocks/product-header.md).

# Product header

The **Product header** block displays basic details of your product entered in your Shopify admin settings, including the title and pricing.

{% hint style="success" %}
This block displays product details controlled by the Shopify admin. See [Shopify's product guide](https://help.shopify.com/en/manual/products/details) to learn more.
{% endhint %}

`Click Product header block to find settings`

<table><thead><tr><th width="272">Setting</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;">Show divider</mark></td><td>Show border line beneath the product details.</td></tr><tr><td><mark style="color:blue;">Show vendor</mark></td><td>Show the vendor name beneath the product title.</td></tr><tr><td><mark style="color:blue;">Show SKU</mark></td><td>Show the "Stock-keeping unit" (SKU) number of the product.</td></tr><tr><td><mark style="color:blue;">Show price</mark></td><td>Show the product’s price.</td></tr><tr><td><mark style="color:blue;">Show discount</mark></td><td>Show discount amount as set up in the 'compare at price' setting in the Shopify admin.</td></tr><tr><td><mark style="color:blue;">Discount format</mark></td><td>Choose to display discounts by percentage or currency amount.</td></tr><tr><td><mark style="color:blue;">Show Shop Pay instalments banner</mark></td><td>To display the banner, Shop Pay must be enabled for your store. <a href="https://help.shopify.com/en/manual/payments/shop-pay-installments">Learn more</a>.</td></tr><tr><td><mark style="color:blue;">Show sale badge</mark></td><td>Show sale label for products that have a Compare at price set in your Shopify admin.</td></tr><tr><td><mark style="color:blue;">Show custom badges</mark></td><td>Show custom badges added to your theme settings. See the <a href="/pages/RCIKzuWhXQZ2v9iyFtdH">Product badges guide</a>.</td></tr><tr><td><mark style="color:blue;">Always place at the top of page</mark></td><td>Choose to show the product header at the top on mobile devices. If disabled, the product header will display below the product media.</td></tr></tbody></table>


---

# 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.fluorescent.co/cornerstone/product-pages/product-page-blocks/product-header.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.
