# Polymer

This page is for when Polymer is installed but the result still looks wrong

## First Things To Check

1. `pack.mode` is set to `polymer`
2. Polymer mods are actually installed
3. your files match your chosen `pack.layout`
4. your model path points to a real texture
5. your `item` or `icon.item` id is valid

## Common Misses

### Wrong Folder

The files are good, but they are sitting in the wrong place for the chosen layout

### Wrong Path Inside The Model

The json file exists, but the texture path inside it points to the wrong namespace or folder

### Wrong Item Id

The config entry points at an item that is not registered

### New Asset But No Restart

If you add brand new Polymer cosmetic ids, a full restart is the safest way to make sure every new item id is registered cleanly

## Fast Fix Path

1. check `config.json`
2. check the folder path
3. check the model json path
4. reload
5. restart if you added brand new item ids

## Helpful Pages

* [Polymer Quick Guide](broken://pages/4a57b7dc11a9939fa95c8f5088fcaa454400ca27)


---

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