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

# App Controls

***

Various types of settings that you will encounter across the **STRIKEPACK CENTRAL**™ app:

{% tabs %}
{% tab title="Option Setting" %}
The **Option** setting can be changed quickly by <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">tapping its <img src="/files/dpReF9U32yw5i8PfsY5K" alt="" data-size="line">arrow<img src="/files/ezT0gWOgeQnm8p7VOnpX" alt="" data-size="line"> icons.  You can bring up its **Option Selector** by <img src="/files/WKxGM5nEvfMbZOqHLzmA" alt="" data-size="line">holding your finger on the setting until it fully traces itself.  This will present you with a sub-menu of its options for you to swipe through & <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">select from:

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

{% tabs %}
{% tab title="Slider Setting" %}
The **Slider** setting can be precisely adjusted by <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">tapping its <img src="/files/NRkjp7QC8VowY4Oppzjh" alt="" data-size="original">minus or <img src="/files/MK1RmXqSOEHlTh8Yln1X" alt="" data-size="line">plus icons.  It can be adjusted more quickly by <img src="/files/WKxGM5nEvfMbZOqHLzmA" alt="" data-size="line">holding & dragging its slider thumb:

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

{% tabs %}
{% tab title="Toggle Setting" %}
The **Toggle** setting can be <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">tapped to switch it <img src="/files/p6nZXmSIJgG7EwDLN7lS" alt="" data-size="original">**ON**  / <img src="/files/dAPsJYPQVuQ0Vo99zMhk" alt="" data-size="original">**OFF**.
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Controller Shortcuts" %}
Dashboard settings sometimes have **Controller Shortcuts** that depending on the GAMEPACK, may become visible when the <img src="/files/2lTbgkJvbrlMoA8jc7kj" alt="" data-size="line">***ACTIVATOR*** controller button is <img src="/files/WKxGM5nEvfMbZOqHLzmA" alt="" data-size="line">***HELD**.*

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

{% hint style="warning" %} <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">Tap the <img src="/files/t6b6RpzolhmH67T12ekj" alt="" data-size="line">**Information** icon on settings to learn more about them.
{% 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/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.
