> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/how-to-guides/bump-screen-technology/mastering-the-bump-screen.md).

# Mastering the Bump Screen

{% embed url="<https://youtu.be/ByCrdbSJR5w>" %}

### Accessing the Bump Screen

1. Log in to your admin dashboard.
2. Click the Order icon, then select Bump Screen.

> 📌 Note: Only orders in *Confirmed* status will appear on the Bump Screen.

### Understanding the Order View

Each order on the Bump Screen displays:

* Service type (Pickup, Dine-In, or Delivery)
* Estimated time for prep
* Number of items in the order

### Updating Dish and Order Statuses

* Click on each dish once it’s prepared to mark it as complete.
* To take further actions, click the three dots next to the “Ready” button. From there, you can:
  * Change the order status
  * Add time to the estimated pickup time
  * Print the order

When all items are ready, click Ready. The order will move to the *Ready* section and be removed from the bump screen, keeping your view clean and focused.

### Customizing Your View

* Click the View icon to toggle between Desktop View and Tablet View.
* Adjust the number of rows and layout to suit your kitchen’s needs.

### Filtering Orders

To filter orders by service type:

1. Click the Filter icon next to the View icon.
2. Choose to view only *Delivery*, *Pickup*, or *Dine-In* orders.

With the Bump Screen, you can manage your kitchen more efficiently, reduce errors, and streamline your workflow.

### Related Articles

1. **Managing Orders & Bookings** – <https://support.restoflow.ch/getting-started/managing-orders-and-bookings> [Restoflow Support](https://support.restoflow.ch/getting-started/managing-orders-and-bookings?utm_source=chatgpt.com)
2. **Understanding Printing (overview)** – <https://support.restoflow.ch/how-to-guides/understanding-printing>
3. **Setup Printing for Windows** – <https://support.restoflow.ch/how-to-guides/understanding-printing/setup-printing-for-windows>

{% hint style="danger" %}
Please email <info@restoflow.ch> or use the chat support feature to get assistance managing this feature.
{% 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://restoflow.gitbook.io/restoflow-dokumentation/how-to-guides/bump-screen-technology/mastering-the-bump-screen.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.
