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

# NPCs

NPC locations

Coordinates are listed as `X Y Z`.

Use your browser search to find a specific NPC fast.

<table><thead><tr><th width="222">NPC</th><th>Coords</th><th width="381">Description</th></tr></thead><tbody><tr><td><code>Blacksmith</code></td><td><code>23 93 413</code></td><td>Opens the Blacksmith forge where you can forge dozens of <a href="/pages/n786pp0lTO72xaoCmzXa">custom items</a>, requiring certain <a href="/pages/mcxLBNFG9uNk1zDhgifa">materials</a>.</td></tr><tr><td><code>Blacksmith’s Apprentice</code></td><td><code>27 93 412</code></td><td>Opens the Blacksmith’s Apprentice, where you can trade silver and gold coins for useful items.</td></tr><tr><td><code>Claim Crates</code></td><td><code>7 102 398</code></td><td>Opens the menu to claim your crate keys.</td></tr><tr><td><code>Wiki</code></td><td><code>7 102 398</code></td><td>Opens a link to access the wiki.</td></tr><tr><td><code>Dungeon Warp</code></td><td><code>88 89 588</code></td><td>Teleports you to the <a href="/pages/M5qSLECE2kA16UlPmcpz">Dungeon Hub</a>.</td></tr><tr><td><code>Harvester</code></td><td><code>-13 90 428</code></td><td>Opens the <a href="/pages/FV6s3IPm8DJEsialTD3k">harvester</a> shop, to purchase <a href="/pages/FV6s3IPm8DJEsialTD3k">harvesters</a>.</td></tr><tr><td><code>Item Upgrader</code></td><td><code>50 92 427</code></td><td>Opens the item upgrader where you can upgrade your itemsup to a max of +10, requiring an item upgrade template.</td></tr><tr><td><code>Runecrafter</code></td><td><code>18 90 478</code></td><td>Opens the Rune crafting menu.</td></tr><tr><td><code>Teleport Menu</code></td><td><code>-7 102 398</code></td><td>Opens the teleport menu, where you can rtp in each dimension and access custom areas.</td></tr><tr><td><code>Bazaar</code></td><td><code>12 90 427</code></td><td>Opens the Bazaar, where you can buy/sell items and create buy and sell orders.</td></tr><tr><td><code>Voting</code></td><td><code>11 90 443</code></td><td>Shows voting links.</td></tr><tr><td><code>Wizard</code></td><td><code>-16 90 464</code></td><td>Opens the wizard menu, where he will forge Magical Cores you obtain from <a href="/pages/QdBFgRg8Y09KOL9KFk48">Dungeons </a>into custom enchantments, of the same rarity.</td></tr><tr><td><code>DoorMan</code></td><td><code>-41 88 625</code></td><td>Gives you access to the Casino.</td></tr><tr><td><code>Gem Shop</code></td><td><code>-28 92 438</code></td><td>The Gem Shop lets you spend Gems on cosmetics, pets, crate keys, extra storage, wheel spins, and other quality-of-life perks. You can earn Gems through gameplay or purchase them from the store.</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/npcs.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.
