> 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/inventory.md).

# Inventory

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

* **Refine item** — Place the item you want to refine in this slot.
* **How to refine it** — Tells the bot which method to use when performing the refining operation.
* **Special item** — Place the special item required for refining in this slot.
* **Refine x times** — Tells the bot how many times to repeat the refining process.
* **New refine window** — Only enable this option on servers that use a custom refining system. Note: this may not work on all servers.
* **Add stones** — Place the item you want to add stones to in this slot.
* **Stone** — Place the stone you want to add to the item in this slot.
* **Select item to remove broken stones** — Place the item that removes broken stones in this slot.
* **Item list** — Displays all items currently in your inventory.

  Available actions for listed items:

  * Drop selected item
  * Drop all items
  * Sell selected item
  * Sell all items
  * Destroy selected item
  * Destroy all items
* **Item seller:**

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

* The first list (where items such as Sword+0, Sword+1, etc. are shown) displays your current selling list. To add items to it:

  1. Click the **Add** button — the **Item list** window will open.
  2. Select the item you want to add to the list.
  3. Click **Add** to confirm.

  You can also add items manually by navigating to: `STMod folder → Resources → IngameResources → sell_items.st_set`
* **Action** — Choose what the bot should do with items on the selling list:
  * Sell them
  * Destroy them
* **Delay** — Sets the interval (in seconds) at which the bot will sell or destroy items from the list.


---

# 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/inventory.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.
