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

# 欢迎!

![](/files/-MW3UNc8GTjYW80Bi60s)

## 什么是 The Sandbox (沙盒)？

The Sandbox（沙盒）是一个去中心化的，社区驱动的游戏生态系统，创建者可以在以太坊区块链上共享体素资产和游戏体验并从中货币化。

使用 Sandbox 的免费软件（例如 VoxEdit 和 Game Maker），玩家可以自己创建 ASSET (体素资产)和游戏并与他人共享。 这些可以货币化，创作者以赚取被动收入。&#x20;

在下面的文章中阅读有关沙盒的更多信息。

{% embed url="<https://mp.weixin.qq.com/s?__biz=Mzg5NzUyMjg1NA==&mid=2247483963&idx=1&sn=6f9ac69e22cfa5b2e836acd52626e804&chksm=c071cff2f70646e436f874cb8df6732958e56bc66799b0f80b4bd09c711b67c770b6cccdc280&token=368954312&lang=zh_CN#rd>" %}


---

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