# Types

- [AbilityType](https://docs.easy.gg/scripting/bedwars-scripting/types/abilitytype.md): List of all current abilities in BedWars (possibly outdated).
- [AbilityInputType](https://docs.easy.gg/scripting/bedwars-scripting/types/abilityinputtype.md): Reference to types of abilities that can be used with each user's customized keybinds.
- [CreatureType](https://docs.easy.gg/scripting/bedwars-scripting/types/creaturetype.md): List of all current creatures in BedWars (possibly outdated).
- [DisasterType](https://docs.easy.gg/scripting/bedwars-scripting/types/disastertype.md): List of all current disasters in BedWars (possibly outdated).
- [EnchantType](https://docs.easy.gg/scripting/bedwars-scripting/types/enchanttype.md): List of all available enchants in the game (possibly outdated).
- [ItemType](https://docs.easy.gg/scripting/bedwars-scripting/types/itemtype.md): List of all available items in the game (possibly outdated).
- [KitType](https://docs.easy.gg/scripting/bedwars-scripting/types/kittype.md): List of all current kits (possibly outdated).
- [ModelType](https://docs.easy.gg/scripting/bedwars-scripting/types/modeltype.md): List of all models that can be imported (possibly outdated).
- [MountType](https://docs.easy.gg/scripting/bedwars-scripting/types/mounttype.md): List of all mounts that can be imported (possibly outdated).
- [VehicleType](https://docs.easy.gg/scripting/bedwars-scripting/types/vehicletype.md): List of all vehicles that can be imported (possibly outdated).
- [ProjectileType](https://docs.easy.gg/scripting/bedwars-scripting/types/projectiletype.md): List of all projectile types in the game (possibly outdated).
- [SoundType](https://docs.easy.gg/scripting/bedwars-scripting/types/soundtype.md): List of all available sounds in the game (possibly outdated).
- [StatusEffectType](https://docs.easy.gg/scripting/bedwars-scripting/types/statuseffecttype.md): List of all available status effects in the game (possibly outdated).
- [TeamUpgradeEraType](https://docs.easy.gg/scripting/bedwars-scripting/types/teamupgradeeratype.md): List of all current team upgrade eras in BedWars.
- [TeamUpgradeType](https://docs.easy.gg/scripting/bedwars-scripting/types/teamupgradetype.md): List of all current team upgrades in BedWars.
- [MatchRole](https://docs.easy.gg/scripting/bedwars-scripting/types/matchrole.md): List of all roles in a custom match.


---

# 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.easy.gg/scripting/bedwars-scripting/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.
