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

# Islands

<div data-full-width="true"><figure><img src="/files/lICm0oVatuxxNHEzd5Mb" alt=""><figcaption></figcaption></figure></div>

In Pirate Nation, a unique Starter Island awaits each player – a private oasis that's ready to be molded into a personal paradise.

### Islands 101: The Basics&#x20;

<div align="center"><figure><img src="/files/1OvyAMnbJmG5piPFOEga" alt=""><figcaption></figcaption></figure></div>

Islands act as a private display ground for trophies and artifacts gathered from Pirates' daring adventures. A simple click on the Island Skiff or the new HUD icon makes the journey to this personalized space.

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

Starter Islands, while having a fixed shape and size, are a blank canvas that beckons personal creativity. It's up to players to decide what to craft and where to place it, making each Island a unique reflection of individual style.

And here's a convenient feature – you can access your inventory and craft right from your island.

### Beyond the Horizon: The Future of Islands&#x20;

The Starter Island represents just the tip of the iceberg. Soon, players will be able to place items in water, generate resources through functional items such as the Windmill, and visit other islands!


---

# 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://docs.piratenation.game/learn/the-game/islands.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.
