> For the complete documentation index, see [llms.txt](https://guide.strikepack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.strikepack.com/horizon-de/manuals/app/bottombar/audio.md).

# Audio

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

### <img src="/files/c159e986afcda833ba9e91aeda57f83b08062867" alt="" data-size="line"> Audio

<figure><img src="/files/163bd42ae831446409d74aa4b07441ef44f15c0e" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th>Anweisungen</th><th>Bild</th><th data-hidden></th></tr></thead><tbody><tr><td><img src="/files/aaf8f7dd6527a0c09c4a566c9a15c4d7b4eefb3e" alt="" data-size="line">Tippen Sie auf das <img src="/files/c159e986afcda833ba9e91aeda57f83b08062867" alt="" data-size="line"><strong>Audio</strong> Symbol unten in der Leiste, um entweder den „<strong>Audio</strong>“-Bereich zu öffnen oder zu schließen.</td><td><img src="/files/44edcb56358b983ef736b68db7c5dd91fec99961" alt="" data-size="original"></td><td></td></tr></tbody></table>

Diese Funktion bietet Lautstärkeregler für App-Sounds und Benachrichtigungen. Diese beginnen bei ihrer maximalen Lautstärke, können jedoch bis ganz stumm reduziert werden auf **0**.  **Hauptlautstärke** steuert die Gesamtlautstärke. Jede weitere Lautstärke, wie zum Beispiel **Benachrichtigungen**, steuert ihre unabhängigen Funktionen.

<table data-header-hidden><thead><tr><th>Anweisungen</th><th>Bild</th><th data-hidden></th></tr></thead><tbody><tr><td>Die Lautstärke kann präzise angepasst werden, indem <img src="/files/aaf8f7dd6527a0c09c4a566c9a15c4d7b4eefb3e" alt="" data-size="line">auf das <img src="/files/cfa8f3d5dfb01f4455b419c2570855b7211f0b03" alt="" data-size="original">Minus- oder <img src="/files/1327defaf8cc5c27b7c6cf1f9779fc5dc276cc9f" alt="" data-size="line">Plus-Symbole, oder schnell angepasst werden, indem <img src="/files/9894586f16fd7ecf2d9df2baa9318e1e539d5924" alt="" data-size="line">man den Schiebereglerknopf gedrückt hält und zieht.</td><td><img src="/files/f74f0f934a43abd7d66f4a9d6c0babc954ba07b5" alt="" data-size="original"></td><td></td></tr></tbody></table>

{% hint style="info" %}
Denk daran, dass das Tippen auf das <img src="/files/c159e986afcda833ba9e91aeda57f83b08062867" alt="" data-size="line">**Audio** Das Symbol erneut wird den Bereich schließen.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.strikepack.com/horizon-de/manuals/app/bottombar/audio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
