> For the complete documentation index, see [llms.txt](https://mechanova.gitbook.io/mechanova-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mechanova.gitbook.io/mechanova-docs/fleet-system.md).

# Fleet System

In **MechaNova**, the fleet is the core unit used by players to conquer planets. A fleet is not made up of only one spaceship. Instead, each fleet can consist of up to **5 spaceships**. Each spaceship can carry a certain number of mechas based on its own star rating, forming a complete fleet combat formation.

Players need to obtain spaceships and mechas through the gacha system, then combine multiple spaceships with mechas to build their own fleet. The stronger the fleet’s overall power, the higher the success rate when conquering later planets.

#### Fleet Formation Rules

Each fleet can include:

1. **Up to 5 spaceships**
2. **Each spaceship can carry multiple mechas**
3. **The number of mechas each spaceship can carry depends on that spaceship’s star rating**
4. **The fleet’s total combat power is determined by all spaceships and all equipped mechas**
5. **The fleet is used to conquer planets**
6. **Once a fleet has been successfully formed, it cannot be dismantled or modified**.

In other words, the basic structure of a fleet is:

**Fleet = Spaceship 1 + Spaceship 2 + Spaceship 3 + Spaceship 4 + Spaceship 5**

Each spaceship can also carry mechas:

**Single Spaceship Combat Unit = 1 Spaceship + Corresponding Number of Mechas**

<figure><img src="/files/yvjwBP0EaKgFaGx3s4fo" alt="" width="563"><figcaption></figcaption></figure>

The fleet selection interface provides **five avatar options** for players to choose from. The selected avatar has **no special function or gameplay effect** and is used only for display or personalization purposes.

<div><figure><img src="/files/m2qBEwl0jZW9FqiMN7lz" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rDjFfx5NvQlhY4wycAPz" alt=""><figcaption></figcaption></figure> <figure><img src="/files/uVskzCBvaaFh7nQ9AFfS" alt=""><figcaption></figcaption></figure> <figure><img src="/files/cykRjCC1gQ3VWdzSBX91" alt=""><figcaption></figcaption></figure> <figure><img src="/files/hVOWBxLHQtMlGzlJior2" alt=""><figcaption></figcaption></figure></div>


---

# 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://mechanova.gitbook.io/mechanova-docs/fleet-system.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.
