> For the complete documentation index, see [llms.txt](https://docs.salesmania.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmania.id/website-guidebook/advanced-features/target.md).

# Target

Menambahkan Target dapat dilakukan dengan menekan ikon `⚙️` di pojok kanan atas dan memilih `Targets`

{% hint style="info" %}
Target yang ditambahkan bisa multi target, contoh untuk periode bulanan, tahunan, dst
{% endhint %}

1. Klik tombol ![](/files/GYU9CcBIhDorunnIbPbg) untuk menambahkan target
2. Lengkapi data berikut

* <mark style="color:orange;">`Date from:`</mark> Tentukan periode awal target
* <mark style="color:orange;">`Date to:`</mark> Tentukan periode akhir target
* <mark style="color:orange;">`Teams:`</mark> Pilih nama team (Anda bisa memilih beberapa nama tim sekaligus dengan target yang sama)
* <mark style="color:orange;">`Target Amount:`</mark> Tentukan jumlah target dalam bentuk rupiah
* <mark style="color:orange;">`Target Visit:`</mark> Tentukan jumlah target dalam bentuk visit
* <mark style="color:orange;">`Target Product:`</mark> Tentukan produk dan target dalam bentuk kuantiti.

<figure><img src="/files/f2Lq4bQNYSbeH1QcwxH0" alt=""><figcaption></figcaption></figure>

3. Setelah semua data sudah diisi, klik ![](/files/dQyERHjPAhIeajH9vOBc)

<figure><img src="/files/iEzQ9HhXwQweztyysW7t" alt=""><figcaption></figcaption></figure>

Target yang sudah dibuat akan muncul di masing-masing card sales

<figure><img src="/files/jLy0g2CWRnbEMfHwm7P7" alt=""><figcaption></figcaption></figure>

Informasi pencapaian target dapat di dilihat detailnya dengan klik <img src="/files/PcwD7f31VZ8BwAgg0HNC" alt="" data-size="line"> di sebelah bar progres target.

<figure><img src="/files/idEWbBQmqz3IbrQbpd68" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Status order yang dihitung sebagai pencapaian Target** diatur di `Settings → Visit → Basis Perhitungan Target` (default: `Diproses`, `Terkirim`, `Lunas`). Pengaturan ini terpisah dari `Basis Perhitungan Omset` yang mengontrol penghitungan Omset di Visit per Sales dan semua Report.
{% endhint %}


---

# 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.salesmania.id/website-guidebook/advanced-features/target.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.
