> For the complete documentation index, see [llms.txt](https://wiki.stmod.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.stmod.net/private-servers/shop-manager.md).

# Shop manager

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/FeOHUZjsuAiO0MxBgTnw" alt=""><figcaption></figcaption></figure>

The Shop Manager module provides a collection of automated tools for managing your in-game shop, inventory, and storehouse. The features below are available as individual bots within the Shop Manager interface.

***

## Shop Search Bot

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/YioVFVGSVIFK0zJIktVh" alt=""><figcaption></figcaption></figure>

Automatically searches player shops for specific items based on your configured criteria.

***

## Shop Creator

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/7SOOTMOhl95FUXVy7Wcm" alt=""><figcaption></figcaption></figure>

Automates the process of setting up and opening your own player shop.

***

## Available Bots & Features

* **Split item** — Place an item in the target slot, enter the value you want to split it at, then click the **Split** button.
* **Buy & Sell** — The bot will automatically buy and sell the specified item (from both your inventory and shop slots) at the configured delay.
* **Buy & Use** — The bot will automatically buy the item from the specified slot and immediately use it.
* **Damage Check Bot**

  <figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/Pe56I9dE9lcvmRWAgo5r" alt=""><figcaption></figcaption></figure>

  The bot buys an item from the specified slot and checks its **Average Damage** and **Skill Damage** bonuses. If the item's bonus does not meet the minimum value you have configured, the bot discards it and keeps searching.
* **Move items to storehouse** — The bot will move items from inventory slot X through slot Y into the storehouse.
* **Move items from storehouse** — The bot will move items from storehouse slot X through slot Y into your inventory.
* **Move items from item shop** — The bot will move all items currently in the Item Shop storehouse into your inventory.
* **Item user** — The bot will use the item in the specified slot at the configured delay.
* **Change Yang to WON** — The bot will automatically exchange your Yang for WON.
* **Change WON to Yang** — The bot will automatically exchange your WON for Yang.
* **Delete items from slot X to Y** — The bot will delete all items within the specified slot range.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.stmod.net/private-servers/shop-manager.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.
