Contents

IntelligenceSettings

The declaration to configure Apple Intelligence settings.

Declaration

object IntelligenceSettings

Properties

NameTypeDescription
AllowAppleIntelligenceReportboolean

If false, disables Apple Intelligence Report.

AllowGenmojiboolean

If false, disables Genmoji.

AllowImagePlaygroundboolean

If false, disables Image Playground.

AllowImageWandboolean

If false, disables Image Wand.

Available: iOS 26.4+ | iPadOS 26.4+ | visionOS 26.4+

AllowPersonalizedHandwritingResultsboolean

If false, disables Personalized Handwriting Results.

Available: iOS 26.4+ | iPadOS 26.4+

AllowVisualIntelligenceSummaryboolean

If false, disables Visual Intelligence Summary.

Available: iOS 26.4+ | iPadOS 26.4+

AllowWritingToolsboolean

If false, disables Writing Tools.

AppsIntelligenceSettingsAppsObject

If present, configures app-specific Intelligence features.

ForceOnDeviceOnlyDictationboolean

If true, forces On-Device Only Dictation.

ForceOnDeviceOnlyTranslationboolean

If true, forces On-Device Only Translation.

Available: iOS 26.4+ | iPadOS 26.4+

Discussion

Specify com.apple.configuration.intelligence.settings as the declaration type.

Configuration availability

Allowed in supervised enrollment

iOS, macOS, visionOS

Allowed in device enrollment

N/A

Allowed in user enrollment

N/A

Allowed in local enrollment

N/A

Allowed in system scope

iOS, macOS, visionOS

Allowed in user scope

macOS

Apply

Multiple configurations are combined and applied as a single effective configuration

Configuration examples

This configuration restricts several Apple Intelligence features.

{
    "Type": "com.apple.configuration.intelligence.settings",
    "Identifier": "A1B2C3D4-E5F6-4A5B-9C8D-7E6F5A4B3C2D",
    "ServerToken": "F1E2D3C4-B5A6-4D5E-8F9A-0B1C2D3E4F5A",
    "Payload": {
        "AllowAppleIntelligenceReport": false,
        "AllowGenmoji": false,
        "AllowImagePlayground": false,
        "AllowImageWand": false,
        "Apps": {
            "Mail": {
                "AllowSmartReplies": false,
                "AllowSummary": false
            },
            "Notes": {
                "AllowTranscription": false,
                "AllowTranscriptionSummary": false
            },
            "Safari": {
                "AllowSummary": false
            }
        },
        "AllowPersonalizedHandwritingResults": false,
        "AllowVisualIntelligenceSummary": false,
        "AllowWritingTools": false,
        "ForceOnDeviceOnlyDictation": true,
        "ForceOnDeviceOnlyTranslation": true
    }
}

Topics

Objects

See Also

Configurations