> For the complete documentation index, see [llms.txt](https://farfromhome.gitbook.io/galactopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farfromhome.gitbook.io/galactopedia/basic-game-pillars/production/refinery-complex.md).

# Refinery Complex

{% embed url="<http://youtu.be/uKwxiYmnWrU?si=zw3ugykB62HDxJxO>" %}
Refinery Complex
{% endembed %}

The Refinery Complex is a notable example of industrial engineering, featuring a range of sophisticated machinery and technology for efficient processing of raw resources. These complexes house massive smelters, chemical synthesizers, and molecular separators that break down and refine raw materials at a molecular level.&#x20;

Refined outputs are transported to manufacturing facilities for the next stage of in-game production or stored for future gameplay use. Operation of the Refinery Complex emphasizes interactive systems based on chemistry-themed processing, thermal management mechanics, and efficiency-oriented gameplay challenges designed to support progression and large-scale building activities.

1. **Reception and Initial Sorting**: Raw materials, once harvested from celestial bodies, are first categorized based on composition and potential yield.
2. **Smelting and Reduction**: Ores undergo smelting, where high temperatures are used to extract base metals, while ice undergoes sublimation, releasing trapped gases and volatiles.
3. **Chemical Refinement**: Extracted elements are then processed through a series of chemical reactions to purify and prepare them for further manufacturing.
4. **Quality Control**: Throughout the refining process, rigorous quality control measures are in place to ensure the purity and consistency of the output, which is crucial for maintaining the high standards required for advanced component production.
5. **Molecular Engineering**: Advanced techniques are employed to recombine elements at the molecular level, producing high-grade materials ready for industrial use.

<table><thead><tr><th width="144">Raw Ore</th><th width="380">Element</th><th align="right">Composition</th></tr></thead><tbody><tr><td>Chamosite</td><td> Iron  (Fe)  </td><td align="right"> 14.57 %</td></tr><tr><td></td><td> Silicon  (Si)</td><td align="right"> 18.32 %</td></tr><tr><td></td><td> Aluminium (Al)</td><td align="right">4.62 %</td></tr><tr><td></td><td> Manesium (Mg)</td><td align="right">2.63 %</td></tr><tr><td></td><td> Oxygen  (O)</td><td align="right"> 41.74 %</td></tr></tbody></table>

For a deeper dive into the varied materials and their roles within Far From Home, players can reference the [Composite Ores](/galactopedia/basic-game-pillars/star-systems/asteroid-fields/asteroid-categories/composite-ores.md) and [Ice Categories](/galactopedia/basic-game-pillars/star-systems/asteroid-fields/ice-categories.md) page in the Galactopedia.

{% hint style="info" %}
*Note: This Galactopedia entry is based on known data up to 2023 and may be subject to revisions with newer discoveries.* It serves as a comprehensive guide for travelers, engineers, and enthusiasts alike, ensuring that knowledge remains accessible to all.
{% endhint %}

{% hint style="warning" %}
Far From Home is a digital game. Tokens and digital items are intended solely for gameplay and entertainment purposes and do not constitute financial or investment products.
{% endhint %}


---

# 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://farfromhome.gitbook.io/galactopedia/basic-game-pillars/production/refinery-complex.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.
