> For the complete documentation index, see [llms.txt](https://whitepaper.novacreed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.novacreed.com/master/species.md).

# Lore and Species

**The year is 2420.**

Civilisations across the galaxy have suffered a series of environmental disasters. Some remain planet bound, on the brink of extinction, others have moved their populations into space. The common factor among all of them: the need for water.&#x20;

In the wilderness of space there is only one profession more dangerous than that of a soldier. Those that follow the Nova Creed. These scavengers living on stations at the edge of known space, awaiting the call to arms when new deposits of ice are detected. Despite the bonds they've built up they compete in incredible races across the stars to be the first to find the ice and take the profit from selling it on to planets in need.

**The Nova Creed revolves around the space station Elonius V.** \
\
Elonius V sits on an asteroid far away from any habitable planets. It was originally an old mining colony but was abandoned during the last great galactic war and fell into disrepair. As time went by it slowly became a base for those hunting for ice on the outskirts of space. Soon enough it became home to many of them. \
\
While there are a number of similar space stations, often newer and better equipped, Elonius V has developed a reputation bordering on reverence, which has turned the inhabitants of Elonius V into a community like no other.

While Elonius V is falling apart, overcrowded and full of problems its a true home to those living there, and though many of them earn enough to move away again, the bonds they've built up keeps bringing them back.\
\
There are a few dingy bars on Elonius V, but the main hub is a large bar in the heart of the station called The Tea Bowl. The Tea Bowl is owned and run by the illustrious Red, nicknamed “Shoes” who lost his legs out on a race gone wrong. He’s retired now, but keeps the order, and people fear and respect him in equal measure.

This space station has a population of 4321 inhabitants, of various species professions and ranks. It's the oldest and most famous of stations and has developed a notoriety that has united those onboard, even as they compete fiercely against one another.&#x20;

The 6 species who make up the Nova Creed are: The Adalios, The Xylak, The Maonod, The Rumidians, The Ilithanons and The Carlithian. Are you ready to meet them? Good. Read on...


---

# 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://whitepaper.novacreed.com/master/species.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.
