> For the complete documentation index, see [llms.txt](https://wiki.craftopia.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.craftopia.work/undefined/signup.md).

# 회원가입

두 가지 방법으로 가입할 수 있습니다. 어느 쪽으로 시작해도 이후 대시보드에서 나머지 계정을 연동할 수 있습니다.

## 📧 이메일로 가입

1. 가입 페이지에서 **이메일·비밀번호·닉네임**을 입력합니다.
2. 가입 시 발송되는 **인증 메일의 링크**를 눌러 이메일을 인증합니다.
3. 인증이 끝나면 로그인할 수 있습니다.

{% hint style="warning" %}
비밀번호는 **10자 이상**이며 **특수문자를 포함**해야 합니다.
{% endhint %}

## 🎮 Discord로 가입

Discord 로그인 한 번으로 계정이 **자동 생성**됩니다. 커뮤니티(디스코드) 활동과 바로 연결되어 가장 편리합니다.

{% hint style="info" %}
가입을 진행하면 [이용약관](https://craftopia.work/terms)과 [개인정보처리방침](https://craftopia.work/privacy)에 동의하는 것으로 간주됩니다.
{% endhint %}

***

다음: [**계정 연동**](/undefined/account-linking.md) — 마인크래프트와 Discord를 연결하세요.


---

# 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:

```
GET https://wiki.craftopia.work/undefined/signup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
