# Sound

You can also define a running sound for your machine.

The sound must be a OGG file and must be loaded in-game. Sounds are differents than models and textures and must be registered to be usable so for using custom sounds you will have either to use a mod that let you add sounds to the game or replace an existing sound with a resource pack and use it's name in the property.

The property must be defined as such :

```json5
{
    "appearance": {
        "sound": "namespace:sound_location"
    }
}
```

{% hint style="info" %}
If no sound property is set the machine will just make no sound.
{% endhint %}


---

# 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://frinn.gitbook.io/custom-machinery-1.16/creating-custom-machines/machine-appearance/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.
