# Land Zones

There are five land zones in Farluna Continent. The closer to the capital, the fertile the land is. Higher VISA seal tier unlocks farm expansions.

<table><thead><tr><th width="150" align="center">Visa Seal</th><th width="150" align="center">Tier</th><th width="150" align="center">Land Ownership</th><th width="150" align="center">Land Fertility (%)</th><th>Farm Expansion</th></tr></thead><tbody><tr><td align="center">Bronze Seal</td><td align="center">1</td><td align="center">No</td><td align="center">50 - 60%</td><td>Default Farm</td></tr><tr><td align="center">Silver Seal</td><td align="center">2</td><td align="center">No</td><td align="center">60 - 70%</td><td>Wood Trees</td></tr><tr><td align="center">Gold Seal</td><td align="center">3</td><td align="center">No</td><td align="center">70 - 80%</td><td>Livestocks</td></tr><tr><td align="center">Diamond Seal</td><td align="center">4</td><td align="center">No</td><td align="center">80 - 90%</td><td>Aquatic Ponds</td></tr><tr><td align="center">Platinum Seal</td><td align="center">5</td><td align="center">Yes</td><td align="center">90 - 99%</td><td>Fruit Trees</td></tr></tbody></table>


---

# 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://whitepaper.farluna.land/gameplay/land-zones.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.
