> For the complete documentation index, see [llms.txt](https://wp.warped.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.warped.games/lore/the-nexus-station.md).

# The Nexus Station

The Nexus Station will serve as the central hub for players in Warped Universe, functioning as a vibrant social, strategic, and operational base. It will stand as a testament to the ingenuity of the Oracle and the determination of its first settlers.&#x20;

The core function of the Nexus Station is utilizing advanced technology to construct new planets using the Residuum collected by its inhabitants, the players.&#x20;

More than just a home base made with otherworldly physics, the Nexus Station will act as a dynamic social hub where players can interact, explore, and showcase their avatars. Some of the features within the Nexus Station will include:

* **A Real-Time 3D Solar System Map:** Here players will be able to track the current state of the Warped Universe, monitor planetary progress, view operational facilities, and scout for regions under threat from the Void. This feature will add a strategic layer to mission selection and player agency.&#x20;
* **The In-Game Store:** Players can make their way over to the in-game store to purchase Koju and spend it on a variety of cosmetics and customizations, allowing them to personalize their characters and equipment, ensuring they can fight off the Void in style.&#x20;
* **Workstations:** These specialized areas will be where players can acquire new equipment, unlock skills, and apply upgrades.&#x20;
* **Interactive and Social Spaces:** As the central hub, the Nexus Station will feature interactive spaces where players can relax, socialize, and share tales of their adventures.

Acting as the beating heart of this new civilization tasked with building the Warped Universe, the Nexus Station will provide a space where players can gather, strategize, and take a breath from the destructive forces of the Void.


---

# 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://wp.warped.games/lore/the-nexus-station.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.
