> 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/app-guidebook/fitur-lainnya/menambahkan-product.md).

# Menambahkan Product

### <mark style="color:orange;">**Add Product**</mark>

Manager/tim yang memiliki hak akses dapat menambahkan produk dengan mudah

* Klik tombol ![](/files/p8xn8lYB8xCl2JOUeomJ) dipojok kanan atas

<figure><img src="/files/rZJnOvtR7SsCALvCJLH3" alt="" width="375"><figcaption></figcaption></figure>

* Isi detail informasi produk seperti nama, gambar, satuan dasar, product tags, harga, dan diskon

{% hint style="info" %}
Foto Produk dapat ditambahkan melalui camera atau gallery dan dapat ditentukan [***thumbnail***](#user-content-fn-1)[^1] yang sesuai untuk produk tersebut dengan mengetuk tombol <mark style="color:orange;">**Setel sebagai thumbnail**</mark> pada foto yang diiinginkan
{% endhint %}

* Klik tombol <img src="/files/kYrLzHk29ezH9c5LqGYT" alt="" data-size="line"> untuk menyimpan informasi produk

<figure><img src="/files/IxdcmvDsxllmAu8tNHFo" alt="" width="375"><figcaption></figcaption></figure>

* Data produk berhasil ditambahkan

<figure><img src="/files/990RW4gd92m8uimimBJg" alt="" width="375"><figcaption></figcaption></figure>

Note :

1. Product Tags yang muncul bisa lebih dari 1, sesuai dengan setting dari Manager/Supervisor
2. Tags yang diberikan pada produk yang ditambahkan bisa disesuaikan dengan kebutuhan
3. Apabila saat menambahkan produk baru, default produk tags dihapus semua atau tidak ada salah satu yang melekat pada produk, maka product baru yang ditambahkan tidak akan muncul di daftar produk sales yang memiliki limit product tags tersebut (hanya masuk di data master)

### <mark style="color:orange;">Edit Product</mark>

User yang memiliki hak akses dapat mengedit produk seperti menambahkan/mengganti gambar, mengganti thumbnail, nama, satuan dasar, product tags, harga, dan diskon suatu produk dengan mudah

* Klik tombol ![](/files/WqfSGwn3shb9IGR5F8Td) yang berada di samping nama product
* Klik tombol `Edit Product`

<figure><img src="/files/J8ZvBNn0KyLEHRZsHUEu" alt="" width="375"><figcaption></figcaption></figure>

* Edit gambar/informasi produk
* Klik <img src="/files/qGjS0HIpJ7bvyNWgspcx" alt="" data-size="line"> untuk menyimpan informasi yang sudah diupdate

<figure><img src="/files/5Xubbg2T8x2EBnBcbF6v" alt="" width="375"><figcaption></figcaption></figure>

* Data produk sudah berhasil diupdate

<figure><img src="/files/JsWYSLEUG4WiPsJDR7Dv" alt="" width="375"><figcaption></figcaption></figure>

[^1]: Gambar kecil yang menunjukkan produk secara ringkas.


---

# 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/app-guidebook/fitur-lainnya/menambahkan-product.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.
