> For the complete documentation index, see [llms.txt](https://docs.allout.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allout.game/all-out-docs/docs-zh/readme.md).

# 欢迎来到 All Out！

在 All Out 上制作游戏有两种方式。可以使用我们的 Windows 编辑器在你的 PC 本地制作，也可以使用我们的 AI 原生云构建工具在云端制作。你可以随时在两者之间切换！

## 本地构建

**要在本地制作游戏，你需要准备：**

* 一台 Windows PC
* 一个绝妙的创意
* 对游戏设计的敏锐眼光
* 一些编程经验（或者对 AI 模型有很大的耐心😅）

**剩下的交给我们：**

* 25 万种高质量纹理、动画和音效
* 世界构建工具
* 专为多人游戏制作打造的自定义脚本语言
* 可一键在 iOS、Android 和 PC 上实现多人游戏
* 一个由成千上万名玩家和 YouTuber 组成、渴望尝试你游戏的社区

[开始使用 Windows PC 编辑器](/all-out-docs/docs-zh/kai-shi-shi-yong/project-layout.md)

## 云构建

云构建让你可以随时随地在任何设备上制作游戏。

当你使用云构建时，我们会启动一台运行 All Out 编辑器的虚拟机，并将其与最新的 AI 模型、我们的资源目录和 MCP 工具配对，让你的游戏栩栩如生。

由于我们需要为虚拟机运行时间和驱动它的 AI 模型付费，云构建的免费使用次数有限。若要获得更多使用量，我们提供多个订阅档位以覆盖额外用量。

[开始使用云构建](/all-out-docs/docs-zh/shi-yong-yun-gou-jian/introduction-to-cloud-build.md)


---

# 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.allout.game/all-out-docs/docs-zh/readme.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.
