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

# Shops

Shop NPCs are located near the spawn points at each [Fishing Area](/features/fishing/fishing-areas.md).

{% hint style="info" %}
Certain NPCs may be directly teleported to by clicking a relevant item in your **Fishing Bag**
{% endhint %}

## Fish Merchant

* [Trophy Fish](/features/fishing/catches/trophy-fish.md) may be sold to the Fish Merchant for ![:pin\_fish:](https://cdn.discordapp.com/emojis/1452109380639265020.webp?size=56)**Angler Credits**, where larger and rarer fish fetch a much higher price.

## Fishing Craftsman

* Crude and Shiny [Pearls](/features/fishing/catches/pearls.md) can be exchanged at a **10:1** rate (up or down)
* Normal and Refined [Essence](/features/fishing/catches/essence.md) can be exchanged at a **10:1** rate (up or down)

## Junk Trader

* [Junk](/features/fishing/catches/junk.md) may be sold to the Junk Trader for ![:pin\_fish:](https://cdn.discordapp.com/emojis/1452109380639265020.webp?size=56)**Angler Credits**

## Supply Shop

* Sells [Bait](/features/fishing/supplies.md#bait) and [Lines](/features/fishing/supplies.md#lines)

## Gadget Shop

* Sells Augments, Rings, and Gadgets

## Fishing Exchange

* Allows you to spend your extra ![:pin\_fish:](https://cdn.discordapp.com/emojis/1452109380639265020.webp?size=56)**Angler Credits** on non-fishing items including Keys, Exotic Eggs, Safari Access, Raid Charges, Mega Keystones, Nickname Gradients, and more
* Each item in this shop may only be purchased a limited amount of times per calendar month
* Item prices are increased after each purchase

## Salvage Master

* Bait and Lines can be salvaged into higher tier [Supplies](/features/fishing/supplies.md) or [Pearls](/features/fishing/catches/pearls.md)
* Located at the [Arctic Tundra](/features/fishing/fishing-areas.md#arctic-tundra) Fishing Area


---

# 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.apexcobblemon.com/features/fishing/shops.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.
