> For the complete documentation index, see [llms.txt](https://support.heyamplify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.heyamplify.com/cart-and-checkout/scenarios.md).

# Scenarios

- [Cart](https://support.heyamplify.com/cart-and-checkout/scenarios/cart.md)
- [Amplify | Power Slide Cart: Learn About Its Features and How It Can Boost Your Store](https://support.heyamplify.com/cart-and-checkout/scenarios/cart/amplify-or-power-slide-cart-learn-about-its-features-and-how-it-can-boost-your-store.md)
- [How to Customize the Text in the Power Slide Cart](https://support.heyamplify.com/cart-and-checkout/scenarios/cart/how-to-customize-the-text-in-the-power-slide-cart.md): Learn how to modify the text displayed in the Amplify | Power Slid to align with your store’s branding and preferences. This guide will show you how to edit text elements within the Power Slide Cart.
- [How to Insert Custom HTML or Scripts into the Slide Cart](https://support.heyamplify.com/cart-and-checkout/scenarios/cart/how-to-insert-custom-html-or-scripts-into-the-slide-cart.md): Learn how to enhance the functionality of your Slideout Cart by adding custom HTML elements or scripts. This feature allows you to display custom notices, buttons, or integrate third-party scripts.
- [Spend X Get Y](https://support.heyamplify.com/cart-and-checkout/scenarios/spend-x-get-y.md): Set a cart value goal and offer free shipping,  gift, and discount rewards
- [How to create a Spend X Get Y scenario](https://support.heyamplify.com/cart-and-checkout/scenarios/spend-x-get-y/how-to-create-a-spend-x-get-y-scenario.md): Encourage customers to increase their cart value by offering rewards when they meet specific spending thresholds with the “Spend X Get Y” scenario.
- [How to customize discount code prefix for Spend X Get Y](https://support.heyamplify.com/cart-and-checkout/scenarios/spend-x-get-y/how-to-customize-discount-code-prefix-for-spend-x-get-y.md): Learn how to customize discount code prefixes for Spend X, Get Y offers, enabling a more personalized and identifiable code structure for your promotions.
- [Post-Purchase Offer](https://support.heyamplify.com/cart-and-checkout/scenarios/post-purchase-offer.md): Display personalized upsell offer based on the shopper's current order
- [How to Create a Post-Purchase Scenario](https://support.heyamplify.com/cart-and-checkout/scenarios/post-purchase-offer/how-to-create-a-post-purchase-scenario.md): Boost your store’s order value by offering a highly relevant product right after checkout with Amplify's Post-Purchase scenario.
- [Checkout Upsell](https://support.heyamplify.com/cart-and-checkout/scenarios/checkout-upsell.md)
- [How to create a Checkout Upsell scenario](https://support.heyamplify.com/cart-and-checkout/scenarios/checkout-upsell/how-to-create-a-checkout-upsell-scenario.md): Enable a dynamic widget at checkout that shows matched offers based on the products in the cart - using rules to decide which products to display and when to display them.


---

# 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://support.heyamplify.com/cart-and-checkout/scenarios.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.
