> For the complete documentation index, see [llms.txt](https://madesv.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://madesv.gitbook.io/wiki/wild/wildguide/battle.md).

# 전투 및 사냥

- [룬](https://madesv.gitbook.io/wiki/wild/wildguide/battle/rune.md): 전투와 사냥 그리고 야생에도 필수적인 '룬'
- [피의달](https://madesv.gitbook.io/wiki/wild/wildguide/battle/bloodmoon.md): 도망가세요.. 피의 달이 다가오고있습니다..
- [마법 인형](https://madesv.gitbook.io/wiki/wild/wildguide/battle/doll.md): 보스 몬스터를 잡고 인형을 강화하자!
- [스타포스](https://madesv.gitbook.io/wiki/wild/wildguide/battle/starforce.md): 장비 강화의 끝판왕.
- [전리품](https://madesv.gitbook.io/wiki/wild/wildguide/battle/undefined.md): 몬스터를 사냥하여 전리품을 획득해보세요.
- [펫](https://madesv.gitbook.io/wiki/wild/wildguide/battle/pet.md): 귀여운 동물과 몬스터를 내 펫으로 길들여보세요!
- [배틀로얄](https://madesv.gitbook.io/wiki/wild/wildguide/battle/battleloyale.md): 최후의 1인까지 생존하라
- [커스텀 전투](https://madesv.gitbook.io/wiki/wild/wildguide/battle/custom.md): 내가 규칙을 정하는 자유로운 전투
- [보급](https://madesv.gitbook.io/wiki/wild/wildguide/battle/supply.md): 생존 야생에 선물이 떨어진다.
- [코어](https://madesv.gitbook.io/wiki/wild/wildguide/battle/core.md): 주사위로 설계하는 나만의 커스텀 스탯.


---

# 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://madesv.gitbook.io/wiki/wild/wildguide/battle.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.
