# Summary

Server side cosmetics for Fabric `1.21.1`

Players do not need a client mod

### Start Here

* [Getting Started](/dawnshade-docs/docs/dawn-cosmetics/summary/getting-started.md)
* [Configuration](/dawnshade-docs/docs/dawn-cosmetics/summary/configuration.md)
* [Cosmetic Types](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types.md)

### Important

* [Features](/dawnshade-docs/docs/dawn-cosmetics/summary/features.md)
* [Shop](/dawnshade-docs/docs/dawn-cosmetics/summary/shop.md)
* [Wardrobe](/dawnshade-docs/docs/dawn-cosmetics/summary/wardrobe.md)
* [Commands And Permissions](/dawnshade-docs/docs/dawn-cosmetics/summary/commands-permissions.md)
* [Troubleshooting](/dawnshade-docs/docs/dawn-cosmetics/summary/troubleshooting.md)

### Polymer And Assets

* [Quick Guide](/dawnshade-docs/docs/dawn-cosmetics/summary/polymer/quick-guide.md)
* [Step By Step](/dawnshade-docs/docs/dawn-cosmetics/summary/polymer/step-by-step.md)
* [Mode Overview](/dawnshade-docs/docs/dawn-cosmetics/summary/troubleshooting/pack-modes.md)

### Conversion

* [ServerCosmetics Conversion](/dawnshade-docs/docs/dawn-cosmetics/summary/converting.md)

### Cosmetic Type Pages

* [Hats](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types/hats.md)
* [Backpacks](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types/backpacks.md)
* [Balloons](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types/balloons.md)
* [Armor Skins](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types/armor-skins.md)
* [Offhands](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types/offhands.md)
* [Item Skins](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types/item-skins.md)
* [Sprays](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types/sprays.md)
* [Particles](/dawnshade-docs/docs/dawn-cosmetics/summary/cosmetic-types/particles.md)

### Quick Facts

* Config folder is `config/dawncosmetics/`
* Main config is `config/dawncosmetics/config.json`
* Cosmetic files live in `config/dawncosmetics/cosmetics/`
* Pack source files usually live in `config/dawncosmetics/cosmetics/assets/`
* After config edits, run `/cosmetics reload`
* After asset edits, run `/cosmetics reload pack` (In Polymer-Mode? Use /cosmetics reload, then /polymer generate-pack reload)&#x20;


---

# 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.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.
