# 4. Resource Production & Claim

## Island and Ships

After you click on your claimed island, you will see two buttons in the bottom right corner: <mark style="color:yellow;">**`Island`**</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">and</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**`Ships`**</mark>.

<figure><img src="/files/bUPijBQe2ZEtOI3XKBpk" alt=""><figcaption><p>Island &#x26; Ships</p></figcaption></figure>

## Island Management

Let’s explore the functions under the `Island` button. Once you click on the Island button, you will see five buttons at the bottom. From left to right, they are:

<figure><img src="/files/zYJ55CDI0ArEWSzYqTKA" alt=""><figcaption><p>Island inventory; Mining; Woodcutting; Planting; Crafting (left to right)</p></figcaption></figure>

### Island Inventory

Once you enter the `island inventory` , you can see all the resources you have harvested. To harvest resources into your inventory, you need to use the next three buttons on the right.

### Mining 🧺

When you click on <mark style="color:purple;">**`Mining`**</mark> , you will select `ore`, which is the only unlocked resource currently available. Mining costs $Energy and takes a certain amount of time.

* **Recommend**: mine **5** ore each time
* One `ore` equals one point added to `Attack` when crafting ships.

### Woodcutting 🪵

When you click on <mark style="color:yellow;">**`Woodcutting`**</mark> , you will select  `normal wood` , which is currently the only unlocked resource. Woodcutting costs $Energy and takes a certain amount of time.

* **Recommend**: woodcut 5 normal wood each time
* One piece of `normal wood` equals one point added to `Defense` when crafting ships.

### Planting 🌾

When you click on <mark style="color:green;">**`Planting`**</mark>, you will select `cotton`, which is currently the only unlocked resource. Planting costs $Energy and takes a certain amount of time.

* **Recommend**: plant 5 cotton seed each time, it gives you 1 cotton from 1 seed
* One piece of `cotton` equals one point added to `Speed` when crafting ships.

### <mark style="background-color:blue;">Resource Claim - Action Queue 🫴</mark>

* After you produced the resources, the next step for you is to <mark style="color:blue;">**claim the resources**</mark>!
* If you click on the `Island` button again in the bottom right corner, you will see a list of ongoing actions. When these actions are completed, you can click <mark style="color:yellow;">**`Get`**</mark> to harvest the resources. Once harvested, they will appear in your `Inventory`.

<figure><img src="/files/XspalQohXafYDu44k8Ct" alt="" width="248"><figcaption><p>claim resources</p></figcaption></figure>

### Crafting 🪓

* we will cover <mark style="color:orange;">**`Crafting`**</mark> on the next page.&#x20;

{% content-ref url="/pages/aIvSBbsII0bxJWLvx2Wb" %}
[5. Ship Crafting](/product-guides/5.-ship-crafting.md)
{% endcontent-ref %}

<figure><img src="/files/EkDAgFPkOBn9Bl3s1c4x" alt=""><figcaption><p>island page</p></figcaption></figure>


---

# 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/4.-resource-production-and-claim.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.
