> For the complete documentation index, see [llms.txt](https://guide.derpbirds.io/derp-birds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.derpbirds.io/derp-birds/adventures/seasons/season-01.5/scouting.md).

# Scouting

Explore the regions of Derpetonia to find crafting materials!

***

### 👉 The Basics of Scouting

* **Purpose:** Send your Derps and Preds, supported by Derplings and Derp Apes, across Derpetonia’s seven distinct regions to collect crafting materials.
* **Action Slots:** All scouting quests at launch require 1 action slot.
* **Difficulty:** More difficult scouting quests award rarer materials and allow for more characters per quest.
* **Artifacts:** Special materials needed for mystical, legendary, and unique blueprints. They have a low chance of being looted from scouting only if you reach 100% of the power score requirement of the quest.

***

### &#x20;🌲 **Scouting – Enhanced Flexibility in Season 1.5**

You now have the option to choose among three scouting durations:

* 4 hours → 4 Fame
* 12 hours → 9 Fame
* 24 hours → 16 Fame

Material rewards remain the same regardless of the quest duration, allowing you to pick the most convenient length without sacrificing valuable crafting materials. However, Fame rewards will vary based on the time you commit run shorter quests for quicker Fame gains or opt for longer missions for a more relaxed approach that fits your schedule.

<br>


---

# 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://guide.derpbirds.io/derp-birds/adventures/seasons/season-01.5/scouting.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.
