# 3. Claim an Island

After all game assets are loaded, the first thing you need to do is claim an island.&#x20;

We have generated 1200 islands on the map, each with a random position.&#x20;

To find an empty island, please click on `FIND ISLAND` , then click on one of the buttons to find empty islands.&#x20;

* Random
* NE (Northeast)
* NW (Northwest)
* SW (Southwest)
* SE (Southeast)

<figure><img src="/files/SAX2x3p4w64uQck9nY4w" alt=""><figcaption><p>Claim an island</p></figcaption></figure>

### Resource Distribution

The resource distribution on each island varies—<mark style="color:green;">**wood, seeds, ore**</mark>—and each resource has different utilities.&#x20;

### Island Coordinates ✨

The physical location of an island <mark style="color:purple;">**MATTERS**</mark>; being close to other islands means more risk from opponents, but it also allows you to form alliances (currently, you can form alliances with members in Discord; later, this feature will be built into the game).


---

# 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://wiki.infiniteseas.io/product-guides/3.-claim-an-island.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.
