# AI Prompt Assistant

Before S.A.I.G.E. builds your game, the AI Prompt Assistant reviews your prompt and suggests ways to make it more fun, intense, or unique.\
\
Better prompts = better mechanics. This is optional.

**How It Works**

1. Enter or select a prompt.
2. AI suggests improvements (new obstacles, difficulty curve, power-ups, thematic polish).
3. You approve or edit. Then S.A.I.G.E. generates the game mechanics code.

**Why It’s Important**

* Maximizes engagement from the start.
* Fast iteration without guesswork.
* Accessible even if you’ve never written a prompt.


---

# 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/ai-prompt-assistant.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.
