# Parts

Rarity of Parts is determined by the likelihood that they will get added to expansion missions and the % likelihood of salvaging the part from salvaging recipes.

| **Part Name**        | **Rarity** |
| -------------------- | ---------- |
| Nuclear Reactor      | Very Rare  |
| Heating Module       | Very Rare  |
| Medical Kit          | Very Rare  |
| Solar Cells          | Very Rare  |
| Communication Chip   | Rare       |
| Electrical Wiring    | Rare       |
| Water Purifier       | Rare       |
| Composting Unit      | Rare       |
| Insulation Foam      | Rare       |
| Tools                | Rare       |
| Chemical Reactor     | Rare       |
| Circuit Board        | Rare       |
| Microprocessors      | Uncommon   |
| Coolant System       | Uncommon   |
| Navigation System    | Uncommon   |
| Composite Materials  | Uncommon   |
| Plastic Sheets       | Uncommon   |
| Motor                | Uncommon   |
| Data Pad             | Uncommon   |
| Power Cell           | Uncommon   |
| Sensor Array         | Common     |
| Prefabricated Panels | Common     |
| Metal Alloys         | Common     |
| Control Module       | Common     |
| Structural Frame     | Common     |


---

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