> For the complete documentation index, see [llms.txt](https://wp.warped.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.warped.games/chinese-warped-universe-whitepaper/beamable.md).

# Beamable

Beamable 是一款服务于后端的开发平台，提供排行榜、社交互动和云存储等关键功能，简化了游戏开发流程。我们与 Beamable 的合作让这些功能得以快速集成，避免了自定义后端开发的需求，使我们的团队能够专注于内容创作和游戏性提升。

通过与多个区块链平台的无缝连接，Beamable 支持去中心化资产所有权和货币化，丰富了游戏体验。同时，它还通过内置的游戏内聊天和公会系统，促进社区互动，为玩家营造一个协作环境。

最重要的是，Beamable 与 Sui 区块链的无缝集成简化了区块链技术的采用，使其更加用户友好。这一集成支持游戏内购买、虚拟货币和可扩展更新，确保玩家体验响应迅速、始终如一。


---

# 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://wp.warped.games/chinese-warped-universe-whitepaper/beamable.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.
