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

# GAME MECHANICS

- [Introduction\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/introduction.md)
- [Deck Construction\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction.md)
- [Basics](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction/basics.md)
- [Origin Equipment Cards](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction/origin-equipment-cards.md)
- [Ship Equipment Cards](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction/ship-equipment-cards.md)
- [Crew Equipment Cards](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction/crew-equipment-cards.md)
- [Preloading](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction/preloading.md)
- [Passenger Cards](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction/passenger-cards.md)
- [Cargo Cards](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction/cargo-cards.md)
- [Escort Cards](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/deck-construction/escort-cards.md)
- [Character Mechanics](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics.md)
- [Character Card\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/character-card.md)
- [Character Traits\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/character-traits.md)
- [Character Generation System (CGS)\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/character-generation.md)
- [Character Skills\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/character-skills.md)
- [Other Attributes\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/other-attributes.md)
- [Synergy Bonuses\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/synergy-bonuses.md)
- [Character Investigation](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/character-investigation.md)
- [Pre-loading Passengers\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/pre-loading-passengers.md)
- [Saving Citizens\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/saving-citizens.md)
- [Becoming a Colony Citizen\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/becoming-a-colony-citizen.md)
- [Crew Members, Officers, Passengers and XO\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/character-mechanics/crew-members-officers-passengers-and-xo.md)
- [Ship Mechanics\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/ship-mechanics.md)
- [Ship Generation System (SGS)](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/ship-mechanics/ship-generation.md)
- [Planet Mechanics](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/planet-mechanics.md)
- [Unique Planet Generation System (UPGS)](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/planet-mechanics/planet-generation.md)
- [Reasons for a Detailed System](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/planet-mechanics/reasons-for-a-detailed-system.md)
- [Planet Contents\*](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/planet-mechanics/planet-contents.md)
- [Creation Points](https://elindos-phar.gitbook.io/exode-white-paper/game-mechanics/planet-mechanics/creation-points.md)


---

# 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://elindos-phar.gitbook.io/exode-white-paper/game-mechanics.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.
