> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/features/official-islands/borakea-harbor.md).

# Borakea Harbor

***

<h2 align="center">Borakea Harbor's Gym Leader</h2>

{% columns %}
{% column valign="middle" %}

<figure><img src="/files/q0B7Bgjnnq7u92Iooqin" alt="" width="332"><figcaption></figcaption></figure>
{% endcolumn %}

{% column valign="middle" %}
{% embed url="<https://community.inkdrop.app/c9ce9d734af0514893a12ef0f8c5824d/7edl0q4J>" %}
Cobblemon Islands Ice Gym leader
{% endembed %}
{% endcolumn %}
{% endcolumns %}

***

<h3 align="center">Borakea Harbor's Battle Trainers</h3>

{% columns %}
{% column %}

<p align="center"><strong>Daily Npc</strong></p>

* **Iono** \ <sub>Coords: -5990 -39 -6070</sub>\ <sub><mark style="color:orange;">**Rewards:**<mark style="color:orange;"></sub>  [Daily NPCs Rewards](/features/official-islands/daily-npcs/daily-npcs-rewards.md#iono-npc)
* **Enzo** \ <sub>Coords: -6122 -39 -6120</sub>\ <sub>Rewards:</sub> [Daily NPCs Rewards](/features/official-islands/daily-npcs/daily-npcs-rewards.md#common-daily-npcs)
* **Quinn**\
  &#x20;<sub>Coords: -5916 -3</sub>\ <sub>Rewards:</sub> [Daily NPCs Rewards](/features/official-islands/daily-npcs/daily-npcs-rewards.md)
  {% endcolumn %}

{% column %}

<p align="center"><strong>3-Day NPC</strong></p>

* **Roberto** \ <sub>Coords: -5990 -40 -5981</sub>\ <sub>Rewards:</sub> [3 Days NPCs Rewards](/features/official-islands/daily-npcs/3-days-npcs-rewards.md)
* **Penny**\ <sub>Coords: -6054 -21 -5965</sub>\ <sub>Rewards:</sub> [3 Days NPCs Rewards](/features/official-islands/daily-npcs/3-days-npcs-rewards.md)
  {% endcolumn %}
  {% endcolumns %}

{% hint style="danger" %}
The **Gym Leader NPCs are not in the game yet**. This is just a preview to share info about who they’ll be once they’re added. Stay tuned!
{% endhint %}


---

# 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://wiki.cobblemonislands.com/features/official-islands/borakea-harbor.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.
