# Shops

### **How to create a shop**

1. Place a Chest
2. Place a sign on the Chest.
3. On the sign, write:
   1. Leave line 1 blank - it will be automatically filled in with your username
   2. Line 2 = the amount of items you want to buy/sell
   3. Line 3 = your buy/sell prices (format: "B\<number> : S\<number>")
      1. B = price of items **b**ought by players
      2. S = price of items **s**old to you by players
   4. Line 4 = the item ID you are buying/selling
      1. If you don't know the ID, you can write **?** and then click the sign with the item afterwards
4. Fill the Chest with stock and make sure to keep it stocked as players buy items!
   1. If you're buying items from other players , make sure you have enough Diamonds in your Bank account!

#### **Examples:**

* Example for selling 16 Wheat for 8 Diamonds:
  1. \<blank>
  2. 16
  3. B 8
  4. Wheat
* Example for buying and selling 5 Paper for 2 Diamonds:
  1. \<blank>
  2. 5
  3. B 2 : S 2
  4. Paper


---

# 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://classicscraftworks.gitbook.io/crafthorizon/non-vanilla-content/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.
