> For the complete documentation index, see [llms.txt](https://wikisite.wavemc.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wikisite.wavemc.kr/readme.md).

# WaveMC Wiki

> *"당신은 마침내 개척자가 되었다. 혹은, 이미 개척자였나?"*

개척자 협회에서 안내드립니다.

이곳은 귀하께서 앞으로 밟게 될 모든 땅에 대한 기록 보관소입니다. 협회는 가늠할 수 없는 시간 동안 이 기록을 축적해 왔으며, 그 전부를 귀하께 공개합니다.

기록은 완전하지 않습니다. 차원은 계속 늘어나고, 흉성은 계속 떠오르며, 그때마다 이 문서는 다시 쓰입니다. 빈칸을 발견하셨다면, 그것은 귀하께서 채워야 할 자리입니다.

***

## 🧭 처음 오셨습니까

| 문서                                                     | 안내                   |
| ------------------------------------------------------ | -------------------- |
| [시작하기](/undefined/getting-started.md)                  | 개척자 등록, 첫 명령어, 웨이브타운 |
| [첫 7일 권장 행로](/undefined/getting-started/first-week.md) | 무엇부터 해야 하는지 모르시겠다면   |
| [명령어](/undefined-7/commands.md)                        | 전 명령어 통합 목록          |

## 📚 문서 목차

| 분류                                | 내용                            |
| --------------------------------- | ----------------------------- |
| [탐험](/undefined-1/adventure.md)   | 13개 차원, 구조물, 보물               |
| [일일 임무](/undefined-2/daily.md)    | 일일콘텐츠, 고성악 토벌전, 시즌패스          |
| [성장](/undefined-3/progression.md) | 스킬, 스탯, 장신구, 디멘션 아머, 특수 마법 부여 |
| [경제](/undefined-4/economy.md)     | 웨일, 캐시, 거래, 상점                |
| [정착](/undefined-5/settlement.md)  | 마을, 국가, 토지, 개인 워프             |
| [치장](/undefined-6/cosmetics.md)   | 캐릭터 치장, 무기 스킨, 펫              |
| [설정집](/undefined-8/lore.md)       | 세계의 이해 — 용어, 인물, 연표           |

***

## 📌 협회 권고 사항

* 준비는 언제나 넘치는 편이 낫습니다. 부족한 준비의 대가는 오직 귀하의 몫입니다.
* 등을 맡길 수 있는 동료를 두십시오. 홀로 걷는 길은 짧습니다.
* 보물은 계속 생겨나지 않습니다. 그렇기에 보물입니다.

> *"No Risk, No Return"*

***

*최종 갱신: 협회 공지 기준 · 편집 문의: 협회 운영진*


---

# 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://wikisite.wavemc.kr/readme.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.
