# Auction House

### Basic Information

The **Auction House** allows for fast and easy trading between players.

***

### Selling Items

To sell an item:

1. Hold the item in your hand.
2. Use the command: `/ah sell <price>`
3. Your listed item will appear in the appropriate category.
4. Items stay listed for exactly **1 week**.
5. Expired items can be found in the **Expired Listings** section.

***

### Removing a Listing

To cancel a listing:

* Shift+Right-click your item in the auction interface. It will move to **Canceled Listings**.
* You can view your **Expired** or **Canceled Listings** by clicking the **My Auctions** button.

***

### Buying Items

1. Open the auction menu: `/auctionhouse` or `/ah`
2. Browse categories or use the search function.
3. To buy an item:
   * Left-click on it.
4. To search by item name, click the search icon in the bottom-left corner.


---

# 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.dandycraft.net/dandycraft-wiki/survival-tutorials/auction-house.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.
