> 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/bauen.md).

# Wo baue ich?

## Starte in...

### <mark style="color:$success;">Citybuild</mark>

{% stepper %}
{% step %}

#### Gehe zu Citybuild

Tippe `/warp plots` oder `/warp gs`&#x20;
{% endstep %}

{% step %}

#### Suche dein neues Zuhause

Entweder du suchst dir selbst ein freies Grundstück und tippst `/plot claim` \
oder\
du lässt dir ein zufälliges Grundstück geben mit `/plot auto`&#x20;
{% endstep %}

{% step %}

#### Richte dich ein...

Nun kannst du einfach loslegen.\
Mit `/plot home` kommst du jedes mal wieder zurück.
{% endstep %}
{% endstepper %}

#### Grundstück Tuning

Du kannst im `/menu` mehr Grundstücke kaufen, wenn du nicht auf den nächsten Rang warten magst.

Mit `/plotmenu` kannst du auch alle Extras einstellen wie Flags, Biome, Rand, ...

***

### <mark style="color:$success;">Freebuild</mark>

{% stepper %}
{% step %}

#### Gehe zu Freebuild

Tippe `/warp freebuild` um die kleine Stadt zu betreten.\
Verlasse die Stadt so weit wie möglich.
{% endstep %}

{% step %}

#### Erstelle dein Gebiet

Wenn du eine Kiste irgendwo platzierst, wird automatisch ein kleines Gebiet erstellt.\
Mit einer goldenen Schaufel kannst du dieses Gebiet erweitern.
{% endstep %}

{% step %}

#### Mehr Befehle für dein Gebiet

Du kannst eine Zusammenfassung + Video (<https://nordseecraft.de/help/>) finden.
{% endstep %}
{% endstepper %}

***

### <mark style="color:$success;">Kreativ</mark>

{% stepper %}
{% step %}

#### Kreativ

Tippe `/warp creative` oder `/warp kreativ` um in diese Welt zu gelangen.
{% endstep %}

{% step %}

#### Erstelle dein Grundstück

Du kannst bis zu 10 Grundstücke erstellen. \
Entweder per Zufall mit `/plot auto` oder von dir ausgewählte freie Grundstücke mit `/plot claim` . \
Du kannst alle Grundstücke einzeln wiederfinden mit `/plot home x` .\ <mark style="color:$primary;">Das</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">`x`</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">steht für die Zahl deiner Grundstücke, die du besitzt.</mark>
{% endstep %}

{% step %}

#### Viele Grundstücke oder ein großes

Stell dich auf dein Grundstück, schaue auf dein nächstes Grundstück, was du verbinden möchtest und tippe `/plot merge` . \
Somit machst du aus 10 kleinen ein großes Grundstück.&#x20;
{% endstep %}
{% endstepper %}


---

# 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/bauen.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.
