> 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/overview.md).

# 📖 서버 개요

Dreamy는 여러 월드로 이루어진 생활·경제·전투 RPG 서버입니다. 재화와 장비, 클래스 등 모든 데이터는 어느 월드에 있든 그대로 유지됩니다.

인게임에서 `SHIFT+F`(왼손키)로 메인메뉴를 열어 각 월드로 이동하거나 주요 기능을 이용하실 수 있습니다.

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

| 월드       | 역할                |
| -------- | ----------------- |
| 허브       | 메인 허브, 메뉴 및 안전 구역 |
| 야생 1·2·3 | 채광·농사·낚시·탐험       |
| 마을       | 마을 생성·확장·생활       |
| 꿈        | 악몽·레이드·랭크보스       |

## 재화

서버의 재화는 GOLD, CRYSTAL, EMERALD 세 가지입니다.

| 재화      | 핵심 획득처              | 핵심 사용처                     | 역할          |
| ------- | ------------------- | -------------------------- | ----------- |
| GOLD    | 채광·농사·낚시·몹 드롭·판매    | 이동, 수리, 펫, 마을, 경매, 섯다, 레이드 | 기본 생활 재화    |
| CRYSTAL | 악몽·레이드·추천·희귀품 판매·환전 | 인챈트 큐브, 스타포스, 어빌리티, 클래스    | 전투 성장 재화    |
| EMERALD | 후원 및 별도 지급          | 도구 스킨 큐브, 클래스 초기화, 멤버십     | 후원·상위 편의 재화 |

## 환전

| 방향             | 비율                  |
| -------------- | ------------------- |
| GOLD → CRYSTAL | 100 GOLD당 1 CRYSTAL |
| CRYSTAL → GOLD | 1 CRYSTAL당 90 GOLD  |
| 왕복 손실          | 10%                 |


---

# 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/overview.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.
