# Types

Costume is a System that allows your Character to wear different Designs over the Original Armor Design.

Currently we have 5 Types of Costumes:

<table><thead><tr><th>Type</th><th>Purpose</th><th>Additional Informations</th><th width="119">Epic Option</th><th>Slot Option</th></tr></thead><tbody><tr><td>Head</td><td>Changes the look of the Character Face or adds an Hat to the Default Face.</td><td>Some Costumes are male-only or female-only.<br><br>A Head Costume does not change your Default Hairstyle. For that you need Hairstyle Change Kits.</td><td>No</td><td>No</td></tr><tr><td>Cloth</td><td>Changes the Look of the Main Body Part</td><td>Some Costumes are male-only or female-only.</td><td>Yes</td><td>Yes</td></tr><tr><td>Weapon<br>(Primary, Secondary)</td><td>Changes the Look of the Weapon</td><td>Warrior can equip only 1 Weapon-Costume</td><td>No</td><td>No</td></tr><tr><td>Force Wing</td><td>Changes the Look of Force Wings</td><td></td><td>Yes</td><td>Yes</td></tr><tr><td>Vehicle</td><td>Changes the Look of Astral Bikecard or Astral Board</td><td></td><td>Yes</td><td>Yes</td></tr></tbody></table>


---

# 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://wiki.playcabal.to/content/systems/costumes/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.
