> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/areas.md).

# Areas

### Overview

Custom skill areas give each playstyle its own progression path.

Each area has its own resources, gear, upgrades, mobs, and rewards.

That gives every skill a clear identity and a reason to keep grinding.

### Area progression

Each area focuses on a different part of progression:

* **Farming** centers on crops, harvests, farming gear, and fortune-based upgrades in [Farmlands](/orange-smp-wiki/areas/farmlands.md).
* **Fishing** focuses on rods, aquatic materials, rare catches, and fishing rewards in [Lagoona Lakes](/orange-smp-wiki/areas/lagoona-lakes.md) and [Mystic Isles](/orange-smp-wiki/areas/mystic-isles.md).
* **Mining** is built around ores, crystals, gemstones, caves, and mining upgrades in [Spelunking Caverns](/orange-smp-wiki/areas/spelunking-caverns.md).
* **Excavation and archaeology** focus on relics, buried treasure, brushing, and discoveries in [Ancient Digsite](/orange-smp-wiki/areas/ancient-digsite.md).
* **Foraging** covers logs, nature materials, custom axes, and woodcutting upgrades in [Luscious Grove](/orange-smp-wiki/areas/luscious-grove.md).
* **The Underworld** is a harder late-game area with dangerous enemies and stronger materials in [The Underworld](/orange-smp-wiki/areas/the-underworld.md).

### Why areas matter

Areas connect progression to the server economy.

You can focus on one skill, trade resources with other players, or progress through every area.

That loop unlocks stronger gear, better upgrades, and higher-tier content over time.

### Available areas

* [Farmlands](/orange-smp-wiki/areas/farmlands.md)
* [Lagoona Lakes](/orange-smp-wiki/areas/lagoona-lakes.md)
* [Mystic Isles](/orange-smp-wiki/areas/mystic-isles.md)
* [Spelunking Caverns](/orange-smp-wiki/areas/spelunking-caverns.md)
* [Ancient Digsite](/orange-smp-wiki/areas/ancient-digsite.md)
* [Luscious Grove](/orange-smp-wiki/areas/luscious-grove.md)
* [The Underworld](/orange-smp-wiki/areas/the-underworld.md)


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/areas.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.
