# Accessories

- [Accessories Intro](https://docs.airship.gg/accessories/accessories-intro.md): Accessories are objects that attach to Airship Characters.
- [Creating Accessories](https://docs.airship.gg/accessories/creating-accessories.md)
- [Using Accessories](https://docs.airship.gg/accessories/using-accessories.md): In code accessories are managed by the AccessoryBuilder. The accessory builder places items into slots and runs the MeshCombine to optimize the character with its new look.
- [Using Accessory Customization](https://docs.airship.gg/accessories/using-accessory-customization.md): Accessories can have special customization data that users can modify per outfit


---

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