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

# 더 샌드박스 - 시작하기

- [더 샌드박스 계정 생성하기](https://docs.sandbox.game/the-sandbox/korean/getting-started/how-to-register-on-the-sandbox.md): 더 샌드박스 계정을 생성하는 방법에 대해 자세히 알아보겠습니다.
- [더 샌드박스 계정에 지갑 연결하기](https://docs.sandbox.game/the-sandbox/korean/getting-started/how-to-register-on-the-sandbox/connect-wallet.md): 더 샌드박스 계정에 지갑을 연결하는 방법에 대해 알아보겠습니다.
- [가이드: 특정 지갑 연결하기](https://docs.sandbox.game/the-sandbox/korean/getting-started/how-to-register-on-the-sandbox/connect-wallet/wallet-instructions.md): 더 샌드박스 계정에 특정 지갑을 연결하거나 새롭게 생성하는 방법에 대해 알아봅니다.
- [내 계정에 로그인하기](https://docs.sandbox.game/the-sandbox/korean/getting-started/how-to-register-on-the-sandbox/logging-into-your-account.md): 더 샌드박스에서 내 계정에 로그인하는 법을 알아보세요.
- [암호화폐 지갑이란 무엇이며 왜 필요한가요?](https://docs.sandbox.game/the-sandbox/korean/getting-started/what-are-cryptocurrency-wallets-and-why-do-you-need-one.md): 암호화폐 지갑이 무엇이며 어떤 역할을 하는지, 왜 필요한지 간단한 설명을 통해 알아보겠습니다.
- [메타버스 맵](https://docs.sandbox.game/the-sandbox/korean/getting-started/the-metaverse-map.md): 더 샌드박스의 메타버스 맵에 대해 자세히 알아보겠습니다.


---

# 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://docs.sandbox.game/the-sandbox/korean/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.
