# Kitchen Dashboard

## **The Interface of the Dashboard**

&#x20;      The kitchen dashboard provides real-time visuals for online orders.

### **Overview**

<figure><img src="https://1639562757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FijvHnz0DM3Img2NKY2aa%2Fuploads%2FlAaowPImRcIrWn7mbc3W%2Fimage.png?alt=media&#x26;token=777c0c34-a1af-4b8b-bf6a-2273303d65e7" alt=""><figcaption></figcaption></figure>

### **Working on the dashboard**

* Whenever an order is placed online, it will get received in the kitchen dashboard.
* A notification will pop up with received order details & user can track the order.

<figure><img src="https://1639562757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FijvHnz0DM3Img2NKY2aa%2Fuploads%2FzkgudB2pMRiculFpPOEW%2Fimage.png?alt=media&#x26;token=e052f892-64bf-4cdc-8b46-53677978192e" alt=""><figcaption></figcaption></figure>

* Once the user clicks on the ***Ready to Pickup*** button,  the order will be passed to the Delivery Agent dashboard using API ingestion.

### **API Ingestion Details**

```
var settings = {
"url": "https://app.bdb.ai/ingestion/dataIngestion",
"method": "POST",
"timeout": 0,
"headers": {
"ingestionId": "8d6c9deb-79c0-4860-b618-237400cb9328",
"ingestionSecret": "VjBJG/saQn/MeDPMLXm6f1fFpd6as63t5ZffKOg0sH6jmuRZVzn9ZjzfdrZqmQyk",
"Content-Type": "application/json"
},
"data": JSON.stringify([
{
"ORDER_ID":orderID ,
"order_starttime": sttime,
"order_endtime": endtime,
"orderplaced_date": date1,
	"latitude": loc1,
	"longitude": loc2,
	"FIRST_NAME": 'steve'
	
}
]),


```

### **Model as an API**

Once the churn status button is clicked, based on the customer Id a churn model will run in real-    time and give us the information on their churn status. Based on the churn status the franchise can decide whether to provide any complementary items to keep him engaged or not.

<figure><img src="https://1639562757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FijvHnz0DM3Img2NKY2aa%2Fuploads%2FoY36ktFCbAe3YpNKQiM5%2Fimage.png?alt=media&#x26;token=65a969aa-59df-4eaa-90a9-837afe0ee321" 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.bdb.ai/solutions/retail-solution/order-portal-retail-dashboard/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.
