> 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/fishing/shop.md).

# Shop

## Shop

The **Tackle Shop** is where you buy Hooks and Baits with Pokédollars. Open it with:

```
/fish shop
```

***

### Rotating Stock

The Shop does not sell everything at once. Its stock **rotates every 3 hours**. Each rotation refreshes the Hooks, Baits, and stock amounts on offer.

{% hint style="info" %}
The Shop menu includes a **Shop Restock** clock. It shows exactly when the next rotation starts. Check back so you do not miss needed tackle.
{% endhint %}

Each item has a **Stock** limit per rotation. Wait for the next restock after an item sells out.

***

### Buying

* **Left-Click** an item to buy one.
* **Right-Click** an item to buy the maximum stackable amount.

{% hint style="danger" icon="exclamation" %}
Purchases fail if you lack Pokédollars or an item is sold out.
{% endhint %}

***

### What's Available

Not every Hook or Bait is sold through the Shop:

* The **Octillery Hook line** can only be obtained as fishing rewards.
* All other [Hooks](/features/fishing/hooks.md) and [Baits](/features/fishing/baits.md) rotate through the Shop when in stock.

See those guides for pricing and stock-per-rotation details.

***

### FAQ

<details>

<summary>Why can't I find a specific Hook or Bait in the Shop?</summary>

The Shop rotates every three hours. Check the Shop Restock timer and return after the next rotation.

</details>

<details>

<summary>How do I buy more than one item at a time?</summary>

Right-click an item in the Shop menu to purchase the maximum stackable amount in one transaction.

</details>

<details>

<summary>Can I sell Hooks or Baits back to the Shop?</summary>

The Shop only buys tackle. Use `/fish sell` for caught fish, not tackle.

</details>


---

# 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/fishing/shop.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.
