# Audio Data

The Audio Data asset is a very simple asset to give your rotorcrafts engine sounds. Simply assign your audio files to the correct fields in the data, and then assign the Audio Data asset to the field on the RotorcraftAudio component.

![](/files/-MevIg3haOiQqAINTP0M)

If you selected 'Add Simple Audio' when creating your rotorcraft, this component will already be present, and just require an Audio Data asset assigning. If, however, you decide after creating your rotorcraft that you wish to use this component, simply add it to the same GameObject as the RotorcraftBehaviour component - an AudioSource component will automatically be added and be setup correctly as per the Audio Data asset settings during play mode.

![](/files/-MevJAdKfo0AXAxMadlr)


---

# 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://arcdocs.enigma23.co.uk/how-to/audio-data.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.
