> For the complete documentation index, see [llms.txt](https://whitepaper.mars4.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mars4.me/mechanics-and-features/surviving-the-environment/water-production.md).

# Water Production

### Water Gathering&#x20;

Water gathering is handled with machinery. There are different ways to get water, e.g. colonists can gather it from the environment or from underground. It will all depend on how the colonists utilize the available machinery:

* Pump-jack - A water pumping system that uses energy to pump water from underground.

<figure><img src="/files/zcuZl4rO35Sbq2K64tjS" alt=""><figcaption></figcaption></figure>

* Water gathering system -  Uses energy cells to gather small amounts of water which is then filtered to make it drinkable. This system requires a lot of energy and time.

<figure><img src="/files/ToR1LrqhJWNHhaOH0FQZ" alt=""><figcaption></figcaption></figure>

### Water Storage

Water storage is a piece of expandable and upgradeable equipment that can hold large quantities of water for later use. It has the following forms:

Upgradable Water storage unit - A location to store water. There are 3 tiers of storage units.

* Tier 1 stores 100 litres of water

<figure><img src="/files/7a2ePtJ1beNGmruAgeHv" alt=""><figcaption></figcaption></figure>

* Tier 2 stores 200 litres of water

<figure><img src="/files/j7vkzHqnyHzLilkCXfCp" alt=""><figcaption></figcaption></figure>

* Tier 3 stores 300 litres of water

<figure><img src="/files/rPjR5bY5Ey6SjZUG2Vet" alt=""><figcaption></figcaption></figure>

*These numbers are subject to change based on water usage to balance the system.*

### **Water Processing**

Colonists have a few different ways to process water. One method is to use a machine that takes the gathered water from other sources and filters it. Another method is to use minerals that prepare water for usage. Colonists are able to make use of the following machines:

* Mineral baking system - Can be used to collect water. Since there are plentiful hydrated minerals (such as gypsum) on Mars, colonists can crush and bake them to condense water.
* Water filtering machine -  Purifies water and makes it drinkable and suitable for various purposes such as plant growing.

<figure><img src="/files/lRBPHENEw99Phsim9tUZ" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://whitepaper.mars4.me/mechanics-and-features/surviving-the-environment/water-production.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.
