# Manage Shops

## Introduction

The shops are the core of this plugin, is where items are stored and timers are saved to update them. Now you may be wondering how to create one, which is a really simple task. To manage all the shops and their basic information use **/dshop manager**

![Preview of shops manager gui](/files/-MfHXKbhsH3sOmzSHpqg)

## Create Shop

To create a shop, just go to the lower right button and click on it. After that, enter the new shop's name on the chat. Congratulations, you created your first shop!&#x20;

## Edit Shops

Whoops, I misspelled the new name's shop! Afraid not as you can change the name of the shop at anytime, same with the timer of the shop. You can also delete the shop, [customize the items](/daily-random-shop/usage/item-customizer.md) inside of it and customize the [shop display](/daily-random-shop/usage/shop-display.md)

## Yaml Support

You can edit all the shop parameters via yaml with the [parser](/daily-random-shop/yaml-support/parser.md).

{% hint style="danger" %}
Note that you cannot have two shops with the same name. Also, shop's names cannot have special characters
{% endhint %}

{% hint style="warning" %}
Note: The free version is limited to one shop
{% endhint %}


---

# 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/usage/manage-shops.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.
