# Auctioneer

On `/ah`, there are numerous buttons that do various functions. For a quick explanation of what each button does, see this.

When you hover over an item, you can see:

1. Any enchantments the object might have&#x20;
2. The cost&#x20;
3. The person selling it&#x20;
4. When it expires

## Selling Your Items

Hold the item you want to sell and then type: `/ah sell [price} [# of items]`

Items listed for auction remain there for a total of two days. The item will be placed in "Expire Items" the chest in the bottom left of the `/ah`, if no one purchases it before that period of time has passed.

## Buying Items From Players

All you have to do to make a purchase on the `/ah` is click the item you want, then click the green side to confirm the purchase. You always have the option to click the red side and back out of the transaction if you change your mind.

When you buy something, the money is deducted from your `/balance` and the item is added to the auction house's "Bought Items" section. Do `/ah` and click the ender chest in the bottom left corner next to the "Expire Items" chest to access this. Simply click the item you just bought, making sure there is room in your inventory, and it will be added!


---

# 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://wiki.daddycraft.co.uk/features/auctioneer.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.
