# Auction House

{% hint style="info" %}
In-Game Command: **/ah**
{% endhint %}

<details>

<summary>Knowing Prices</summary>

Trying to think of what to sell an item for?\
It's difficult, so we made a custom plugin that averages prices out.

**Holding an item**\
If you're wanting to sell an item that you're holding, simply type **/iworth hand** and the plugin will return the average price of it. If it hasn't been sold before, this sadly won't be of any help.

**Want to search? No problem.**\
This plugin also has a search feature! Simply type **/iworth search \<item-name>** This works with custom items, crate keys, basically everything.

**Want to just look at every item ever sold? No problem.**\
Simply type **/iworth all** and there you go!

**How does it work?**\
It takes all sales of all items from both Auction House and Chest Shops and averages it out.

</details>

### **What is the Auction House?**

The Auction House is the best place to sell items that you may not want to make an entire shop or Player Warp for - to access it, simply type **/ah** in-game to see a list of all current listings. You can sell in-game items for either Cash or CYT Coins, simply add either **cash** or **coins** on the end of the command when you sell an item.

{% hint style="warning" %}
If you want to sell something on the Auction House, you will have to pay **£100** to put the item on there, as well as a **15% tax** on the item once it is sold (the same as chest shops)
{% endhint %}

### **How does it work?**

Simply hold what you're trying to sell, and type **/ah sell \<price> \[currency]**; a confirmation will appear in chat letting you know about the £100 fee, and you'll have to type the command again to confirm you're happy to spend that cost. Auctions stay on **/ah** for 48h until going into the **"Expired Auctions"** section

### **Can I collect my expired items?**

Yes! Type **/ah** in-game, and click on the beacon labelled **"My Auctions"**. Afterwards, click on the enchanted clock labelled **"Expired Auctions"** and all your expired items will be there - click them with a free inventory slot to retrieve them!

### **How do I get more slots?**

Slots are obtained from purchasing donator ranks (click [**here**](https://store.craftyourtown.com/) to visit the store, or use **/store** in-game) or ranking up in-game using **/ranks**.


---

# 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.craftyourtown.com/how-to-play/content/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.
