> For the complete documentation index, see [llms.txt](https://panduan-dms.simplidots.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://panduan-dms.simplidots.id/mobile-application/retail/cara-melakukan-order-melalui-aplikasi-retail/cara-melihat-riwayat-pesanan-melalui-aplikasi-retail.md).

# Cara Melihat Riwayat Pesanan Melalui Aplikasi Retail

1. Masuk ke halaman <mark style="color:blue;">**Profile**</mark> lalu klik <mark style="color:blue;">**Riwayat Pesanan.**</mark>

![](/files/a5ZSIBisdXxKFH87u0gF)

2\. Setelah masuk ke halaman <mark style="color:blue;">**Riwayat Pesanan**</mark>. Terdapat beberapa status yang akan muncul pada <mark style="color:blue;">**Riwayat Pesanan**</mark>, berikut penjelasan dari setiap statusnya.&#x20;

* <mark style="color:blue;">**Semua**</mark> : Melihat keseluruhan riwayat transaksi atas pesanan yang sudah dibuat pada aplikasi Retail.

![](/files/S8K6LQK7SGRrvbAlgVaH)

* <mark style="color:blue;">**Menunggu Dikirim**</mark> : Pesanan telah terverifikasi, sedang menunggu Distributor melakukan proses pengemasan pesanan untuk dikirim.

![](/files/jMvFzPzl9pPr1RDr6Dkl)

* <mark style="color:blue;">**Sedang Dikirim**</mark> : Pesanan Anda telah selesai diproses dan sedang dalam pengiriman oleh driver.

![](/files/pPzkaM6UueB5Bzp2NQQn)

* <mark style="color:blue;">**Telah Sampai**</mark> : Pesanan Anda telah selesai dikirim oleh driver dan sudah sampai alamat tujuan.

![](/files/pI0lD2WoliGbniWWUu4c)

* <mark style="color:blue;">**Dibatalkan**</mark> : Pesanan telah dibatalkan oleh Distributor.

![](/files/8CX7bzvBf2MwyRO04pVg)


---

# 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://panduan-dms.simplidots.id/mobile-application/retail/cara-melakukan-order-melalui-aplikasi-retail/cara-melihat-riwayat-pesanan-melalui-aplikasi-retail.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.
