# Cart

The cart page is an optional page that displays all products currently stored in the user’s cart. It provides customers with a clear overview of selected items before checkout, including product details, quantities, and pricing.

Users can access the cart page in two ways: through the drawer cart experience or by navigating directly via the cart icon located in the menu. From the cart page, users can review and update their cart contents before proceeding to checkout.

The page supports an order bump and custom code. Also, this page can be styled using the page settings available on the left-hand side of the editor.


---

# Agent Instructions: 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:

```
GET https://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/storefront/pages/cart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
