> For the complete documentation index, see [llms.txt](https://wiki.mixelpixel.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mixelpixel.net/nicht-fertig/crates.md).

# Crates

## Was sind Crates?

Eine Crate ist eine mysteriöse Kiste, welche diverse Items in sich birgt. Für das Öffnen einer Crate braucht man den passenden Schlüssel. Sobald man diesen Schlüssel verwendet, erhält man ein zufälliges Item aus dem jeweilgen Pool der jeweiligen Crate.&#x20;

<figure><img src="/files/b50rH6FBNgErp9T9z3pN" alt="" width="513"><figcaption><p>Das /crate Menü</p></figcaption></figure>

Aktuell existieren folgende Crates:

* Beginner Crate
* Expert Crate
* Luxus Crate
* Prestige Crate
* Plot Crate

{% hint style="info" %}
Die aktuell möglichen Gewinne sind im Spiel unter /crate oder am Spawn durch einen Linksklick auf die jeweilige Kiste zu entnehmen.
{% endhint %}

***

## Woher bekomme ich Crate Schlüssel?

Es gibt folgende Möglichkeiten an Beginner Crate Schlüssel zu gelanden:

* [Voteshop](/citybuild/voteshop.md#voteshop)
* [Questshop](/citybuild/quests.md#quest-shop)
* [Onlineshop](https://shop.mixelpixel.net/produkt/beginner-crate-keys/)

***

### Möchtest du ein Spezialitem genauer begutachten?

Auf der folgenden Seite kannst du sie alle begutachten und mehr über ihre Funktion erfahren.

{% content-ref url="/pages/H806ONJk51n16iyRqUaI" %}
[Specialitems](/nicht-fertig/specialitems.md)
{% endcontent-ref %}

***

## Wie erhalte ich Crate Schlüssel?

Crates können über verschiedene Shops sowohl Ingame, als auch außerhalb des Spiels gekauft werden. Hierfür gibt es folgende Möglichkeiten:

* [Voteshop](/citybuild/voteshop.md)
* [Questshop](https://wiki.mixelpixel.net/citybuild/quests#quest-shop)
* [Onlineshop](https://shop.mixelpixel.net)

## Rundruf bei besonderem Gewinn

Wenn ein Spieler ein besonderes Item aus einer der Crates zieht, wird dies im Chat veröffentlicht. Sofern man wissen möchte, was dieses Item genau ist, kann man mit der Maus über dieses fahren und sieht den Namen und die Beschreibung des Items.

<figure><img src="/files/KtcDj5v5BBuqLUfVKMrY" alt=""><figcaption><p>Der Rundruf, wenn ein Spieler ein besonderes Item zieht.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.mixelpixel.net/nicht-fertig/crates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
