> For the complete documentation index, see [llms.txt](https://docs.engages.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engages.io/engage-discord/reward-hub/marketplace.md).

# Marketplace

Launch your in-server marketplace with **`/marketplace`**.

### Set up the marketplace channel

* **`/marketplace channel channel:`** – Set the channel that will host the marketplace embed.

### Add and edit items

* **`/marketplace add_item`**
  * `name` – Item name (must be unique inside the server).
  * `price` – Cost in points.
  * `description` *(optional)* – Item description.
  * `quantity` *(optional)* – Stock count (default: unlimited).
  * `role` *(optional)* – Role granted on purchase.
  * `chain` *(optional)* – Reward chain.
  * `role_gate` *(optional)* – Only members with this role can purchase.
  * `multiple_buy` *(optional)* – Allow members to buy the item more than once.
  * `captcha` *(optional)* – Require captcha verification before purchase (anti-bot).
* **`/marketplace edit_item name:`** – Update an existing item's `price`, `description`, `quantity` or `role`.
* **`/marketplace remove_item name:`** – Delete an item from the marketplace.
* **`/marketplace buyers name:`** – Export a list of every buyer of a specific item (great for reward distribution).

{% hint style="info" %}
A more visual marketplace experience is rolling out on the [Engage Dashboard](https://www.engages.io/dashboard). The Discord-side commands above remain fully supported.
{% endhint %}
