# Sound Editor

Great visuals draw players in but great sounds keep them immersed.&#x20;

S.A.I.G.E. provides a sound library for background music and game objects and events. AI automatically generates sound effects for every key moment. Or upload your own music.

**Click on "Sound Editor"**

**How It Works**

1. **AI Identifies Triggers** – Background music, level complete, enemy defeated, high score reached, power-up collected, player hit, and more.
2. **Choose Sound Addition Method** – One click adds effects everywhere they belong.
   1. Sound Library: Choose from the AI Sounds Library
   2. AI Gneeration: Let AI generate your sounds
   3. Upload your own sounds: Make it your own

**Why It’s Important**

* Actions feel impactful and satisfying.
* Players get instant feedback on success/failure.
* Sound fills the world; silence drains it.

**Why It’s Easy**

* AI knows where sounds should go.
* Effects are generated instantly.
* Swap styles anytime.


---

# 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/sound-editor.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.
