# Commands & Permissions

| Command                                                               | Permission                     | Description                                                                          |
| --------------------------------------------------------------------- | ------------------------------ | ------------------------------------------------------------------------------------ |
| /markets                                                              | None                           | Open the market main menu                                                            |
| /markets bank                                                         | markets.command.bank           | Opens your bank                                                                      |
| /markets offers                                                       | markets.command.offers         | Opens your offers                                                                    |
| /markets payments                                                     | markets.command.payments       | Opens your payment collections                                                       |
| /markets search \<keywords>                                           | markets.command.search         | Used to search all open markets                                                      |
| /markets view \<player>                                               | markets.command.view           | Used to view a player's market                                                       |
| /markets add \<category> \<price> \[-nooffers, -wholesale, -infinite] | markets.command.add            | Allows users to add items to a category                                              |
| /markets transactions                                                 | markets.command.transactions   | Allows player to view sales that occurred while they were offline                    |
| /markets admin \<player> openmain                                     | markets.command.admin          | Allows console/player to force open main menu for another user                       |
| /markets delete \<player>                                             | markets.command.delete         | Allows user to delete another player's market                                        |
| /markets reload                                                       | markets.command.reload         | Reloads the plugin files                                                             |
|                                                                       | markets.maxalloweditems.#      | The maximum number of items a player can have in their market # being the total      |
|                                                                       | markets.maxallowedcategories.# | The maximum number of categories a player can have in their market # being the total |
|                                                                       | markets.maxallowedrequests.#   | The maximum number of requests that a player can have active, # being the total      |
|                                                                       | markets.admin                  | Need to use -infinite flag in add command                                            |


---

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