# Cart

Your `Cart` is where your customers’ products are placed as they shop on your store - you could view it as a holding area for customers’ items, where they can adjust quantity and view all items they are looking to buy.

The term 'cart' can also sometimes be called 'shopping cart' or 'basket', but they all essentially mean the same thing.

When the user updates the quantity of an item in the cart, the cart will update automatically.&#x20;

{% hint style="info" %}
**Note**

Cart is often confused with the Checkout.&#x20;

The Checkout is where payment and delivery details are taken care of and is outside the control of your theme - this is handled by the core Shopify platform.
{% endhint %}


---

# 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://erickson.gitbook.io/themes/templates/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.
