# Game1: Colonize

## **Gameplay** <a href="#id-4e2c" id="id-4e2c"></a>

1. **Production**

* Production and processing of mineral resources are the core gameplay in *Game1: Colonize*, where players manage the resources on their own planets to build and develop their colonies.
* Each planet has unique mineral resources, with a total of six types:&#x20;
  * Coal
  * Titanium
  * Petroleum
  * Sulfur
  * Helium
  * Hydrogen
* Architecture: Players need to build architecture to handle these resources. The processed resources can be sold or used to manufacture mechs.
  * Fusion Power Plant
  * Mechanical Miner Factory
  * Mining Sites
  * Furnace
  * Galactic Marketplace

2. **Create Mechs**

* Mech blueprints can be randomly drawn by consuming minerals.
* Mechs can be forged by spending In-game currency FPC and gACE.

3. **Trade on Marketplace**

* **Freight Order:** Get FPC by completing orders issued by the system. Orders require a certain amount of minerals and materials to be submitted.
* **Spot Trading**: Players can freely trade minerals and materials obtained in the game with FPC.

<br>


---

# Agent Instructions: 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:

```
GET https://fusionist.gitbook.io/fusionist/game1-colonize.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
