# Products

Products adalah halaman untuk mengelola katalog produk yang digunakan dalam fitur **Orders**. Di sini kamu bisa menambahkan produk, mengatur stok, harga, dan upload gambar produk untuk kebutuhan order melalui chat.

1. **Melihat Daftar Produk**
   * Masuk ke menu **Orders → Products**.
   * Di halaman ini kamu dapat melihat:
     * Nama produk
     * Berat (grams)
     * Stok
     * Harga
     * Tanggal ditambahkan
   * Gunakan kolom pencarian untuk mencari produk berdasarkan nama.
2. **Menambah Produk Baru**
   * Klik tombol **Create Product** di pojok kanan atas.
   * Akan muncul popup **Create Product** dengan field berikut:
     * **Name \*** — Nama produk (wajib diisi).
     * **Description** — Deskripsi singkat produk (opsional).
     * **Price \*** — Harga produk dalam Rupiah.
     * **Weight (grams) \*** — Berat produk dalam gram.
     * **Stock \*** — Jumlah stok tersedia.
     * **Image** — Upload gambar produk. Tersedia:
       * 1 slot **Thumbnail**
       * 9 slot foto tambahan (Pic 1 sampai Pic 9)
   * Setelah semua informasi diisi, klik **Create**.
3. **Mengedit Produk**
   * Pada daftar produk, klik ikon **Edit (pensil)** pada baris produk yang ingin diperbarui.
   * Kamu dapat mengubah:
     * Nama
     * Deskripsi
     * Harga
     * Berat
     * Stok
     * Gambar
   * Klik **Save** setelah selesai.
4. **Menghapus Produk**
   * Klik ikon **Delete (tong sampah)** pada produk yang ingin dihapus.
   * Sistem akan meminta konfirmasi sebelum menghapus produk.
   * Produk yang sudah digunakan dalam order sebelumnya tetap muncul di histori order, namun tidak lagi tersedia untuk order baru.


---

# 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/order/products.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.
