> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/solutions/retail-solution/order-portal-retail-dashboard/delivery-agent-dashboard.md).

# Delivery Agent Dashboard

## **The interface of the dashboard**

### **Waiting Page**

This is the initial page that will be shown in the Delivery Agent dashboard until any order gets accepted from the kitchen dashboard.

![](https://1639562757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FijvHnz0DM3Img2NKY2aa%2Fuploads%2F8BbyDeV1kQFAItoi77Vj%2Fimage.png?alt=media\&token=1e399a1f-5fc4-476a-99fd-3bbcc70f1a60)

### **Main Page**

When the order gets accepted from the kitchen dashboard, this page will be shown in the dashboard.

![](https://1639562757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FijvHnz0DM3Img2NKY2aa%2Fuploads%2FYudeMiMqoZKn8bY8U8x5%2Fimage.png?alt=media\&token=478c56c0-6c82-46d6-9676-1b8de7665d03)

### **Order Details**

* This section displays details of the customer who has placed the order together with the order ID.
* From the kitchen dashboard order details, data will be sent to the pipeline as API. We fetch the necessary details in the dashboard through a WebSocket.

### **Tack Order**

* In this section, the user can see the ***Estimated Time*** to deliver the food to the customer.
* Once the user decides to pick up the order, he can update the status by clicking the ***Order Picked*** button.
* In the same way, he can update the status by selecting the ***On the Way*** and after delivery, he can click the ***Delivered*** button so that one API call will happen.

![](https://1639562757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FijvHnz0DM3Img2NKY2aa%2Fuploads%2Fg77RRN4SX20s0NIEZcBU%2Fimage.png?alt=media\&token=1a1f87da-3e86-409d-a8c3-68922949dc2d)

* The API will contain the below JSON structure:

```
{
      "ORDER_ID": orderid,
      "delivery_starttime": start,
      "delivery_endtime": end,
      "DROP_OFF_STATUS": "0"
    }
   
```

### **Delivery Map KPI**

&#x20;In this Map KPI, the users can see the delivery location of the order.

### **Successful Message**

After clicking on the delivered button one success message popup will come and at the same   time API also be called.

![](https://1639562757-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FijvHnz0DM3Img2NKY2aa%2Fuploads%2F3aKtOtffLh89YZru4Iff%2Fimage.png?alt=media\&token=8e395294-9d6e-4680-9bd4-db31ccc2135e)
