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

# Developer Platform

<h2 align="center">Anzety's Mod Hub</h2>

<p align="center">Welcome to Anzety's Mods Wiki</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>LNG Companion</strong></td><td>The flagship dynamic drone system. Features massive PvE storylines, Apex City progression, KOTH, Trials, and a fully customizable vault economy.</td><td><a href="/spaces/BB0ei748FKUihMyRzylM">/spaces/BB0ei748FKUihMyRzylM</a></td><td><a href="/files/S4wjGDkVip6n4edAh1LX">/files/S4wjGDkVip6n4edAh1LX</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td>Omega Spawner</td><td>Advanced, lightweight spawn management. Take complete control over player loadouts, starting locations, and custom spawn logic.</td><td><a href="/spaces/or0xioeKOowDkp2IVfVy">/spaces/or0xioeKOowDkp2IVfVy</a></td><td><a href="/files/Cx9wL59gny2zxCUety4d">/files/Cx9wL59gny2zxCUety4d</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td>Zenith Drops</td><td>A highly configurable, zone based loot system, live reloadable config, allowing you to set custom loot on creatures without touching any xml file.</td><td><a href="/spaces/qfiYs09K9bcizLrlzazC">/spaces/qfiYs09K9bcizLrlzazC</a></td><td><a href="/files/vMwBBmqkdxZyQCqStfX1">/files/vMwBBmqkdxZyQCqStfX1</a></td></tr><tr><td></td><td><strong>KeyCrates</strong></td><td>Secure, key-based loot crates for high-tier rewards.</td><td><a href="/spaces/eGVc0Bw92gKpozbuB0LA">/spaces/eGVc0Bw92gKpozbuB0LA</a></td><td><a href="/files/S4I4ZLImbiZrUYaai5K3">/files/S4I4ZLImbiZrUYaai5K3</a></td></tr><tr><td></td><td><strong>Simple Name Tags</strong></td><td>A lightweight, crash-proof UI <strong>Name Tags</strong> overlay for player identification, built on a robust soft-dependency architecture.</td><td><a href="/spaces/A3R2slU4kDrmcLzfRxYp">/spaces/A3R2slU4kDrmcLzfRxYp</a></td><td><a href="/files/UiHXCCGPudUYK53qTLZD">/files/UiHXCCGPudUYK53qTLZD</a></td></tr><tr><td></td><td>Mod Overrides</td><td>Source Code to overrides to change various things on our mods or other popular mods, such as Slots on storages and clothing, aswell as Clothing reskinning.</td><td><a href="/spaces/HzmYmX4e5MmXLqhDKpMX">/spaces/HzmYmX4e5MmXLqhDKpMX</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr><tr><td></td><td>Kill rewards</td><td>Advanced rewards for reaching milestones, killing special creatures, obtaining trophies ETC. Includes a portable trader</td><td><a href="/spaces/NsNhGr27gU11QOO0szo4">/spaces/NsNhGr27gU11QOO0szo4</a></td><td><a href="/files/b4hrxBGOfJj8AX4jFrZx">/files/b4hrxBGOfJj8AX4jFrZx</a></td></tr><tr><td></td><td>Patreon</td><td>Support the Dev to unlock Private mods and gain access to spoilers of upcoming projects</td><td><a href="https://www.patreon.com/LNGStudio">https://www.patreon.com/LNGStudio</a></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr></tbody></table>

<h2 align="center">Join Discord</h2>

<p align="center">Join our Discord community or create your first PR in just a few steps.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td>Join our Discord community to post questions, get help, and share resources with like-minded Server Owners.</td><td><a href="https://discord.gg/qCpY9jsCwS" class="button secondary">Join Discord</a></td><td></td></tr><tr><td></td><td><strong>Youtube Guides</strong></td><td>Check The guides and feature showcase videos on our channel.</td><td><a href="https://www.youtube.com/@LateNightArk" class="button secondary">Youtube</a></td><td></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://lng.gitbook.io/lng-docs/readme.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.
