> For the complete documentation index, see [llms.txt](https://docs.thriveonmars.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thriveonmars.com/card-details/buildings.md).

# Buildings

- [Inflatable Greenhouse](https://docs.thriveonmars.com/card-details/buildings/inflatable-greenhouse.md): The inflatable greenhouse is made of a translucent outer material to let in more light for the plants. The first plants grown are tomatoes, peas, radishes, rye, quinoa, and (of course) potatoes.
- [Greenhouse](https://docs.thriveonmars.com/card-details/buildings/greenhouse.md): Each greenhouse is a fully autonomous automated complex. The greenhouse building consists of two parts. Technical area and area for cultivation.
- [Inflatable Laboratory](https://docs.thriveonmars.com/card-details/buildings/inflatable-laboratory.md): The inflatable laboratory includes equipment for scientific experiments, repairs, and life support systems.
- [Inflatable Sleeping Pod](https://docs.thriveonmars.com/card-details/buildings/inflatable-sleeping-pod.md): The sleeping pods are small personal spaces for astronauts to sleep and relax. Shielded with water, they also function as radiation shelters during solar storms and other extreme radiation events.
- [Small House](https://docs.thriveonmars.com/card-details/buildings/small-house.md): Twice as large as the Sleeping Pods, each of these houses provide quarters for two astronauts in a slightly more luxurious setting.
- [Ice Mining Plant](https://docs.thriveonmars.com/card-details/buildings/ice-mining-plant.md): The ice mining plant turns ice into water with a hot water drilling mechanism. Water is stored in temperature controlled tanks for consumption by the base.
- [Inflatable Dining Hall](https://docs.thriveonmars.com/card-details/buildings/inflatable-dining-hall.md): More mouths to feed needs more space to feed them.
- [Inflatable Social Hub](https://docs.thriveonmars.com/card-details/buildings/inflatable-social-hub.md): The inflatable social hub is the central gathering space for the astronauts. It has a flexible layout, so it can be used for exercise, recreation, games, and more.
- [Medical Bay](https://docs.thriveonmars.com/card-details/buildings/medical-bay.md): The medical bay provides a safe, sterile environment allowing medical personnel to deliver both routine and life-saving healthcare.
- [Small Maintenance Building](https://docs.thriveonmars.com/card-details/buildings/small-maintenance-building.md): The medical bay provides a safe, sterile environment allowing medical personnel to deliver both routine and life-saving healthcare.
- [Multi-Purpose Workshop](https://docs.thriveonmars.com/card-details/buildings/multi-purpose-workshop.md): The Workshop is a pressurized, printed building with an inflatable dome used primarily to repair and maintain the settlement's vehicles and equipment.
- [Communication Array](https://docs.thriveonmars.com/card-details/buildings/communication-array.md): Sends data to satellites and Earth.
- [Small Storage Building](https://docs.thriveonmars.com/card-details/buildings/small-storage-building.md): The Small Storage Building is a printed, non-hermetic building used to store tools, materials, and equipment used in the Martian atmosphere that do not require special storage conditions.
- [Low-Pressure Tank](https://docs.thriveonmars.com/card-details/buildings/low-pressure-tank.md): Vertical water storage tank. It is part of the technological equipment for the extraction and storage of water.
- [High-Pressure Tank](https://docs.thriveonmars.com/card-details/buildings/high-pressure-tank.md): Vertical high pressure fuel storage tank. The simple and reliable metal prefabricated design provides tightness and allows to safely store large volumes of fuel needed to refuel reusable rocket ships.


---

# 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://docs.thriveonmars.com/card-details/buildings.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.
