# Farm Age

**A. Land**

To play the game you need a land NFT to start playing.

**B. Farming**

Once you have the land NFT you can place your trees and other items on the land depending on the size of the land which is depending on rarity.

**1. Water Extraction**&#x20;

For getting water, you need a worker and a well NFT. Once you have a worker you can get water by asking the farmer to fetch water. Once the action is done you can claim water tokens.

**2. Animal Poultry**&#x20;

Animals can be fed by placing cowshed and animals in it to obtain milk (food tokens).

**3. Fishing**

For getting food, you need a worker and a pond NFT. Once you have a worker you can get food by asking the worker to fish food. Once the action is done you can claim food tokens.

**4. Wood Cutting**

For cutting wood, you need a worker and a Forest NFT. Once you have a worker you can harvest wood by asking the worker to cut wood. Once the action is done you can claim wood tokens.

**5. Gold Mining**

For mining gold, you need a worker and a Gold Mine NFT. Once you have a worker you can mine gold by asking the worker to mine gold. Once the action is done you can claim gold tokens.


---

# 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://farmwars.gitbook.io/farmpaper/farm-age.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.
