# Shop manager

<figure><img src="https://1662484209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSrVu0j9CYXbvJXRYgHnk%2Fuploads%2FFuDicC9ocAbkqIRhkkpG%2F12.png?alt=media&#x26;token=333068d6-0d4c-4860-b8ed-739e4d2d5e6c" alt=""><figcaption></figcaption></figure>

* Shop search bot

<figure><img src="https://1662484209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSrVu0j9CYXbvJXRYgHnk%2Fuploads%2Ffzcy8BkEuj6SvBYGrhqp%2FScreenshot_164.png?alt=media&#x26;token=8812f772-7e84-4691-9eaa-168978ffed38" alt=""><figcaption></figcaption></figure>

* Shop creator

<figure><img src="https://1662484209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSrVu0j9CYXbvJXRYgHnk%2Fuploads%2FJzQggORi3gvTvAN9VUWb%2FScreenshot_163.png?alt=media&#x26;token=8c4c86f4-91f9-4610-9e96-0de2d21e6792" alt=""><figcaption></figcaption></figure>

* Split item -> Place item on slot, type the value you want to be splitted and click on Split button
* Buy & sell -> The bot will buy & sell the item (from both inventory and shop slot) with the specified delay
* Buy & use -> The bot will auto buy the item from specified slot and use it
*

```
<figure><img src="https://1662484209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSrVu0j9CYXbvJXRYgHnk%2Fuploads%2FX0htGTDNUoybNZWhFO4f%2FScreenshot_165.png?alt=media&#x26;token=e2911c2d-3e47-4dfa-9c72-c3111ff03ad8" alt=""><figcaption></figcaption></figure>
```

```
This what it does it to buy X item from specified slot and check for it's Average damage / Skill damage bonus, if the bonus is not at least that value you set, the bot will keep going
```

* Move items to storehouse -> The bot will move the items from slot x to slot y into the storehouse
* Move items from storehouse -> The bot will move the items storehouse from slot x to slot y into the inventory
* Move items from itemshop -> the bot will move all existing items in Itemshop storehouse into inventory
* Item user -> The bot will use the item from slot at the specified delay
* Change Yang to WON -> The bot will change your Yang to WON&#x20;
* Change WON to Yang  -> The bot will change your WON to Yang
* Delete items from slot x to y -> The bot will delete all your items from the specified range


---

# 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.stmod.net/stmod-pservers/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.
