# Product

Fitur **Product** memungkinkan integrasi produk yang dimiliki oleh bisnis Anda ke dalam sistem ticketing. Ini memudahkan pengelolaan dan pelacakan produk terkait dengan tiket yang dibuat.&#x20;

### Langkah-langkah Menambahkan Produk:

1. **Akses Tab Product**&#x20;
   * Dari navbar kiri, klik tab **Ticket**. Ini akan menampilkan beberapa opsi: **View Ticket**, **Template**, dan **Product**. Pilih tab **Product**.
2. **Buat Produk Baru**&#x20;
   * Di halaman tab Product, klik tombol **Create Product** untuk menambahkan produk baru.
3. **Isi Detail Produk** Masukkan informasi produk yang diperlukan:
   * **Nama Produk**: Nama dari produk yang ingin Anda tambahkan.
   * **Harga**: Harga produk tersebut.
   * **Berat**: Berat produk dalam gram.
4. **Simpan Produk**&#x20;
   * Setelah mengisi semua detail, klik tombol **Save**. Produk Anda akan tersimpan dan dapat dilihat di tabel produk.
5. **Kelola Produk** Di tabel produk, Anda dapat:
   * **Mengedit Produk**: Klik tombol **Edit** di kolom action untuk mengubah detail produk.
   * **Menghapus Produk**: Klik tombol **Delete** untuk menghapus produk dari daftar.

#### Tonton video tutorial berikut untuk melihat langkah-langkahnya secara langsung.

{% embed url="<https://www.youtube.com/watch?v=XwdagCsHvFA>" %}


---

# 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/docs/features-and-content-management/ticket/product.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.
