# Shopping cart (Basket)

## Overview

Shopping cart (Basket) is the first of three three sections of the final order process:

1. **Shopping cart (Basket)**
2. Shipping and payment
3. Checkout

## Shopping cart (Basket)

Shopping cart (Basket) contains a list of products that are currently in the shopping cart, discount code field with the application button, and information about the final price and VAT percentage.

* Read more about [Shopping cart list](/docs/frontstore/basic-selling-flow/shopping-cart-basket/shopping-cart-list.md)
* Read more about [Voucher (discount code)](/docs/frontstore/basic-selling-flow/shopping-cart-basket/voucher-discount-code.md)

<figure><img src="/files/8b3l07Mialkl1qOpcQw2" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.theshop.dev/docs/frontstore/basic-selling-flow/shopping-cart-basket.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.
