> For the complete documentation index, see [llms.txt](https://wiki.lemoncloud.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lemoncloud.org/server-features/chest-shops.md).

# Chest Shops

You can either use `/cs` or `/chestshop` to access this feature.

***

## Creating a Shop

1. Place a chest.
2. Put the item you want to sell in your hand.
3. Look at the chest.
4. Run `/cs create <price>`

Example:

`/cs create 100`

This creates a shop selling the item in your hand for 100 each.

***

## Changing Buy/Sell Mode

Shops can either sell items to players or buy items from players.

Look at your shop and run:

`/cs buy` - means your shop buys items from other players (players can sell items to you)

`/cs sell` - means your shop sells items to other players (players can buy items from you)

***

## Stocking Your Shop

After creating the shop, open the chest and place the items inside.

***

## Currencies

By default the currency will be dollars $, except on Prison where it uses Tokens.

You can also create chest shops with Lemons by adding the currency to the create command: `/cs create <price> Lemons`

***

## Changing The Price

Look at your shop and run: `/cs price <new price>`

***

## Removing a Shop

Look at your shop and run `/cs remove`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.lemoncloud.org/server-features/chest-shops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
