> 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/appcontrols.md).

# App-Steuerung

***

Verschiedene Arten von Einstellungen, denen du im gesamten **STRIKEPACK CENTRAL**™-App begegnest:

{% tabs %}
{% tab title="Optionseinstellung" %}
Die **Option** -Einstellung kann schnell geändert werden durch <img src="/files/aaf8f7dd6527a0c09c4a566c9a15c4d7b4eefb3e" alt="" data-size="line">auf ihre <img src="/files/57edec6f2103db1f66c48f59ea04555df33e6ad6" alt="" data-size="line">Pfeil<img src="/files/f68fc04be65b2acdfab594a5077e78f9582e543a" alt="" data-size="line"> Symbole tippen. Sie können ihre **Optionsauswahl** aufrufen, indem Sie <img src="/files/9894586f16fd7ecf2d9df2baa9318e1e539d5924" alt="" data-size="line">deinen Finger auf der Einstellung hältst, bis sie vollständig nachgezeichnet ist. Dadurch wird dir ein Untermenü mit den Optionen angezeigt, durch das du wischen und <img src="/files/aaf8f7dd6527a0c09c4a566c9a15c4d7b4eefb3e" alt="" data-size="line">auswählen kannst:

<div align="center"><figure><img src="/files/9aa8127b5d08d47b612171c31e33f105063572ae" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Schiebereglereinstellung" %}
Die **Schieberegler** Einstellung kann präzise angepasst werden durch <img src="/files/aaf8f7dd6527a0c09c4a566c9a15c4d7b4eefb3e" alt="" data-size="line">auf ihre <img src="/files/cfa8f3d5dfb01f4455b419c2570855b7211f0b03" alt="" data-size="original">Minus- oder <img src="/files/1327defaf8cc5c27b7c6cf1f9779fc5dc276cc9f" alt="" data-size="line">Plus-Symbole. Sie kann schneller angepasst werden durch <img src="/files/9894586f16fd7ecf2d9df2baa9318e1e539d5924" alt="" data-size="line">den Reglergriff halten und ziehen:

<div align="center"><figure><img src="/files/7c1ffaca5922f9ddfe4037b34d25010331445d6b" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Umschaltereinstellung" %}
Die **Umschalter** Einstellung kann <img src="/files/aaf8f7dd6527a0c09c4a566c9a15c4d7b4eefb3e" alt="" data-size="line">angetippt werden, um sie <img src="/files/9813576c77860426e563f315c1c551d0603136d9" alt="" data-size="original">**EIN**  / <img src="/files/95dcd31eac8e96e54c05c56f2e8578eef5e432ed" alt="" data-size="original">**AUS**.
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Controller-Verknüpfungen" %}
Dashboard-Einstellungen haben manchmal **Controller-Verknüpfungen** die je nach GAMEPACK sichtbar werden können, wenn die <img src="/files/cd4ce6d7ccd1f343c1f1bbdefc0c82e9deee71cb" alt="" data-size="line">***AKTIVATOR*** Controller-Taste <img src="/files/9894586f16fd7ecf2d9df2baa9318e1e539d5924" alt="" data-size="line">***GEHALTEN**.*

<div align="center"><figure><img src="/files/7ae47f115a697dd71f9f8bff764a67e47e3b2b67" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

{% hint style="warning" %} <img src="/files/aaf8f7dd6527a0c09c4a566c9a15c4d7b4eefb3e" alt="" data-size="line">Tippen Sie auf das <img src="/files/ff08d8aa797cbb35d2bacb5581117809a392d2eb" alt="" data-size="line">**Informationen** Symbol bei Einstellungen, um mehr darüber zu erfahren.
{% 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/appcontrols.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.
