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

# 教程

在下面选择一个标签，以查看相关规格和教程的链接。

## 创作

{% tabs %}
{% tab title="VoxEdit 和 ASSET 设计" %}

## [VoxEdit](/the-sandbox/cn/assets/voxedit.md#voxedit-shi-shen-me) 和 [ASSET](/the-sandbox/cn/assets/what-are-assets.md) 设计

### 规格

* [体素艺术的规格](https://guidelines.voxedit.io/#/home)（[The Sandbox VoxEdit 网站](https://www.sandbox.game/cn/create/vox-edit/)）
* [体素艺术的规格](https://fund.sandbox.game/cn-voxelart-guidelines)（[创作者基金会网站](https://fund.sandbox.game/cn)）

### 指南与教程

* [VoxEdit & ASSET Video Tutorials](https://www.youtube.com/playlist?list=PLUBvJsG9xX8dzjJTPh0C5t-SsOpvMx20P)
* [VoxEdit Video Information](https://www.youtube.com/playlist?list=PL_AqeWVYruhr6w8OMDqZNfme6I0qhSo_I)

### **Medium** 文章

* [VoxEdit: The Sandbox Voxel Editor](https://medium.com/sandbox-game/voxedit-the-sandbox-voxel-editor-db23fb2e9a19)
* [VoxEdit: Technical Guide](https://medium.com/sandbox-game/voxedit-beta-technical-guide-3c86c845073a)
* [VoxEdit: Learning The Basics](https://medium.com/sandbox-game/voxedit-beta-learning-the-basics-523781a26c6b)
  {% endtab %}

{% tab title="Game Maker 和游戏设计" %}

## [Game Maker](/the-sandbox/cn/games/game-maker.md#shen-me-shi-game-maker) 和游戏设计

### 指南与教程

* [Game Maker Video Tutorials](https://www.youtube.com/playlist?list=PL_AqeWVYruhqQ6bL09VQqEZ3KcWMYyOei)
* [Game Maker Alpha Creation Videos](https://www.youtube.com/playlist?list=PL_AqeWVYruhpHYegJQgX2kzFvCgudhFue)
* [Game Maker Fund Videos](https://www.youtube.com/playlist?list=PL_AqeWVYruhqqucJYaKm9-cG7HwMNNYun)

### **Medium** 文章

* [The Game Maker: Making Your First Game](https://medium.com/sandbox-game/the-sandbox-game-maker-creating-your-first-game-b475ce9f9db2)
  {% endtab %}
  {% endtabs %}

## LAND

{% tabs %}
{% tab title="购买 LAND" %}

## 购买 [LAND](/the-sandbox/cn/land/what-is-land.md)

### 指南与教程

* [How To Buy LAND Video Tutorial](https://www.youtube.com/watch?v=WX7oxNHGeWY)

### 公众号文章

* [如何在 The Sandbox 中购买土地](https://mp.weixin.qq.com/s/0WNKxrehpnJ96TjDy3zcjA)
  {% endtab %}

{% tab title="租赁 LAND" %}
此功能即将推出。

![](/files/-MNmG3uyfTHpF0oWde6m)
{% endtab %}
{% endtabs %}

## $SAND

{% tabs %}
{% tab title="获得 $SAND" %}

## 获得 [$SAND](/the-sandbox/cn/sand/what-is-sand.md)

### 信息

* [The Sandbox: $SAND 的概述和信息](https://www.sandbox.game/cn/about/sand/)
* [币安: $SAND 的概述和信息](https://research.binance.com/cn/projects/the-sandbox)

### 公众号文章

* [如何获得 $SAND](https://mp.weixin.qq.com/s/1p6pN96sdJTdyKe07_sL0w)
  {% endtab %}

{% tab title="质押" %}

## 质押 $SAND

### 指南与教程

* [如何质押的视频](https://youtu.be/cCmWCiSKQgY) *(*&#x7531; The Sandbox 大使制&#x4F5C;*)*
* [如何取消质押和领回的视频](https://youtu.be/4Sp6eqpP7_I) *(*&#x7531; The Sandbox 大使制&#x4F5C;*)*

### 公众号文章

* [第二阶段流动性采矿，LAND 系数奖赏](https://mp.weixin.qq.com/s/XIW-_K4gbg2qdNv5s1qRhw)
* [第三阶段流动性采矿](https://mp.weixin.qq.com/s/0fs-90MlhE6-8ABkTlI4FQ)
  {% endtab %}

{% tab title="推荐人" %}

## 推荐人

### 公众号文章

* [The Sandbox 推荐计划简介](https://mp.weixin.qq.com/s/q9LvxwZYPxGGP7gytTvCnA)
  {% endtab %}
  {% endtabs %}


---

# 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/other/tutorials.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.
