> For the complete documentation index, see [llms.txt](https://starborne.gitbook.io/starborne/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starborne.gitbook.io/starborne/arcadia/setting-up-your-own-shop.md).

# Setting Up Your Own Shop

{% hint style="danger" %}
**Rent a shop by clicking on a sign, where the price matches what you can afford. Bigger shops are more expensive. If you do not pay the required renting amount, your shop will automatically be closed. If you plan to be away from the server for a long period of time, create a ticket and ask to preserve your shop.**\
\
**Creating a shop enables other players to purchase items from your store. The funds from these transactions are automatically deposited into your virtual account which can be checked with /**&#x62;a&#x6C;**. Your shop will continue to work without you being online and in the server.**
{% endhint %}

**Use barrels instead of chests to reduce lag.**

### Place your barrels and create a sign with the following format: <a href="#place-your-barrels-and-create-a-sign-with-the-following-format" id="place-your-barrels-and-create-a-sign-with-the-following-format"></a>

**Second line:** Specify the item quantity, e.g., "64"

**Third line:** Indicate the cost, e.g, "1"

**Fourth line:** Put a question mark, "?"

**Now crouch/sneak and tap the sign while holding the item you want to sell, and thats it!**

**Here is an example of how your sign should look:**

<img src="https://1020380714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwKvhaX7wtIrrS618wesN%2Fuploads%2Fams8pCWi7ARxwBTLVr7W%2Fimage.png?alt=media&#x26;token=47aa8244-6b5e-40f1-91e2-712e55b8f205" alt="" width="100%">

​

**Here is an example of how your sign should look like after you crouched and tapped the sign with the item you want to tell for that barrel:**

<img src="https://1020380714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwKvhaX7wtIrrS618wesN%2Fuploads%2F9qsyKkCCRG0erXUEvrHA%2Fimage.png?alt=media&#x26;token=2daeab55-3807-4865-b4fd-2c6298a56214" alt="" width="100%">

​


---

# 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://starborne.gitbook.io/starborne/arcadia/setting-up-your-own-shop.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.
