> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/pos/order-creation/adding-a-product/quick-actions.md).

# Quick Actions

The menu screen features several quick action buttons designed to make the order creation process efficient.

## Within a Product

* **Quantity** — At the top, you are able to increase or decrease the quantity of the item.
* **New** — This button allows you to add the same product without the customisations you've already made.
* **Done** — If you are done with the customisations for this particular order[^1], click on Done.
* **Remove all extras** — This allows you to remove all ingredients in a particular section.
* **Note** — You can add a note to the product using the *Note* field below. Select the three dots beside it to open *Quick Note*, which provides a list of preset notes for quicker access.

<figure><img src="/files/NdF00zVFiM4yHHhzYV5r" alt=""><figcaption></figcaption></figure>

## In the Basket or Order Details

This shows products that are added in the order. From here, you can click on the products if you want to update them.

* **Show all and Chosen** — Clicking on Chosen will display **only the ingredients that are selected**. You can click Show all to display all the ingredients.
* **Delete —** This is for removing the product from the order.
* **Note** — This field lets you add a note to **the last product you added**. Select the three dots beside it to open *Quick Note*, which provides a list of preset notes for quicker access.
* **Quantity** — This allows you to increase or decrease the quantity of **the last product you added**. This makes it more efficient to add multiple quantities of a regular product that does not open the customisation screen.

<figure><img src="/files/moC88Owss5iZopVjL6Hc" alt=""><figcaption></figcaption></figure>

[^1]: this particular item


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bossithq.com/pos/order-creation/adding-a-product/quick-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
