> For the complete documentation index, see [llms.txt](https://pipeline.groupthought.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pipeline.groupthought.com/settings/theme-settings/product-form.md).

# Product form

The Product form is the essential section of the Product page and Quickview drawer to help customers select options and add items to the cart. You can use these global settings to adjust certain elements. Other settings are found right on the main Product form in the Product templates.

## Overview

<details>

<summary>Settings overview</summary>

* Sale discount style, badge options to display percent off or dollar value
* For the variant option style, choose between buttons or dropdown

Tip: The sale badge will only appear when the Compare-at price is larger than the Price set in the product setup

</details>

Video of product form options:

{% embed url="<https://www.loom.com/share/19e68a5ee1d4428a88421ac4d00437b0?sid=63ceeaca-7908-438f-98d2-19ebd5754047>" %}

**Tip**: To display the Sale badge on a Product page, the Price block must be added:

<figure><img src="/files/nF62g8fWS6JbPGArND2T" alt=""><figcaption><p><strong>Price block has been added and is not hidden</strong></p></figcaption></figure>


---

# 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://pipeline.groupthought.com/settings/theme-settings/product-form.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.
