> For the complete documentation index, see [llms.txt](https://spacey.gitbook.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacey.gitbook.io/getting-started/game-walkthrough/spaceships-and-edit-your-ship-loadout.md).

# Spaceships & Edit your ship loadout

Spaceship is an essential part of SpaceY2025.

It is important to edit your ship loadout with your towers, it is the only way to bring towers into the game for playing the tower defense mode.

Click on the spaceship button to bring up your spaceships.

<figure><img src="/files/0QDb11nPBpj7gq32DwIu" alt=""><figcaption></figcaption></figure>

select which spaceship you wish to use

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

These are the spaceship status, all of them will affect the tower defense mode.

From top to bottom, they are&#x20;

Health (How much damage you can take before your energy core is destroyed)

Defense (Reduce damage you take when an enemy reaches your energy core)

Attack (Increase your towers' damage)

Shipload (How many towers you can take on this spaceship)

Durability (The condition of your spaceship)

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

This is your spaceship's active ability, they are very powerful and can sway the tide of battle within seconds but they require time to charge.

<figure><img src="/files/1hTua4d3LdBWRmCpgiii" alt=""><figcaption></figcaption></figure>

Now, click on the edit button to edit towers you wish to bring to each mission

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

This if your tower loadout interface, all of your towers will be displayed here

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

simply click on a tower you want to use, and it will show up on the right side of the screen

<figure><img src="/files/0dZ7HFZtPtAyRXQp8Kah" alt=""><figcaption></figcaption></figure>

Bring as many towers as you like, but you cannot exceed the this shipload number

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

If you wish to look at a tower's stats, simply mouse over the tower, and all of their stats will be displayed on its side

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

to remove a tower from your shipload, click on the tower icon in the shipload and you can select a different tower you wish to bring

<figure><img src="/files/mHe0zoTimp35tIev7hHq" 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, and the optional `goal` query parameter:

```
GET https://spacey.gitbook.io/getting-started/game-walkthrough/spaceships-and-edit-your-ship-loadout.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.
