> For the complete documentation index, see [llms.txt](https://nordseecraft.gitbook.io/nsc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nordseecraft.gitbook.io/nsc/documentation/basics/shop.md).

# Usershop erstellen

Hier ist eine kleine Erklärung wie die eigenen Shops funktionieren. Du kannst überall einen Shop aufbauen. Egal ob auf deinem Grundstück in Citybuild, oder eine ganze Mall in Freebuild.\
\
Bekannte oder vertraute Shops bekommen einen Ehrenplatz auf dem Werbeschild am Spawn.\
Auch ist ein Spielerwarp mit `/pwarp` möglich.

### Wir gehen durch – Zeile für Zeile

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image"></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Erste Zeile</strong></td><td>Hier wird automatisch dein Name eingesetzt. Du kannst dieses Feld leer lassen.</td><td><a href="https://www.gitbook.com/integrations#analytics">https://www.gitbook.com/integrations#analytics</a></td><td><a href="https://share.cheeseburger.zip/r6yVhm6Z">https://share.cheeseburger.zip/r6yVhm6Z</a></td><td></td></tr><tr><td><strong>Zweite Zeile</strong></td><td>Hier kommt die Anzahl des Items.<br>Wie oft möchtest du dein Item/Block verkaufen?</td><td><a href="https://www.gitbook.com/integrations#support">https://www.gitbook.com/integrations#support</a></td><td><a href="https://share.cheeseburger.zip/ojb2ASjS">https://share.cheeseburger.zip/ojb2ASjS</a></td><td></td></tr><tr><td><strong>Dritte Zeile</strong></td><td>Der Preis wird hier immer als Kunde angezeigt. <br>B steht für Kaufen + der Preis. <br>S steht für Verkaufen + Preis.</td><td><a href="https://www.gitbook.com/integrations#interactive">https://www.gitbook.com/integrations#interactive</a></td><td><a href="https://share.cheeseburger.zip/mU5qN8sl">https://share.cheeseburger.zip/mU5qN8sl</a></td><td></td></tr><tr><td><strong>Vierte Zeile</strong></td><td>Was möchtest du verkaufen? Füge hier den Namen des Items/Blocks ein.<br>Ist der Name zu lang? <br>Nimm das Item oder den Block in die Hand und tippe <code>/iteminfo</code></td><td><a href="https://www.gitbook.com/integrations#visitor-authentication">https://www.gitbook.com/integrations#visitor-authentication</a></td><td><a href="https://share.cheeseburger.zip/ehkqJnVM">https://share.cheeseburger.zip/ehkqJnVM</a></td><td></td></tr><tr><td><strong>Resultat</strong></td><td>Tinster97 verkauft dir 32 Stöcke für €120 und kauft von dir 32 Stöcke für €70.</td><td></td><td><a href="https://share.cheeseburger.zip/8QFLaUCS">https://share.cheeseburger.zip/8QFLaUCS</a></td><td></td></tr></tbody></table>

{% hint style="info" %}
**Diese Schilder können auch als Schloss gelten für die Freebuild-Welt oder Mine.**\
Denn nur du kommst an deine Kiste mit Shop-Schild heran.
{% endhint %}


---

# 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://nordseecraft.gitbook.io/nsc/documentation/basics/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.
