# CobbleShop

- [Shops](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops.md): Here you can find all configuration options for each type of shop as well as their default configs.
- [Permanent Shop](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops/permanent-shop.md): The Permanent Shop is used for most shops you want to create. These will always be open for players to purchase items from.
- [Category Shop](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops/category-shop.md): The Category Shop is used for when you would like to create categorys within a shop.
- [Dynamic Shop](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops/dynamic-shop.md): This shop lets you set products to rotate every x minutes and customize the number of items displayed, ensuring only those will be included in the rotation.
- [Dynamic Weekly](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops/dynamic-weekly.md): This shop offers the same features as the Dynamic Shop but combines them with those of the Weekly Shop.
- [Dynamic Calender](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops/dynamic-calender.md): This shop offers the same features as the Dynamic Shop but combines them with those of the Calender Shop.
- [Weekly Shop](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops/weekly-shop.md): The Weekly Shop allows you to specify the days it will be open.
- [Calender Shop](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops/calender-shop.md): The Calender Shop is used for when you would like to set a specific date or month for when the shop can be accessed.
- [Configuration](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/shops/configuration.md): Here you can find all features and configurable options for each shop type.
- [Config](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/config.md)
- [Language](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/language.md)
- [Commands](https://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop/commands.md)


---

# 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://zonary123-dev.gitbook.io/zonary123-dev-docs/mods/free-mods/cobbleshop.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.
