# Shops

#### Selling Items in `/shop`

**`/shop`** is your go-to destination for turning excess items into cash. Whether you're overflowing from building farms or just playing the game, you can conveniently sell unwanted materials and earn money instantly.

**Shop Categories**

Our shop categories encompass all types of blocks and items. Note that purchasing options are primarily limited to **Blocks** and **Decorations**. This design encourages you to engage more deeply with the game for certain items. Be aware that prices may fluctuate depending on market activity, adding a dynamic challenge to your trading strategy.

**Commands:**

* **`/shop`**: Opens the shop interface
* **`/sellgui`**: Launches a chest interface for bulk sales
* **`/sellall inventory`**: Sells all sellable items in your inventory
* **`/sellall hand`**: Sells all of a specific item type from your inventory (Available once you reach Merchant status)
* **`/sellhand`**: Sells the item currently held in your hand

#### Creating Your Own Shop

~~Interested in selling directly to other players? Visit **`/mall warp`** to set up your own chest shops. Simply select an available plot, interact with the sign, and start trading! For a step-by-step guide, check out the tutorial video below.~~

{% embed url="<https://drive.google.com/file/d/1x3kGt29FB1iyEBEU5RW2RT44UwnoL5un/view?usp=sharing>" %}


---

# 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.bucketry.net/get-started/money-making/shops.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.
