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

# The Sandbox - ASSETs (资产)

- [ASSET (资产)是什么??](https://docs.sandbox.game/the-sandbox/cn/assets/what-are-assets.md): 了解更多关于 The Sandbox 中的 ASSET (资产)。
- [关于 ERC-1155](https://docs.sandbox.game/the-sandbox/cn/assets/what-are-assets/about-erc-1155.md): 了解有关 ERC-1155 代币的更多信息。
- [ASSET (资产)的权利、所有权和版权](https://docs.sandbox.game/the-sandbox/cn/assets/what-are-assets/rights-ownership-and-copyright-of-assets.md): ASSET (资产)有版权吗？谁拥有它们的所有权利？这里有答案！
- [ASSET (资产)的常见问题](https://docs.sandbox.game/the-sandbox/cn/assets/general-frequently-asked-asset-questions.md): ASSET (资产)的常见问题，答案就在这里！
- [买卖 ASSET (资产)](https://docs.sandbox.game/the-sandbox/cn/assets/buying-and-selling-assets.md): 了解更多关于在 The Sandbox 市场买卖 ASSET (资产)的信息。
- [GEM (宝石)和 CATALYST (催化剂)](https://docs.sandbox.game/the-sandbox/cn/assets/gems-and-catalysts.md): 在 The Sandbox 中了解更多关于 GEM (宝石)和 CATALYST (催化剂)的信息。
- [属性和行为](https://docs.sandbox.game/the-sandbox/cn/assets/gems-and-catalysts/attributes-and-behaviours.md): 了解更多关于 The Sandbox 中 ASSET (资产)的属性和行为。
- [稀缺性](https://docs.sandbox.game/the-sandbox/cn/assets/gems-and-catalysts/scarcity.md): 了解更多关于 The Sandbox 中 ASSET (资产)的稀缺性
- [VoxEdit (体素建模和动画工具)](https://docs.sandbox.game/the-sandbox/cn/assets/voxedit.md): VoxEdit 的基本介绍。


---

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