> 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/mystic-isles.md).

# Mystic Isles

<figure><img src="/files/tRIxf0UjUpWLPXznVEbq" alt=""><figcaption></figcaption></figure>

### Overview

Mystic Isles is a higher-tier fishing area.

It builds on [Lagoona Lakes](/orange-smp-wiki/areas/lagoona-lakes.md) with stronger mobs, better loot, and rarer discoveries.

Come here when you want tougher encounters and stronger fishing progression.

### What you can find

Mystic Isles mixes fishing, combat, and exploration.

You can find:

* Powerful sea creatures like `Kelvar`, `Alpha Kelvar`, `Glowing Serpent`, `Gelatinous Monstrosity`, and the `Deep Sea Behemoth`.
* Fishing NPCs that offer stronger gear, rare enchanted books, upgrades, mutations, and special trades.
* Valuable rewards tied to late-game fishing progression.

{% hint style="info" %}
Each new Mystic Isles discovery rewards **500 Fishing XP** in the Codex.

Use `/codex` to track your progress.
{% endhint %}

### Explore Mystic Isles

* [NPCs](/orange-smp-wiki/areas/mystic-isles/npcs.md)
* [Drops](/orange-smp-wiki/areas/mystic-isles/drops.md)
* [Gear](/orange-smp-wiki/areas/mystic-isles/gear.md)
* [Mobs](/orange-smp-wiki/areas/mystic-isles/mobs.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/mystic-isles.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.
