> For the complete documentation index, see [llms.txt](https://zenyland.gitbook.io/zenyland/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zenyland.gitbook.io/zenyland/wiki/survivalmix/cosmetics/cara-cosmetics.md).

# Cara Cosmetics

{% stepper %}
{% step %}

### Buka menu cosmetics

Gunakan command `/cosmetics` untuk membuka menu utama cosmetics.
{% endstep %}

{% step %}

### Pilih kategori cosmetic

Pilih kategori cosmetic yang ingin kamu gunakan.

Contohnya seperti particle, gadget, emote, atau cosmetic lainnya.
{% endstep %}

{% step %}

### Pilih cosmetic yang diinginkan

Klik cosmetic yang ingin kamu pakai untuk langsung equip.
{% endstep %}
{% endstepper %}

### Jenis cosmetics

Beberapa cosmetic yang tersedia bisa meliputi:

* `Particle Effects` — Efek partikel
* `Gadgets` — Item fun
* `Emotes` — Animasi karakter
* `Balloons` atau `Miniatures` — Cosmetic tambahan
* Cosmetic lain sesuai fitur server

### Cara mendapatkan cosmetics

Cosmetic bisa didapat melalui beberapa cara, seperti upgrade rank.

### Catatan

{% hint style="warning" %}
Cosmetic hanya bersifat visual dan tidak menambah stat atau damage.
{% endhint %}

{% hint style="warning" %}
Tidak semua cosmetic gratis. Beberapa cosmetic perlu di-unlock terlebih dahulu.
{% endhint %}

{% hint style="warning" %}
Tampilan cosmetic biasanya bisa dimatikan jika terasa mengganggu.
{% endhint %}


---

# 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://zenyland.gitbook.io/zenyland/wiki/survivalmix/cosmetics/cara-cosmetics.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.
