# Kitchen dashboard

1. Enable the `kitchen module` as explained before
2. Go to the Kitchen screen from the left navigation.
3. Whenever an order is received on the POS screen it will reflect in the kitchen screen
   * Order details can be viewed here.
   * Orders can be marked as cooked. After marking it as Cooked it will reflect in the Order screen for the service provider so that they can serve to the customer.


---

# 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.kbgfuzion.com/erp/knowledge-base/modules/restaurant-module/kitchen-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.
