> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/spawn.md).

# Spawn

### Overview

Spawn is the main starting point of the server.

It is the first place you arrive when you join.

Spawn acts as a protected hub.

You can safely explore, learn the server, and access key SMP features.

{% hint style="info" %}
Spawn is fully protected. You cannot build, break blocks, or PvP here.
{% endhint %}

### What you can find at Spawn

Spawn gives you quick access to core server systems and travel points.

You can find:

* [NPCs](/orange-smp-wiki/spawn/npcs.md)
* [Useful Locations](/orange-smp-wiki/spawn/useful-locations.md)

Spawn also connects you to major areas across the server.

* [Farmlands](/orange-smp-wiki/areas/farmlands.md)
* [Lagoona Lakes](/orange-smp-wiki/areas/lagoona-lakes.md)
* [Luscious Grove](/orange-smp-wiki/areas/luscious-grove.md)
* [Ancient Digsite](/orange-smp-wiki/areas/ancient-digsite.md)
* [The Underworld](/orange-smp-wiki/areas/the-underworld.md)
* [Spelunking Caverns](/orange-smp-wiki/areas/spelunking-caverns.md)
* [Dungeon Hub](/orange-smp-wiki/dungeons/dungeon-hub.md)

### Safe zone

Spawn is a safe area for preparing before you head out.

Use it to navigate, trade, and interact with server features without risk.

It is the central gateway for progression, exploration, events, and the wider world.

### Travel commands

Use these commands to move between Spawn and the survival world:

* `/spawn` — Return to Spawn at any time.
* `/rtp` — Randomly teleport into the world.

New players start at Spawn first.

Use `/rtp` when you are ready to begin your adventure.


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/spawn.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.
