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

# The Galaxiators

This section delves into Galaxiators as combatant units within the game. For more information on the tokenized aspects of Galaxiators, please visit the [Tokens](/galaxiators-documentation/project-pillars/tokens.md) page.

### Prologue

In the far reaches of space, on mysterious, uncharted planets, dwell the Galaxiators—formidable alien species with a natural affinity for combat. These powerful beings are relentlessly pursued by the Venatores, hunters who rip them from the warmth of their homes, families, and all they have ever known.

Once captured, the Galaxiators are sold to Lanistas who command their teams in the most clandestine and treacherous arenas scattered throughout the outer edges of the universe.

The game in which these fearless Galaxiators partake is not solely one of skill, but also of strategy and fortune. Masters of their fate must carefully navigate the challenges and uncertainties that lie ahead in their quest for ultimate triumph.

#### Are you eager to learn more?

* Explore the various [Races](/galaxiators-documentation/the-galaxiators/races.md)
* Uncover the [attributes](/galaxiators-documentation/the-galaxiators/attributes.md) of the Galaxiators


---

# 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://galaxiators-2.gitbook.io/galaxiators-documentation/the-galaxiators.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.
