# Resource Bases

Lunaris features 2025 resource bases that you can attack with the ships you construct using the `l+fleet` command.&#x20;

To view information about a specific resource base (owner, ally, defence):

```
l+rb info [1-2025]
```

To attack a resource base, you must first have assigned ships to a fleet. Each player has 3 fleets, which they can dispatch to a resource base. This is explained more in the documentation for `l+fleet` command.

```
l+rb attack [FLEET #] [1-2025]  FLEET # is a valid integer from 1 to 3
```

To defend a resource base you currently own (ships used for defence cannot be in a fleet):

```
l+rb defend [SHIP TYPE] [QUANTITY] [1-2025]
```

The resource base mechanic allows you to cooperate with other players. As the owner of a resource base, you may extend an alliance to another player. This player will receive the bonuses and will also be able to assist with defending the base.&#x20;

```
l+rb ally @user [1-2025]
```


---

# 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://lunaris.gitbook.io/lunaris/command-documentation/resource-bases.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.
