# Creating an AI's Sound Profile

## Creating an AI's Sound Profile

The Sounds Component holds a Sound Profile which holds all of an AI's sound data. This allows AI to share the same sound data with only needing to rely on a single Sound Profile. Any changes made to a Sound Profile will affect any AI using that Sound Profile. However, as many sound profiles can be created as needed.

The first time you are setting up an AI's Sounds Component, you will receive a warning message about an AI needing a Sound Profile.

<figure><img src="/files/uCayoN2yxYsRugdRidDH" alt=""><figcaption></figcaption></figure>

You can fix this by pressing the "Create New Sound Profile" button. This will open up a window that allows you to choose a location for your Sound Profile to be saved to.

<figure><img src="/files/un8XsAcNmCs0PMausRVr" alt=""><figcaption></figcaption></figure>

If you already have a Sound Profile you would like to use, you can apply it manually to the Sound Profile slot.

{% hint style="info" %}
**Note:** After you have finished creating or applying a Sound Profile, you will still need to apply sounds to it. This can be done by simply opening the foldouts and applying sounds to the slots or lists you want sounds on. Keep in mind, that some sounds require Animation Events. A guide on how to do this can be found on the [Sound Profile](/emerald-ai-wiki/emerald-profiles-and-objects/sound-profile.md) section of the Emerald AI Wiki.
{% endhint %}

<figure><img src="/files/J6rJfm8ABNEn2YPJSj0M" alt=""><figcaption></figcaption></figure>


---

# 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://black-horizon-studios.gitbook.io/emerald-ai-wiki/emerald-components-required/sounds-component/creating-an-ais-sound-profile.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.
