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

# 개요

BlockCanvas를 처음 이용하신다면 아래 세 단계만 따라오시면 됩니다.

1. [**회원가입**](/undefined/signup.md) — 이메일 또는 Discord로 계정 만들기
2. [**계정 연동**](/undefined/account-linking.md) — 마인크래프트 정품·Discord 연결
3. [**서버 접속**](/undefined/connecting.md) — 게임에 접속해 건축 시작

{% hint style="success" %}
가입할 때 마인크래프트를 연동해 두면, 인게임 활동(영토·월드·코인)이 웹 대시보드에 자동으로 반영됩니다.
{% endhint %}


---

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