> For the complete documentation index, see [llms.txt](https://docs.diro.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.diro.app/operasional/atribut-layanan.md).

# Atribut Layanan

Atribut adalah label bertingkat yang menjelaskan karakter sebuah layanan — level kesulitan, kelompok usia, intensitas. Di storefront, atribut tampil sebagai **pil berwarna** di kartu layanan, sehingga pelanggan langsung tahu apakah layanan itu cocok untuk mereka.

Buka **Data Master → Layanan → pilih layanan → tab Atribut**.

## Bentuknya

Satu atribut terdiri dari:

* **Label** — nama atributnya. Contoh: `Level`.
* **Deskripsi** — penjelasan opsional.
* **Opsi** — daftar nilai yang mungkin. Setiap opsi punya label, deskripsi opsional, dan **warna**.

Satu layanan boleh punya beberapa atribut sekaligus.

```mermaid
flowchart LR
  S["Kelas Vinyasa"] --> A1["Level"]
  S --> A2["Intensitas"]
  A1 --> O1["Pemula"]
  A1 --> O2["Menengah"]
  A2 --> O3["Sedang"]
```

## Template siap pakai

Tersedia template yang tinggal dipilih:

* **Level** — Pemula, Menengah, Lanjutan, Semua Level.
* **Kelompok Usia** — Anak, Remaja, Dewasa, Lansia, Semua Usia.
* **Intensitas** — Rendah, Sedang, Tinggi.

Atau pilih **custom** untuk membuat atribut sendiri.

## Contoh

{% tabs %}
{% tab title="Studio yoga" %}
`Level`: Pemula (hijau) · Menengah (biru) · Lanjutan (merah)

`Intensitas`: Restoratif (biru muda) · Sedang (oranye) · Power (merah)
{% endtab %}

{% tab title="Klinik kecantikan" %}
`Downtime`: Tanpa downtime (hijau) · 1–2 hari (oranye) · 3+ hari (merah)

`Jenis Kulit`: Semua jenis · Berminyak · Kering · Sensitif
{% endtab %}

{% tab title="Gym" %}
`Level`: Pemula · Menengah · Lanjutan

`Kelompok Usia`: Dewasa · Semua Usia
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
Atribut tanpa opsi **tidak akan tersimpan**. Setiap atribut harus punya minimal satu opsi.
{% endhint %}

{% hint style="info" %}
Atribut saat ini berfungsi sebagai **penjelas visual**, bukan filter pencarian. Pelanggan melihatnya, tetapi belum bisa menyaring katalog berdasarkan atribut. Kalau Anda butuh pengelompokan yang bisa disaring, gunakan **Kategori**.
{% endhint %}

Atribut juga tersedia untuk **event**, dengan bentuk yang sama.


---

# 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.diro.app/operasional/atribut-layanan.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.
