> 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/data-product.md).

# Data Product

Input data product dapat dilakukan dengan 2 cara yaitu import melalui excel dan menambahkan per product secara manual

## <mark style="color:orange;">Export Import lewat Excel</mark>

Untuk import product melalui excel bisa dilakukan dengan mendownload terlebih dahulu template excelnya melalui tombol `export`

Klik tombol `settings` → pilih menu `product` → klik tombol `export`

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

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

{% hint style="info" %}
Kolom ID Product SalesMania tidak perlu diisi
{% endhint %}

Setelah data dilengkapi, import data tersebut di SalesMania dengan cara klik tombol `import` → pilih file excel yang akan diimport kemudian klik `import` maka daftar product akan tampil

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

Jika ingin menambah produk baru dari hasil export excel, kosongkan ID untuk data produk baru yang belum pernah terdaftar di database, karena jika ID Produk nya kosong maka akan terbaca sebagai data baru.

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

ID untuk produk yang sudah pernah terdaftar di database jangan dihapus atau diubah, supaya tidak terbaca sebagai data baru. Data produk yang sudah terdaftar (harga, stock, dll) bisa dirubah-rubah, dan nanti saat import otomatis akan meng-update data di database SalesMania. (bulk update).

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

## <mark style="color:orange;">Input data per product</mark>

Data product juga bisa ditambahkan secara manual per product dengan cara klik tombol :heavy\_plus\_sign: pada kanan atas, lalu lengkapi data product dan klik `tambah`

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

## <mark style="color:orange;">Pengaturan Satuan</mark>

Satuan product dapat ditambahkan dengan cara klik tombol `pengaturan` -> pilih `settings` -> pilih `product` -> klik tombol :heavy\_plus\_sign: untuk menambahkan satuan

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


---

# 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/data-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.
