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

# Inventory

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

* **Item list** — Displays all items currently in your inventory. The following actions are available:
  * Drop selected item
  * Drop all items
  * Sell selected item
  * Sell all items
* **Sell items from slot X to slot Y** — The bot will sell all items within the specified slot range.
* **Item seller:**

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/7XbwtQomcq8PVkcNjTwi" 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.
  3. Click **Add** to confirm.

  You can also add items manually by editing the file at: `STMod folder → Resources → IngameResources → sell_items.st_set`
* **Action** — Select what you want the bot to do with items on the selling list:
  * Sell them
* **Delay** — Sets the interval (in milliseconds) 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/official-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.
