# Progress Widget

**Progress Widget** digunakan untuk menampilkan pencapaian terhadap target tertentu secara visual. Cocok untuk memantau performa sales, revenue, leads, dan KPI lainnya.

#### Cara Mengatur Progress Widget

1. **Tambahkan Progress Widget**
   * Klik **+ New Widget**, lalu pilih **Progress**
2. **Atur Target (Goal Target)**
   * Masukkan nilai target yang ingin dicapai, contoh: `10000`
   * Kamu juga bisa mengaktifkan opsi **Show Labels** untuk menampilkan label pada grafik
3. **Pilih Kolom Data**
   * Pada bagian **Select Column**, pilih kolom angka yang ingin dihitung, misalnya: `value`
   * Tentukan **Calculation Method**:
     * **Sum** – jumlah total dari data
     * **Average**, **Median**, **Min**, **Max**, **Count** juga tersedia sesuai kebutuhan
4. **Edit Title & Label**
   * **Actual Title**: teks label untuk nilai yang sedang dicapai (contoh: “current”)
   * **Target Title**: teks label untuk nilai target (contoh: “target”)
   * Kamu bisa sembunyikan label dengan mencentang opsi **Hide title**
5. **Atur Satuan & Format**
   * Pilih satuan tampilan: angka biasa, persen (%), rupiah (Rp), dan lainnya
   * Bisa juga memasukkan satuan kustom (misal: `kg`, `unit`, dll)
6. **Style Warna**
   * Pilih mode warna: **Solid** atau **Gradient**
   * Atur warna progress bar dan needle sesuai branding kamu


---

# 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.cekat.ai/crm/board-view/customize-view/progress-widget.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.
