> For the complete documentation index, see [llms.txt](https://docs.semudahitu.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.semudahitu.id/cara-pengaturan-awal/5.-cara-menambahkan-kategori-produk.md).

# 5. Cara Menambahkan Kategori Produk

## Menambahkan Kategori Produk Baru

Untuk menambahkan kategori produk, lakukan langkah-langkah berikut ini:

* Klik pada sub menu **Daftar Kategori Produk** pada menu Persediaan
* Klik pada button "+ Kategori Produk"

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

* Akan muncul form untuk menambahkan kategori produk, seperti pada gambar berikut&#x20;
* Isi Kode dan Nama kategori yang baru.&#x20;

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

* Klik **Simpan**

## Menambahkan Subkategori Produk

Untuk menambahkan kategori produk, lakukan langkah-langkah berikut ini:

* Pilih kategori produk yang dibutuhkan, kemudian klik pada menu tiga titik di sebelah kanan dan pilih **Tambah Subkategori**

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

* Tambahkan Kode dan Nama untuk subkategori, lalu klik **Simpan**

## Mengubah Kategori&#x20;

Untuk mengubah kategori produk, lakukan langkah-langkah berikut ini:

* Pilih kategori produk yang ingin diubah, kemudian klik pada **Edit Kategori**

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

* Ubah Kode dan Nama kategori&#x20;
* Klik **Simpan**

## Menghapus Subkategori&#x20;

Untuk menghapus kategori produk, lakukan langkah-langkah berikut ini:

* Pilih kategori produk yang ingin diubah, kemudian klik pada **Hapus Kategori**

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

* Kemudian akan muncul jendela konfirmasi untuk dapat melanjutkan penghapusan data&#x20;

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

* Klik pada **Ya, Hapus!** jika sudah yakin untuk menghapus data

&#x20;


---

# 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.semudahitu.id/cara-pengaturan-awal/5.-cara-menambahkan-kategori-produk.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.
