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

# Cart page

It allows them to review product details, update quantities, and apply discount codes, ensuring a smooth and informed shopping experience. Additionally, it can display cross-sell recommendations, or shipping incentives to encourage higher order values. *Customers can reach the Cart page via the "View cart" button in the purchase confirmation quick view. If the quick view is disabled, clicking the cart icon in the header will redirect customers directly to the Cart page.*

<figure><img src="/files/gPefS8wDdC82Jn83fobk" alt=""><figcaption></figcaption></figure>

### **Cart section settings:**

In the **Cart page**, click on the **Cart section** to access the following settings:

1. **Show continue shopping link:** If checked, a "Continue shopping" link will be visible, encouraging customers to return to browse more products.
2. **Continue shopping link:** Allows you to set the destination for the "Continue shopping" link. **Default**: Redirects customers to the [**Collection list page**](/collection-list-page.md), but you can assign any custom page, such as the All products page or a specific Collection.

You can choose to display a free shipping bar, cross sells, **cart notes,** etc at [**Cart** in Theme settings](/cart.md). When enabled, these features are displayed in both the **Cart drawer** and on the **Cart page**. [See our guides](/cart.md).


---

# 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://help.byinspiredlabs.com/cart-page.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.
