# Spaceships Equipment

Each spacecraft will have four different components: Cockpit, Body, Wings and Engine.&#x20;

The Upgrade Parts on the spacecraft are also NFT stored on the Blockchain and can be traded on Market Place&#x20;

Parts of the spacecraft also have rarity ranks: Iron, Silver and Gold.&#x20;

Parts of the spacecraft are divided into groups:&#x20;

* By Class of Armed Services&#x20;
* By Empire&#x20;
* By Model

![Body Lachesis](https://lh4.googleusercontent.com/5LE_IIlFJ7-TJI9_jv1p92FGUXFuIKjyOtJlMifmcnVzKnAxzbCHeyFZnCm_fTsAqzxjJ-nNUaMU_Pl1DKzyikaPsk0Qak67BGKap6d_yXVA21pVA1pgNviDsMs4hdLn4yTqDWuB)

![Cockpit Lachesis](https://lh6.googleusercontent.com/VpH53xkAxbdY_2WVMswuO7JVYG2qorp_JLZlQinhuwLFg-kdr6IdjRMFjAlu8rOnRQzXkyChMvVCG1eK0X-IP-t-GRg16kaU6nK7JVy27XsEFc0BO-z2VJ9QEZvv7BADgm3onahO)

![Weapon Lachesis](https://lh4.googleusercontent.com/v-uHgRP9iikf4mTOa2pERLJPeYrJDfxiOiqPoGZaxBrPtkcnwy6QDRRkVd2-mqRfYggUM0kEJtOxbfxLw3eKeK_PNLoXg09faM5mWXa-DcedfXNxET7whOefdzByo32uLibI4m2U)

![Wing Lachesis](https://lh6.googleusercontent.com/RtnxdKMGN2v7UvUsWm7u16nxwqKzQ8xMhdbG5nrE9RcXIczFdPf2VRLkFCS23_JkKDBSlaRtzQvBcKSNl86cZNMFuTbgjByNWNutcAMa_apqeSlW3DanAcfuT31DW5RKTjmVFsUN)

**Equipment’s Rarity Table**

| Ranks      | Rarity |
| ---------- | ------ |
| **Iron**   | 65%    |
| **Silver** | 30%    |
| **Gold**   | 5%     |


---

# 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://galaxysurvivor.gitbook.io/galaxy-survivor/game-overview/spaceship-system/spaceships-equipment.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.
