# Sound

Sounds are used to bring life to interactions and events in the game. When you pull a lever, for instance, instead of just having it move in silence, we can now have an appropriate sound effect to go along with it. Sounds can also be used to create ambience with looping and unlimited range.

![](/files/XwMYP15DLsR3D4q2tsxq)

* **Sound** - opens a mini-menu to preview and select from our range of sound effects<br>
* **Volume** - dictates how loud the sound is when played<br>
* **Random pitch** - creates variety whenever the sound is played<br>
* **Auto-start** - does the sound begin from the start of the game?<br>
* **Loop** - does the sound play continuously?
  * Best used with auto-start to create ambience, like sea waves or fire crackling<br>
* **Range** - dictates how far away a player can be from the sound and still hear it, measured in meters<br>
* **Unlimited range** - dictates whether or not players can hear the sound wherever they are on the map, recommended for creating ambience

### Common Uses

* Ambience
* Immersive sound effects
* Creating depth and character in a level
* Interactions - when I pet a rabbit, it will squeak!


---

# 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.mutate.games/component-tutorials/components-a-closer-look/entity-components/sound.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.
