# Shop commands

{% hint style="success" %}
The commands are available to all server users.
{% endhint %}

| Command name |    Command description    |     Arguments     |
| :----------: | :-----------------------: | :---------------: |
|     /buy     | Buy an item from the shop | \<item> \[amount] |
|     /shop    |       View the shop       |         No        |

{% hint style="warning" %}
The following commands are only available to server administrators.
{% endhint %}

|      Command name     |            Command description           |                       Arguments                       |
| :-------------------: | :--------------------------------------: | :---------------------------------------------------: |
|     /shop-add-edit    |     Add or change an item in the shop    | \<item> \<price> \[price\_type] \[amount] \[discount] |
| /shop-decrease-amount |  Reduce the number of items in the shop  |                   \<item> \<amount>                   |
|       /shop-del       |       Remove an item from the shop       |                        \<item>                        |
| /shop-increase-amount | Increase the number of items in the shop |                   \<item> \<amount>                   |

{% hint style="info" %}
< > - required argument \[ ] - optional argument | - OR
{% endhint %}


---

# 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://docs.wetbot.space/eng/commands/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.
