# Cart Page

DRIFT renders a dedicated cart page at `/cart` for shoppers who navigate to it directly.

## How to access

The **DRIFT Cart Page** section is automatically rendered on the cart template. There are no merchant-facing settings.

## How it relates to the cart drawer

DRIFT's primary cart UX is the slide-in cart drawer that opens after Add to Cart. The cart page exists for shoppers who bookmark `/cart` or arrive from outside the storefront. Both surfaces share the same line items.

## Configuring cart behavior

Cart-level settings (free shipping bar, dynamic checkout buttons) live in [Theme settings → DRIFT — Cart](/drift/drift-pro/theme-settings/cart.md), not on this section.


---

# 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://docs.webexp.dev/drift/drift-pro/sections-and-features/cart-page.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.
