> For the complete documentation index, see [llms.txt](https://docs.accentpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accentpos.com/features/bar/bar-live-view.md).

# Bar live view

The bar live view is accessible to location managers and bartenders. 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 %}

![Bar live view](/files/vlwMa6fD4E7Sf3dofYMU)

Bartenders 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 drinks as ready](/files/2Igj9uvrnswoXwAmFBwW)

When drinks 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).

![Drinks go orange to indicate that they are waiting to be served](/files/1pLZh9297EFl354AD1qJ)

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

![Collated view](/files/9TN2CL7ZDAwIykoCShqV)

{% hint style="info" %}
Once all the drinks on an order have been served, the order will disappear
{% endhint %}


---

# 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.accentpos.com/features/bar/bar-live-view.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.
