# Accessories Intro

Accessories can be attached to the character by their bones (Rigid) or by weight painting (Skinned) . These could be clothing, face decals, weapons etc.&#x20;

Players customize their accessories through the Avatar editor, but each game can also overwrite characters accessories.

<figure><img src="/files/7HxbpQVUr4LmFJJ7GqWX" alt=""><figcaption></figcaption></figure>

Characters have pre defined slots, and each slot can only have 1 accessory at a time. For example if your game forces a hat on a character, the players avatar hat will disappear and be replaced. The current slots can be seen in the dropdown on AccessoryComponent

<figure><img src="/files/SZjFMYoV1YkDEI1Et2mP" alt=""><figcaption></figcaption></figure>


---

# 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://docs.airship.gg/accessories/accessories-intro.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.
