# Updating an order

You can update an order at any time while it is the order view. You can:

* Add items to an order
* [Serve items](/features/orders/order-view/serving-an-order.md)
* [Void items (location managers only)](/features/orders/voiding-items.md)
* [Remove service charge (location managers only)](/features/orders/service-charge.md)
* [Add discounts (location managers only)](/features/orders/discounts.md)

To add items to an existing order, go to the order view, then tap the order you would like to add to. Begin to add items. The new items and updated price will appear in orange to show what has been added.

![Added items are displayed with orange text](/files/3qpwM5U6Rtk9PtgEynU0)

To confirm the changes, tap 'Update order'.

![Update the order](/files/y7cZU1kszfyOOrjUsjI8)

{% hint style="info" %}
New items will be sent to the relevant live views and printed according to the location settings
{% 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://docs.accentpos.com/features/orders/order-view/updating-an-order.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.
