# ES-003 Sound Effects

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

**Adding this Player Snip**

* [ ] On your [`My Player Snips Page`](/how-to-guides.md#how-to-create-a-my-snips-page) add the **`ES-003`** section to your page
* [ ] **Open up the section's `Trigger` settings group** and choose if you want the effect to show when the lesson is completed or the lesson is started&#x20;
* [ ] Open the **`Sound`** settings group and choose one of the included sound effects to use. You can also add your own link to a custom MP3 sound effect by choosing the Custom option and then providing the url.&#x20;
* [ ] Hover over the section and click on the **`Show Effect`** button to preview what the Player Snip will look like
* [ ] Hover over the section and click the **`Copy Player`**` ``Snip` button
* [ ] In another tab **open your course curriculum** and find the lesson you wish to place this Player Snip into
* [ ] Put your cursor in the location that you wish to place this snippet&#x20;
* [ ] Open up the < > code viewer
* [ ] Paste the snippet
* [ ] Click the < > code button to return to the normal preview
* [ ] Click Save to save the lesson
* [ ] Preview the lesson inside the course player

{% hint style="info" %}
It is recommended to place this snippet at the bottom of the code view. When not in code view it is invisible and could potentially be removed by accident. Be sure be careful when editing content around this Player Snip
{% endhint %}

### How to use a custom sound effect

You can trigger your own custom sound effect by providing a url to an MP3 file. We have provided a convenient method for uploading an MP3 and obtaining the URL to it.

* [ ] Download or produce a short MP3 file that is intended for a sound effect. You can Google many sites to download free sound effects. Here is one that we like: [https://www.101soundboards.com](https://www.101soundboards.com/boards/26542-ringtones-and-notification-sounds-soundboard)
* [ ] Use the container in the settings group and select the **`Upload File`** icon in the toolbar (it's the one that looks like a document)
* [ ] Once the file is uploaded, then **right click** on the link and select `Copy Link address`
* [ ] Then paste it into the **`Custom MP3 Url`** setting
* [ ] Be sure to also choose `Custom` in the settings drop down


---

# 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-playersnips.superpowerups.com/the-snips/effects-snips/es-003-sound-effects.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.
