# 🔊Sounds

## Customize open, close, pickup, click sounds

Here you can see an example of customized sounds for all the available events.

```yaml
sounds:
  open:
    name: ENTITY_ENDER_DRAGON_FLAP
    volume: 1
    pitch: 0.5
  close:
    name: ENTITY_ENDER_DRAGON_FLAP
    volume: 1
    pitch: 0.5
  auto_pickup:
    name: ENTITY_ITEM_PICKUP
    volume: 1
    pitch: 1
  click:
    name: ENTITY_ITEM_FRAME_ADD_ITEM
    volume: 1
    pitch: 1
```

{% hint style="info" %}
`volume` and `pitch` are not mandatory. **Default** value is `1`for both.
{% 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://epicbackpacks.devs.beer/configurations/sounds.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.
