> For the complete documentation index, see [llms.txt](https://docs.secure-contacts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secure-contacts.com/documentation/deployment-sca/app-configuration.md).

# App Configuration

Configuration Policies for Apps, can be used with any EMM provider (e.g. Microsoft Intune, MobileIron, Jamf, Airwatch, XenMobile...).\
SCA uses a standard protocol, the [Mobile Device Management (MDM) protocol](https://developer.apple.com/business/documentation/MDM-Protocol-Reference.pdf) from Apple, which provides a way to tell a device to execute certain management commands remotely.\
\
\
In this chapters you can read about how you can use App Configurations for SCA:

{% content-ref url="/pages/RYTAzCKLQBnrrVVMFRKb" %}
[iOS - MobileDeviceManagement (MDM) protocol](/documentation/deployment-sca/app-configuration/ios-mobiledevicemanagement-mdm-protocol.md)
{% endcontent-ref %}

{% content-ref url="/pages/zDXDqSpl2kH1llomdljw" %}
[AppConfigurationPolicies](/documentation/deployment-sca/app-configuration/appconfigurationpolicies.md)
{% endcontent-ref %}

\
In this chapter you can find a full list of all possible Name/Values for SCA:

{% content-ref url="/pages/moAw51NoJWxNcLEFA6z7" %}
[App Configuration Policy -Name/Values for SCA](/documentation/app-configuration-policy-name-values-for-sca.md)
{% endcontent-ref %}

<br>


---

# 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://docs.secure-contacts.com/documentation/deployment-sca/app-configuration.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.
