# Dynamic Shop

## /shop

`/shop` opens a GUI where you can purchase and sell items. For most players, this is the main way to earn money on the server. \
\
Item prices change periodically based on how much is bought or sold of a particular item. \
\
**Each item** has a **server-wide** limit of how much of it can be bought and sold in a 10 minute timeframe, resetting after the 10 minutes have passed. If the limit has been reached, a message in chat appears. These limits are subject to change and are based around the current average amount of players.

![Limit resets after 10 minutes.](/files/-M_nPbyBM5vEF7jNh5xd)

<div align="center"><img src="/files/-M_nOxPkt3WkGlBdVMwM" alt="The /shop GUI"></div>


---

# 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.hakairo.de/economy/dynamic-shop.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.
