> 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/sfa-sales-force-automation/dashboard.md).

# Memahami Menu Dashboard

### 1. Performa **Hari Ini**

![](/files/-MgaVRrJT7lxWV9yAvd4)

{% hint style="info" %}

* **Tombol panah lingkaran (update):** jika ingin memperbaharui data performa.
* **Orders**: jumlah pesanan hari ini.
* **Call Plan:** jumlah customer yang harus dikunjungi hari ini.
* **Total Call:** jumlah customer yang telah dikunjungi hari ini. .
* **Effective Call:** jumlah customer yang bertransaksi hari ini.
* **Total Sales Orders:** jumlah keseluruhan nilai pesanan penjualan hari ini.
* **Total Collected:** jumlah tagihan yang telah ditagih hari ini.
  {% endhint %}

### **2. Performa Bulan Ini**

![](/files/-Mh40T2v43j1gaAZdcha)

{% hint style="info" %}

* **Orders:** jumlah pesanan bulan ini.
* **Active Outlet:** jumlah customer yang aktif bertransaksi bulan ini.
* **Effective Call:** jumlah customer yang bertransaksi bulan ini.
* **Total Call:** jumlah customer yang telah kunjungi bulan ini.
* **Total Orders:** jumlah keseluruhan nilai pesanan penjualan bulan ini.
* **Total Collected:** jumlah tagihan yang telah ditagih bulan ini.
  {% endhint %}

### 3. Grafik penjualan dalam bulan ini (hingga hari ini)

![](/files/-Mh40_zu1jvIDScQPPyQ)

### 4. Lima (5) pelanggan terbaik berdasarkan jumlah kuantitas pesanan.&#x20;

![](/files/-Mh41lV9oFhFHKMH3s7W)

### 5. Lima (5) pelanggan terbaik berdasarkan jumlah nilai pesanan.

![](/files/-Mh4232v5AgsNE8XuZ3i)

### 6. Lima (5) produk terbaik berdasarkan jumlah kuantitas pesanan.

![](/files/-Mh42MZtsVIJrD8x5fpn)

### 7. Lima (5) produk terbaik berdasarkan jumlah nilai pesanan.&#x20;

![](/files/-Mh44VnoAjw9CKQKGqX4)


---

# 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/sfa-sales-force-automation/dashboard.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.
