# KDS Screen Views

The KDS screen is divided into two main views: **Open** and **Ready**.

* **Open** — Displays products that need to be prepared.
* **Ready** — Displays products that have been marked as ready.

{% hint style="success" %}
When all items of an order have been marked ready, the order will be removed from the Open tab.
{% endhint %}

{% hint style="warning" %}
From Ready tab, staff can select **Not Ready** to return a product back to the cooking screen.
{% endhint %}

<figure><img src="/files/7f8o5uk9Vvhud0w235g1" alt=""><figcaption></figcaption></figure>


---

# 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.bossithq.com/pos/kitchen-display-system-kds/kds-screen-views.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.
