# Kitchen live view

The kitchen live view is accessible to location managers, head chefs and chefs. The view clearly shows orders that need to be prepared, along with other information such as the table number and number of covers for Dine in orders, order number, type, prep time and number of items.

{% hint style="info" %}
Select an order type from the bottom of the app
{% endhint %}

![Kitchen live view](/files/fD6bo6OFysUlKGwHQPyf)

Head chefs and chefs can mark categories or items as ready by tapping 'Ready' on the appropriate order, where they can then select either whole categories or individual items to mark as ready by tapping either 'Serve all' or 'Serve selected'.

![Mark dishes as ready](/files/M5S2gnLWTIettaCqHA2n)

When dishes are marked as ready, they will turn orange and remain in the view until they are marked as served (either by a waiter or automatically by the system if the option is enabled).

![Dishes go orange to indicate that they are waiting to be served](/files/R48mjwlcyzjBnnKSADK9)

The collated view can be accessed at any time and displays a list of all dishes awaiting preperation for quick reference and reduced wastage when preparing the same items across many orders.

![Collated view](/files/GU64x0ImE7L4OV8L1oii)

{% hint style="info" %}
Once all the dishes on an order have been served, the order will disappear
{% 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/kitchen/kitchen-live-view.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.
