# Commands & Permissions

| Command                                                      | Permission             | Description                                           |
| ------------------------------------------------------------ | ---------------------- | ----------------------------------------------------- |
| /shops                                                       | shops.command          | Opens the main menu                                   |
| /shops admin                                                 | shops.command.admin    | Opens the admin menu                                  |
| /shops add item \<shopId> \<BuyPrice> \<SellPrice> \[minQty] | shops.command.add      | Allows you to add an item to a shop using the command |
| /shops cart                                                  | shops.command.cart     | Opens your cart directly                              |
| /shops delete \<shopId>                                      | shops.command.delete   | Deletes an exisitng shop and it's items               |
| /shops reload                                                | shops.command.reload   | Reloads the settings and language files               |
| /\<shop command>                                             | shops.access.\<ShopId> | See the shop command section for more information     |


---

# 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.tweetzy.ca/official-plugins/shops/commands-and-permissions.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.
