# Frequently Asked Questions

## The shop doesn't display any items

If this is the first time you created a shop and added items to it, you must refresh the shop items (**/dshop restock {shop}**) to actually make the changes take effect, so to speak.

## The rarity system is not working

The rarity system is indeed working properly but there is some misunderstanding of how the plugin works. In most of the cases, the problem is that your shop has less set up items that empty slots. This causes that all the available slots are fill with all the items and it could seem that the rarity system is not working. The easiest workaround is to add "air slots" to limit the amount of items. For a better understanding check [Shop Display](https://diviosx.gitbook.io/daily-random-shop/usage/shop-display).


---

# 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://diviosx.gitbook.io/daily-random-shop/frequently-asked-questions.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.
