> 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/neu-citybulid/auktionen/alle-auktionen.md).

# Alle Auktionen

### 🗂️ Kategorien im Auktionsmenü

Die Auktionen des Servers sind in verschiedene Kategorien unterteilt:

| 🧱 **Ton**                | Unsortiert         | Alle nicht kategorisierten Items |
| ------------------------- | ------------------ | -------------------------------- |
| 🏖️ **Sand**              | Blöcke             | Baublöcke & Materialien          |
| 🍎 **Apfel**              | Essen              | Nahrungsmittel & Tränke          |
| 🛡️ **Goldener Harnisch** | Ausrüstung         | Rüstungen, Waffen & Werkzeuge    |
| 📖 **Buch**               | Verzauberte Bücher | Enchantment-Bücher               |
| 🪚 **Job Werkbank**       | Job Items          | Items aus dem Job-System         |
| 🔷 **Beacon**             | Spezialitems       | Seltene & besondere Items        |
| 🍢 **Takoyaki Stand**     | Möbelitems         | Dekorations- & Möbelobjekte      |

<div align="left"><figure><img src="/files/HlMOoQoCEOZPOjXtIGjW" alt="" width="369"><figcaption></figcaption></figure></div>

***

### 🔎 Suche & Sortierung

| 🪵 **Holzschild** | Auktionen nach einem **genauen Item-Namen** durchsuchen |
| ----------------- | ------------------------------------------------------- |
| 👤 **Info Kopf**  | Genauere Sortierung nach **Datum oder Preis**           |

> 💡 **Tipp:** Der schnellste Weg, Auktionen einer bestimmten Person zu finden:
>
> ```
> /auktion list <Spielername>
> ```
>
> **Beispiel:** `/auktion list _Monty_`

***

### 🛒 Auktions-Slots kaufen

Wer viele Items gleichzeitig verkaufen möchte, stößt schnell an die Grenze der verfügbaren Auktions-Slots. Zusätzliche Slots können für Münzen erworben werden:

| 1  | 🪙 10.000 Münzen    |
| -- | ------------------- |
| 2  | 🪙 30.000 Münzen    |
| 3  | 🪙 50.000 Münzen    |
| 4  | 🪙 70.000 Münzen    |
| 5  | 🪙 80.000 Münzen    |
| 6  | 🪙 90.000 Münzen    |
| 7  | 🪙 100.000 Münzen   |
| 8  | 🪙 200.000 Münzen   |
| 9  | 🪙 300.000 Münzen   |
| 10 | 🪙 400.000 Münzen   |
| 11 | 🪙 500.000 Münzen   |
| 12 | 🪙 1.000.000 Münzen |

> ⚠️ Zusätzliche Slots sind eine dauerhafte Investition – überlege gut, ob sich der Kauf für dein Handelsvolumen lohnt!


---

# 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/neu-citybulid/auktionen/alle-auktionen.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.
