# Welcome to All Out!

There are two ways to build games on All Out. Locally on your PC using our Windows editor, or in the cloud using our AI-native Cloud Build tools. You can switch between them at any time!

## Building Locally

**To make a game locally, you'll need to bring:**

* A Windows PC
* A killer idea
* An eye for game design
* Some programming experience (or a lot of patience with AI models😅)

**We'll take care of the rest:**

* 250,000 high quality textures, animations, and sound effects
* World building tools
* A custom scripting language built for multiplayer game creation
* One-click multiplayer on iOS, Android, and PC
* A community of hundreds-of-thousands of players & YouTubers eager to try your game

[Get started with the Windows PC editor](https://docs.allout.game/getting-started)

## Cloud Build

Cloud Build enables you to build games on any device, anywhere, any time.

When you use Cloud Build, we spin up a virtual machine running the All Out editor, and pair it with the latest AI models, our asset catalog, and MCP tools to bring your game to life.

Cloud build has limited free usage since we pay for the VM time and AI models that power it. To get more usage, we offer several subscription tiers to cover extra usage.

[Get started with Cloud Build](https://docs.allout.game/using-cloud-build)


---

# Agent Instructions: 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:

```
GET https://docs.allout.game/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
