> For the complete documentation index, see [llms.txt](https://icy-online.gitbook.io/icy-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icy-online.gitbook.io/icy-online/guide/growth.md).

# 성장 활동

- [ICY 적응 도우미](https://icy-online.gitbook.io/icy-online/guide/growth/icy-life.md): ICY ONLINE 서버에 최대한 빠르게 적응할 수 있는 TIP 과 도움 드릴게요.
- [노력치 가방 시스템](https://icy-online.gitbook.io/icy-online/guide/growth/icy-life/hardwork.md)
- [깜짝곰로봇](https://icy-online.gitbook.io/icy-online/guide/growth/icy-life/bear.md)
- [\[제단술사\]](https://icy-online.gitbook.io/icy-online/guide/growth/icy-life/undefined.md)
- [\[대장장이\](강화)](https://icy-online.gitbook.io/icy-online/guide/growth/icy-life/undefined-1.md)
- [소매상인](https://icy-online.gitbook.io/icy-online/guide/growth/icy-life/undefined-2.md)
- [포켓몬 스킨](https://icy-online.gitbook.io/icy-online/guide/growth/icy-life/undefined-3.md)
- [포켓몬 (픽셀몬)](https://icy-online.gitbook.io/icy-online/guide/growth/pokemon.md): ICY ONLINE 에서 주로 활용되는 포켓몬 꿀팁과 제작 방법, 생활 방법에 대해 안내드릴게요.
- [볼조합법](https://icy-online.gitbook.io/icy-online/guide/growth/pokemon/undefined.md): 포켓몬볼에 관한 조합법이에요!
- [픽셀몬 조합법](https://icy-online.gitbook.io/icy-online/guide/growth/pokemon/undefined-1.md): 픽셀몬에서 유용한 아이템의 조합법이에요!
- [픽셀몬 아이템](https://icy-online.gitbook.io/icy-online/guide/growth/pokemon/undefined-2.md)
- [교배 가이드북+@](https://icy-online.gitbook.io/icy-online/guide/growth/pokemon/+.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://icy-online.gitbook.io/icy-online/guide/growth.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.
