# Game Modifications

Play your game, see how it feels, and decide what to change. \
\
**Click on "Modify Game".**

**Two Ways to Modify**

1. **Manual Changes** – “Add more enemies.” “Increase player speed.” “Make levels progressively harder.”
2. **AI Suggestions** – S.A.I.G.E. analyzes the game and proposes improvements (new obstacles, tuned difficulty, power-ups, multipliers).

**Fixing Mistakes**\
Even the best AI can make small errors. Testing is your chance to spot anything off and then fix it manually or let AI repair it instantly.

**Why It’s Important**

* Small changes can massively boost fun.
* You stay in control.
* Fast iteration cycles.


---

# 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-modifications.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.
