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

# Useful Locations

These are some useful locations at Spawn.

Coordinates are listed as `X Y Z`.

<table><thead><tr><th>Location</th><th width="161">Coordinates</th><th>Description</th></tr></thead><tbody><tr><td><code>Spawn</code></td><td><code>0 102 395</code></td><td>In this area you will find most of the npcs where you can buy/sell or trade items.</td></tr><tr><td><code>Portals</code></td><td><code>0 87 54</code></td><td>You will find 7 portals here. RTP, <a href="/pages/gQ2LKF1GrCxhsSfQKtDe">Farmlands</a>, <a href="/pages/piNoeG16KBKK5vAaWNHS">Lagoona Lakes</a>, <a href="/pages/cTRVDJ3H8fZbxcAfm0bj">The Underworld</a>, <a href="/pages/W6JCnHjiKS0ixkkBoF8r">Spelunking Caverns</a>, <a href="/pages/Q195u8YF8zP2uSDsC6UR">Luscious Grove</a> &#x26; <a href="/pages/wU7QfYMCM5DXVYQb4wjE">Ancient Digsite</a></td></tr><tr><td><code>Blacksmith</code></td><td><code>23 93 418</code></td><td>Here you will find the Blacksmith NPC and the Blacksmith's Apprentice NPC.</td></tr><tr><td><code>AFK Lounge</code></td><td><code>-25 90 484</code></td><td>Here you will find th afk lounge where you can go afk for some awesome rewards!</td></tr><tr><td><code>Crates</code></td><td><code>27 96 456</code></td><td>Here you will find the crates where you can use your crate keys.</td></tr><tr><td><code>Casino</code></td><td>-40 84 595</td><td>Here you will find the casino where you can gamble in game money (only in game money, nothing irl)</td></tr></tbody></table>


---

# 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/useful-locations.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.
