# Cosmetic Types

Cosmetics are split into small category files so each cosmetic type stays easy to manage.

All of these files live in `config/dawncosmetics/cosmetics/`

## Main Category Files

* `hats.json`
* `backpacks.json`
* `balloons.json`
* `armor_skins.json`
* `armor_items.json`
* `offhands.json`
* `item_skins.json`
* `sprays.json`
* `particles.json`

## Open A Cos-Type In Game

* use `/cosmetics`
* or use `/cosmetics open <menu>`

## Cosmetic Type Guides

* [Hats](broken://pages/2f4ca82a6695d51da712e1f3bcabe9d3c0479d74)
* [Backpacks](broken://pages/f7f3246c9dedc4d926b0c846e7faa524c8fe818e)
* [Balloons](broken://pages/de929b70f33d0ef5c162bfce81c9f4a356453d99)
* [Armor Skins](broken://pages/ff796cd2750d2e59198fc7e4238b535e137fa255)
* [Offhands](broken://pages/52f9de282849f7822616794feef5e6dbc1374ed6)
* [Item Skins](broken://pages/a18632992a99c01460c15db011a4cbd8b9a05f45)
* [Sprays](broken://pages/adbb0042b29cc268840ac92df9398addf69949f5)
* [Particles](broken://pages/5d86ebaac5ec2dc9c924e2e23e9ba728160a8c5f)

## Quick Help

* hats sit on the player head
* backpacks sit on the player back
* balloons float near the player and can use side anchors
* armor skins use both `armor_skins.json` and `armor_items.json`
* item skins swap looks on supported held items
* sprays place images in the world
* particles add auras and trails


---

# 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://dawnshade.gitbook.io/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types.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.
