> For the complete documentation index, see [llms.txt](https://wiki.mystania.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mystania.de/minecraft/geld-verdienen/auktionshaus.md).

# Auktionshaus

<figure><img src="/files/Ykm6ODUr9IQMOHgWuX1B" alt="" width="384"><figcaption><p>Auktionshaus | /ah</p></figcaption></figure>

## Wie verkaufe ich etwas im Auktionshaus?

Um ein Item in dem Auktionshaus zu verkaufen, musst du folgendes tun:

* Item in die **Hand** nehmen
* Den Befehl <mark style="color:orange;">**/ah sell \<Preis>**</mark> eingeben
* Nun wird dein Item im Auktionshaus angeboten

## Wie kann ich meine Items zurückholen?

Solltest du dein Item doch nicht verkaufen wollen, <mark style="color:blue;">**klickst**</mark> du auf den **Goldbarren** links unten. Darüber gelangst du zu all deinen aktuellen Verkäufen. Dort klickst du nun auf das Item, wovon du den Kauf abbrechen möchtest.

**Abholen** kannst du diese Items  bei der **Uhr**.&#x20;

## Wie erstelle ich eine Auktion?

Um eine Auktion zu erstellen, musst du folgendes tun:

* Item in die <mark style="color:blue;">**Hand**</mark> nehmen
* Den Befehl <mark style="color:orange;">**/ah bid \<Preis>**</mark> machen
* Nun steht dein Item im Auktionshaus zur Versteigerung bereit

Nun kann jeder der möchte darauf bieten.

{% hint style="warning" %} <mark style="color:orange;">**Hinweis:**</mark> Bei dem Befehl **/ah sell** darf der Preis <mark style="color:red;">**nicht unter 10€**</mark> liegen. Bei dem Befehl **/ah bid** darf der Preis <mark style="color:red;">**nicht unter 100€**</mark> liegen. Dabei ist es egal, um welches Item es sich handelt.
{% endhint %}

## Wie kann ich nach bestimmten Items Filtern?

Wenn du im Auktionshaus auf einen der **Trichter** klickst, kommst du zu den <mark style="color:blue;">**Kategorien**</mark>. Diese agieren wie **Filter** und du kannst auswählen, nach was du suchst.

&#x20;

<figure><img src="/files/qdVA5jXgvdj6lgyNdL5K" alt="" width="386"><figcaption><p>Kategorien</p></figcaption></figure>

### Folgende Kategorien gibt es:

* Rüstung
* Waffen
* Werkzeuge
* Nahrung
* Tränke
* Blöcke
* Sonstige Items


---

# 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.mystania.de/minecraft/geld-verdienen/auktionshaus.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.
