# Kits

Kits are packages of rewards provided by the server. These rewards may include items, tools, or other benefits. Some player ranks and supporter ranks offer exclusive kits as a reward.

## How to Use Kits

To see which kits you currently have available, use the following command:

```
/kits
```

This will display a list of kits you can claim.

To claim a specific kit, type the following command, replacing `<name of kit>` with the name of the kit you want to claim:

```
/kit <name of kit>
```

For example, to claim the **rainstick** kit, type:

```
/kit rainstick
```

The **rainstick** kit gives you a rainstick item that makes it start raining in the game.

### Cooldowns

Most kits have cooldown periods before they can be used again. For example:

* The **rainstick** kit has a cooldown of **1 hour** and is available to all players.

Make sure to check the cooldown time for each kit to plan your usage.

***

[Gameplay Features](/minecraft/gameplay-features.md)


---

# 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.playtheatria.com/minecraft/gameplay-features/kits.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.
