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

# Overview

## What is a checkout page?

The checkout page is one of the most critical steps in your customer’s journey—it's where a customer makes the decision to add their payment information and buy your products.&#x20;

<figure><img src="/files/s0quLoJ7fPUeJjGA1VsW" alt=""><figcaption><p>Example of a checkout page.</p></figcaption></figure>

With Platter+ checkout extensions, you can easily modify your checkout page directly in Shopify. With an optimized checkout, you can:

* **Generate additional revenue** using cross-sells, upsells, and progress bars.
* **Increase customer confidence** using testimonials, badges, and frequently asked questions.
* **Improve conversion rates** with promotions, banners, and custom content.

## Where to edit your checkout page

Using Shopify's checkout editor, you can customize and manage the functionality and appearance of your checkout.

You can edit your checkout in your Shopify admin by clicking on Checkout, and then select Customize beside any of your checkout configurations.&#x20;

<figure><img src="/files/AXNyldLFQINduuX4iBaG" alt=""><figcaption><p>View of the checkout settings in Shopify.</p></figcaption></figure>

{% hint style="info" %}
To learn more about Checkout Extensibility, we suggest looking at Shopify's help center article on [Customizing and editing your checkout](https://help.shopify.com/en/manual/checkout-settings/customize-checkout-configurations/index).&#x20;
{% endhint %}

## What are Platter+ checkout extensions?

Platter+ checkout extensions are powerful app blocks designed to help you enhance your checkout experience generate more revenue with every order. These extensions allow you to customize the functionality and appearance of your checkout page without needing technical expertise.

Platter+ offers a range of extensions:

* In-Checkout Cross-Sells
* Tiered Promotion Progress Bar
* Alert Banner
* Testimonials
* Checkbox With Input
* Dropdown Text
* Icons With Text
* Image Block&#x20;
* Text Block

Here is a preview of Platter+ checkout extensions in [Neuro](https://neurogum.com/)'s checkout.&#x20;

<figure><img src="/files/kfDNHZKwXjSxt1lMtSHG" alt=""><figcaption><p>An example of Platter+ checkout extensions in action.</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://docs.platter.com/checkout/overview.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.
