# Managing the Order Dashboard

{% embed url="<https://www.youtube.com/watch?v=gV9vniCHpI4>" %}

It includes three different views, each tailored for different use cases:

### Accessing the Order Dashboard

* Go to your admin dashboard.
* Click Orders from the left-hand menu to access the dashboard.

### Dashboard Views

**1. Board View (Recommended for Real-Time Management)**

* Real-time updates: No need to refresh the page.
* Orders move left to right across status columns.
* The icon on the left of each order indicates the service type (Pickup, Delivery, Dine-in).
* Color coding shows the current order status at a glance.
* Click on any order to:
  * View details
  * Change the order status
  * Modify estimated ready time
  * Take additional actions

<mark style="color:red;">**Extra Tools at the Top:**</mark>

* Zoom in/out for better readability
* Toggle unconfirmed orders visibility
* Adjust quick service settings for each service type

**2. List View (Ideal for Searching & Reporting)**

* Displays the latest 10, 25, or 50 orders.
* Not ideal for active order tracking, but perfect for:
  * Searching for specific orders
  * Filtering by customer, date, or service type
  * Exporting data for reports

Use filters to quickly find and manage individual orders.

**3. Bump Screen View (For Kitchen Staff)**

* A Digital Kitchen Display System (KDS) for efficient back-of-house operations.
* Designed to help kitchen teams manage order preparation and timing.
* (Check out our dedicated Bump Screen tutorial for full details.)

#### <mark style="color:red;">Pro Tips</mark>

* Keep your order statuses updated to maintain workflow visibility.
* Use the Board View during service hours for real-time tracking.
* Export order data regularly to review performance and resolve issues quickly.

With the Order Dashboard, your team can deliver faster, stay better organized, and offer a more seamless experience for your customers.

### Related Articles

1. **Managing Orders & Bookings** – <https://support.cloudwaitress.com/getting-started/managing-orders-and-bookings> [CloudWaitress Support](https://support.cloudwaitress.com/getting-started/managing-orders-and-bookings?utm_source=chatgpt.com)
2. **How to Create and Manage Your Menus** – <https://support.cloudwaitress.com/how-to-guides/how-to-create-and-manage-your-menus> [CloudWaitress Support](https://support.cloudwaitress.com/how-to-guides/how-to-create-and-manage-your-menus?utm_source=chatgpt.com)
3. **Set Maximum Orders Per Time Interval** – <https://support.cloudwaitress.com/getting-started/setup-your-menus>

<br>

{% hint style="danger" %}
**Need Help?**  Watch our video tutorials or contact support for more guidance.&#x20;
{% 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://support.cloudwaitress.com/how-to-guides/managing-the-order-dashboard.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.
