> For the complete documentation index, see [llms.txt](https://docs.cekat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cekat.ai/marketing/dashboard-perfomance/sales-dashbord.md).

# Sales Dashbord

Halaman **Sales** pada Dashboard Performance menampilkan seluruh order yang sudah **berstatus Paid**. Data ini membantu kamu menganalisis performa penjualan, total transaksi, dan detail pelanggan yang sudah melakukan pembelian.

1. **Tujuan Halaman Sales**
   * Menampilkan seluruh penjualan yang sudah berhasil (paid orders).
   * Memudahkan pengecekan transaksi pelanggan beserta detail produknya.
   * Membantu tracking revenue, jenis produk yang terjual, serta sumber lead yang menghasilkan penjualan.
2. **Informasi yang Ditampilkan**\
   Setiap baris pada tabel Sales berisi:
   * **Date** — Waktu order tercatat sebagai paid.
   * **Order ID** — Nomor  order.
   * **Amount** — Total nominal pembelian.
   * **Product** — Nama produk yang dibeli.
   * **Customer Name** — Nama pelanggan.
   * **Phone Number** — Nomor telepon pelanggan.
   * **Email** — Jika dicatat pada order.
   * **First Source** — Sumber ads pertama calon customer (jika terdeteksi).
   * **First Touched At** — Kapan pertama kali customer dihubungi.
   * **Last Source** — Sumber ads terakhir sebelum purchase.
3. **Pencarian & Filter**
   * Kolom pencarian mendukung filtering berdasarkan:
     * Nama pelanggan
     * Nomor telepon
   * Tersedia date range filter untuk menampilkan data pada rentang waktu tertentu.
   * Sorting berdasarkan:
     * Newest Date
     * Oldest Date


---

# 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://docs.cekat.ai/marketing/dashboard-perfomance/sales-dashbord.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.
