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

# 🧭 시작 가이드

Dreamy에 처음 오셨나요? 아래 순서대로 따라오시면 금방 적응하실 수 있습니다.

{% stepper %}
{% step %}

## 리소스팩 적용하기

접속 시 서버 리소스팩을 적용해 주세요. Dreamy의 GUI, 아이템, 스킬 이펙트는 모두 전용 리소스팩으로 표시됩니다.
{% endstep %}

{% step %}

## 메인메뉴 익히기

`SHIFT+F`(왼손키)를 누르면 메인메뉴가 열립니다. 여기서 허브·마을·야생 이동과 주요 기능을 이용할 수 있어요. 화면 상단 HUD에서는 GOLD·CRYSTAL·EMERALD 잔액과 피로도, 현재 월드와 시간을 확인할 수 있습니다.

![메인메뉴](https://raw.githubusercontent.com/Domae-back-end/test/main/main-menu.png)
{% endstep %}

{% step %}

## 야생에서 GOLD 벌기

야생 월드에서 채광·농사·낚시로 GOLD를 모으세요. 아이템별 판매 가격은 경제 시스템 페이지의 판매 경제표에서 확인할 수 있습니다.
{% endstep %}

{% step %}

## 장비 성장시키기

모은 GOLD를 CRYSTAL로 환전(100:1)해 인챈트 큐브(5 CRYSTAL)로 장비에 인챈트를 부여하세요. 어빌리티와 스타포스까지 더하면 전투력이 오릅니다. 참고로 모루와 인챈트 테이블은 사용할 수 없으니, 수리는 수리키트(500 GOLD)를 이용해 주세요.
{% endstep %}

{% step %}

## 클래스 전직하기

전투력 34 이상이 되면 레인저·팔라딘·메이지 중 하나로 전직할 수 있습니다(5,000 CRYSTAL). 전직하면 전용 스킬 무기를 받고 전투력이 100으로 계산됩니다.
{% endstep %}

{% step %}

## 악몽 도전하기

활동을 하다 보면 피로도가 쌓입니다. 피로도가 100이 되면 침대에 누워 악몽에 입장하세요. 5분 안에 보스를 잡으면 전투력에 따라 CRYSTAL을 보상으로 받습니다.
{% endstep %}
{% endstepper %}

이후에는 레이드와 랭크보스에 도전하거나, 마을을 만들어 친구들과 함께 성장해 보세요!


---

# 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.dreamy.kr/start/getting-started.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.
