> For the complete documentation index, see [llms.txt](https://code-collective.gitbook.io/launch-flow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://code-collective.gitbook.io/launch-flow/features/compare-at-pricing.md).

# Sale & compare-at pricing

When Launch Flow lowers a product's price for a sale, it can show the original amount as a crossed-out **compare-at price** next to the new sale price. This is the familiar "was $X, now $Y" treatment shoppers recognize as a deal.

Because the snapshot already holds the original amount, Launch Flow uses it as the compare-at value automatically, so the markdown is visible to customers during the sale, and the compare-at is cleared when the original price is restored.

{% hint style="info" %}
**Display depends on your theme.** The crossed-out price renders wherever your theme is set to show compare-at pricing (most themes show it on product and collection pages). If you don't see it, check your theme's sale-price settings.
{% 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://code-collective.gitbook.io/launch-flow/features/compare-at-pricing.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.
