# Auction House

## Overview

The Auction House allows Players to buy and sell items globally. You can buy Items in the Auction House by default, and you get access to selling at the "Merchant" Rank.

## Command usage

The main command to access is `/ah` . Running this command shows you the main GUI.

Other commands for the auction house are:

* /ah cancel - Cancels ALL your auctions
* /ah expired - View your expired items to return
* /ah return - Return all your expired items
* /ah search \<filter> - View filtered items in the auction house
* /ah sell \<price> \[amount] - Sell the item you are holding in your hand
* /ah selling - View the items you are selling
* /ah sold - View the items you have sold

{% hint style="info" %}
You can see the same information in-game with the`/ah help`command&#x20;
{% endhint %}

## Unlocking and Upgrades

When reaching the Rank-up rank`Merchant`You get the ability to sell`1`item and get total access to the base Auction House and its commands.

Further upgrades are:

|    Rank    |                  Perk                 |
| :--------: | :-----------------------------------: |
| Blacksmith |  Ability to sell up to 3 Items in /ah |
|    Thief   |  Ability to sell up to 4 items in /ah |
|   Knight   |  Ability to sell up to 6 items in /ah |
|    Mage    |  Ability to sell up to 8 items in /ah |
|  Preacher  | Ability to sell up to 10 items in /ah |
|    Monk    | Ability to sell up to 12 items in /ah |
|  Crusader  | Ability to sell up to 14 items in /ah |
|  Summoner  | Ability to sell up to 16 items in /ah |
|   Warlord  | Ability to sell up to 20 items in /ah |
|  Overlord  | Ability to sell up to 22 items in /ah |


---

# 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.warpedrealm.com/general-server-mechanics/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.
