# setup & config shop

{% hint style="info" %}
**ManageGuild** permissions required.
{% endhint %}

### Setup the shop

Use `/manage shop setup` to customise the shop

* **items\_per\_page:** specify amount of products that will show per shop's pages
* **embed props:** specify embed properties

{% hint style="info" %}
Shop products will automatically be displayed on the embeds fields
{% endhint %}

{% tabs %}
{% tab title="edit" %}
Use `/manage shop edit` to edit the shop
{% endtab %}

{% tab title="preview" %}
Use `/manage shop preview` to preview the shop

* **member:** this mode will display how the shop looks for members
* **manager:** this mode will display all products including hidden products in the shop
  {% endtab %}

{% tab title="reset" %}
Use `/manage shop reset` to reset shop

{% hint style="danger" %}
this will erase **all** of the module's data including the products
{% endhint %}
{% endtab %}
{% endtabs %}

### Add a product to shop

Use `/manage product add` to add an item to the shop

* **name:** specify product a name
* **desc:** specify a description for product
* **price:** specify produce for product
* **hide:** hide the product from members
* **role\_reward:** specify a role members earn after purchase

{% tabs %}
{% tab title="edit" %}
Use `/manage product edit` to edit a product
{% endtab %}

{% tab title="remove" %}
Use `/manage product remove` to delete an item from the shop
{% endtab %}

{% tab title="view" %}
Use `/manage product view` to preview a product
{% endtab %}

{% tab title="clear" %}
Use `/manage product clear` to delete all products from shop
{% endtab %}
{% endtabs %}


---

# 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://nabi.gitbook.io/nabi/guides/economy/setup-and-config-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.
