> For the complete documentation index, see [llms.txt](https://durumi.gitbook.io/en-dynamicshop-3-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://durumi.gitbook.io/en-dynamicshop-3-wiki/10.-commands.md).

# 10. Commands

{% hint style="info" %}

### Command Notation

\[ a ] : This argument is optional.

< a | b | c> : You must select one of a, b, or c.
{% endhint %}

## For User

| Command                         | Desc                                    |
| ------------------------------- | --------------------------------------- |
| /ds                             | Open the Start page.                    |
| /shop \[\<shop name>]           | Open the shop UI.                       |
| /ds shop \[\<shop name>]        | Open the shop UI.                       |
| /ds qsell                       | Open the Quick Sell UI                  |
| /sell \<hand \| handall \| all> | Sell items.                             |
| /ds cmdHelp \<on\|off>          | Sets whether command help is displayed. |

## For Admin

| Command                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------- |
| /ds createshop \<shop name> \[\<permission>]                                                                                       |
| /ds deleteshop \<shop name>                                                                                                        |
| /ds mergeshop \<shop1> \<shop2>                                                                                                    |
| /ds renameshop \<shop name> \<new name>                                                                                            |
| /ds copyshop \<shop name> \<new name>                                                                                              |
| /ds openshop \<shop name> \<player>                                                                                                |
| /ds setdefaultshop \<shop name>                                                                                                    |
| /ds shop \<shop name>  add \<item> \<value> \<median> \<stock>                                                                     |
| /ds shop \<shop name>  add \<item> \<value> \<minPrice> \<maxPrice> \<median> \<stock>                                             |
| /ds shop \<shop name>  addhand \<value> \<median> \<stock>                                                                         |
| /ds shop \<shop name>  edit \<item> \<value> \<median> \<stock>                                                                    |
| /ds shop \<shop name>  editall \<purchaseValue\|salesValue\|minPrice\|maxPrice\|median\|stock\|maxStock> <=\|+\|-\|\*\|/> \<value> |
| /ds shop \<shop name>  SetToRecAll                                                                                                 |
| /ds shop \<shop name>  sellbuy \<sellonly\|buyonly\|clear>                                                                         |
| /ds shop \<shop name>  maxpage \<value>                                                                                            |
| /ds shop \<shop name>  permission \[\<true\|false\|value>]                                                                         |
| /ds shop \<shop name>  flag \<flag name>  \<set\|unset>                                                                            |
| /ds shop \<shop name> currency \<currency>                                                                                         |
| /ds shop \<shop name>  position \<pos1\|pos2\|clear>                                                                               |
| /ds shop \<shop name>  shophours \<open\|close>                                                                                    |
| /ds shop \<shop name>  fluctuation \<interval> \<strength>                                                                         |
| /ds shop \<shop name>  stockstabilizing \<interval> \<strength>                                                                    |
| /ds shop \<shop name>  account \<set\|linkto\|transfer>                                                                            |
| /ds shop command \<sell \| buy> add \<index> \<command>                                                                            |
| /ds shop command \<sell \| buy> delete \<index>                                                                                    |
| /ds shop command active \<true \| false>                                                                                           |
| /ds shop \<shop name> log \<enable\|disable\|clear>                                                                                |
| /ds shop \<shop name> background \<color \| clear>                                                                                 |
| /ds shop \<shop name> resetTradingVolume \[\<player>]                                                                              |
| /ds settax \<value>                                                                                                                |
| /ds settax temp \<value> \<min>                                                                                                    |
| /ds deleteOldUser \<day>                                                                                                           |
| /ds reload                                                                                                                         |


---

# 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://durumi.gitbook.io/en-dynamicshop-3-wiki/10.-commands.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.
