> For the complete documentation index, see [llms.txt](https://docs.piratenation.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piratenation.game/learn/lore-of-the-infinite-isles/parrots-perch.md).

# Parrot's Perch

<div data-full-width="true"><figure><img src="/files/a2tFUlNdGksxWbIqvME1" alt=""><figcaption><p>Parrot's Perch</p></figcaption></figure></div>

#### **Parrot's Perch**

This island is a small settlement that acts as a safe haven and trading outpost for many salty Pirates. The island is filled with useful locations all Pirates should know. Here are a few to visit:

<div align="left" data-full-width="false"><figure><img src="/files/klfA8oMELYJ5XQcjARlG" alt="" width="188"><figcaption><p>Trader Flip's</p></figcaption></figure></div>

#### Trader Flip's

Flip, the friendly Deep One, has set up a shop on the southwest corner of the island. He loves to trade resources, but he asks for pretty high prices. For those looking to land a quick deal, he is an excellent choice.

<div align="left"><figure><img src="/files/GcIAh1xelCXgvG6LlN5V" alt="" width="188"><figcaption><p>Totem of the Sea Titans</p></figcaption></figure></div>

#### **The Totem of the Sea Titans**

This statue sits idle most of the time, but when Sea Titans are nearby, it comes to life with a thrum of power. During these "World Boss" events, this totem guides Pirates who are ~~dumb~~ brave enough to battle these powerful beasts to their location.

<div align="left"><figure><img src="/files/N5rElUWlTWKsIbwYsJjS" alt="" width="188"><figcaption><p>The Wishing Well</p></figcaption></figure></div>

#### **The Wishing Well**

Located on a small island through the shallows to the northwest is the Wishing Well. The Infinite Isles are filled with magic and mischief. During special events, this well grants wishes if the right objects are tossed into it.


---

# 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://docs.piratenation.game/learn/lore-of-the-infinite-isles/parrots-perch.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.
