# Basket

The basket shows products added to the order.

You are able to **modify the quantity** of each product by using the plus or minus button next to the product.

However, you are **unable to click a product and make modifications** to the customisations. You need to **remove** it from the basket and **add a new one** with the correct customisations.

<figure><img src="/files/bfbiFUpcO4tDKqBMoM3P" 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://docs.bossithq.com/web-app/order-creation/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.
