# Implementing a Shopping Cart

When it comes to implementing a shopping cart in Umbraco Commerce, there are two options available to you.

## [Using the Umbraco.Commerce.Cart Drop-in Shopping Cart](https://docs.umbraco.com/umbraco-commerce-packages/cart/cart)

The [Umbraco.Commerce.Cart](https://docs.umbraco.com/umbraco-commerce-packages/cart/cart) add-on is a great starting point for most stores. It provides a ready-to-use shopping cart experience.

For details on how to install and configure the Umbraco.Commerce.Cart add-on, see the [Umbraco.Commerce.Cart](https://docs.umbraco.com/umbraco-commerce-packages/cart/cart) documentation.

## Creating a Custom Shopping Cart

If you need a more custom shopping cart experience, you can build your own shopping cart using the Umbraco Commerce API. This approach gives you full control over the shopping cart experience, allowing you to tailor it to your specific requirements.

For details on how to build a custom shopping cart, see the [Creating a Custom Shopping Cart](/umbraco-commerce/tutorials/build-a-store/cart/custom-cart.md) article.


---

# 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.umbraco.com/umbraco-commerce/tutorials/build-a-store/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.
