# Managing Shop Items

You can configure adding and removing items with the following command

```
/shop-manage add-item
/shop-manage remove-item
```

You can add two kinds of rewards in the shop, Role Reward & Custom Reward.

<figure><img src="/files/2elRYoKFUn0HxoJmlz5Z" alt=""><figcaption></figcaption></figure>

To remove an item, just run the command given above and a drop-down menu will appear.

<figure><img src="/files/wgo9MKIJYn1JEuhkSR82" alt=""><figcaption></figcaption></figure>

To view all the items currently in your shop, you can run the following command:

```
/shop-manage view-shop
```

You can set-up a notification channel for whenever someone purchases an Item!&#x20;

```
/shop-manage shop-notifications
```

<figure><img src="/files/ItTzL1IZBEYM2HVxLJln" alt=""><figcaption></figcaption></figure>

To check the last 10 purchases from the shop, use the following command:

```
/shop-admin recent-purchases
```

<figure><img src="/files/saWcAAwIQMCt6VfT8yC7" alt=""><figcaption></figcaption></figure>

To check the amount of people who have purchased a specific Item or Reward from the shop:

```
/shop-admin item-report 
```

<figure><img src="/files/T2eUAsJh3ifOC5n35P7o" alt=""><figcaption></figcaption></figure>


---

# 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.tektools.app/product-guides/configuring-in-discord/engagement-system/table-of-content/managing-shop-items.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.
