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

# Hunt 狩獵任務

透過狩獵看板查看每日目標, 使用指定球種捕捉寶可夢, 完成任務即可獲得寶可幣獎勵.

## 每日任務

| 項目   | 規則                         |
| ---- | -------------------------- |
| 任務數量 | 每位玩家每天提供 **6 項**狩獵任務.      |
| 任務分配 | 任務依玩家個別生成, 每個人的目標不同.       |
| 第一排  | **3 項**一般任務.               |
| 第二排  | **3 項**需具備身分資格的任務.         |
| 完成條件 | 捕捉指定寶可夢, 並使用任務要求的**指定球種**. |

{% hint style="info" %}
捕捉前先確認看板上的目標與球種. 只捕捉到正確的寶可夢, 但球種不符, 仍無法完成任務.
{% 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.cobblemonoasis.com/features/hunt.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.
