# Game Prompt

Your game starts with a simple description, the **game prompt**. This is the seed that S.A.I.G.E. uses to build your game’s mechanics, rules, and base objects.

**Two Ways to Start**

1. **Enter Your Own Prompt** – Describe your idea in plain language with as much detail as possible. S.A.I.G.E. turns it into a fully playable game in seconds. (If you are not sure you can get ideas from our Game Templates or other pyblished games where are prompts are open source).
2. **Choose a Game Template** – Not sure where to start? Pick from Arcade, Brain Game, Puzzle, Runner, Side Scroller, Racing and more. Each template comes with a ready-made prompt you can edit anytime.

**Why It’s Important**

* The prompt is your creative blueprint.
* Templates make starting easy for anyone.
* Editing lets you experiment and see instant changes.


---

# 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.saige.world/how-to-create-your-game/game-prompt.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.
