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

# 환영합니다

{% embed url="<https://www.youtube.com/watch?v=Zg5vcdEeLOA>" %}
더 샌드박스 공식 티저 트레일러
{% endembed %}

## 더 샌드박스란 무엇인가요? <a href="#what-is-the-sandbox" id="what-is-the-sandbox"></a>

더 샌드박스란 크리에이터들이 복셀 애셋과 게임 경험을 공유하고 수익화할 수 있는 탈중앙화된 커뮤니티 기반의 이더리움 블록체인 게이밍 생태계입니다.

플레이어와 아티스트, 게임 디자이너들은 더 샌드박스가 제공하는 무료 소프트웨어인 복스에딧(VoxEdit)과 게임 메이커(Game Maker)를 통해 직접 게임, 디오라마, 아트 갤러리 같은 애셋(ASSET)과 게임 경험을 만들어 다른 사람들과 공유할 수 있으며 이를 통한 수익 창출 또한 가능합니다.

아래 기사에서 더 샌드박스에 대한 더 많은 정보를 확인하실 수 있습니다.

{% embed url="<https://medium.com/sandbox-game/what-is-the-sandbox-850de68d893e>" %}


---

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