---
title: IntelligenceSettings
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/intelligencesettings
---

# IntelligenceSettings

The declaration to configure Apple Intelligence settings.

## Declaration

```data
object IntelligenceSettings
```

## Properties

AllowAppleIntelligenceReport: If false, disables Apple Intelligence Report. AllowGenmoji: If false, disables Genmoji. AllowImagePlayground: If false, disables Image Playground. AllowImageWand: If false, disables Image Wand. Available: iOS 26.4+ | iPadOS 26.4+ | visionOS 26.4+ AllowPersonalizedHandwritingResults: If false, disables Personalized Handwriting Results. Available: iOS 26.4+ | iPadOS 26.4+ AllowVisualIntelligenceSummary: If false, disables Visual Intelligence Summary. Available: iOS 26.4+ | iPadOS 26.4+ AllowWritingTools: If false, disables Writing Tools. Apps: If present, configures app-specific Intelligence features. ForceOnDeviceOnlyDictation: If true, forces On-Device Only Dictation. ForceOnDeviceOnlyTranslation: If true, forces On-Device Only Translation. Available: iOS 26.4+ | iPadOS 26.4+

## Discussion

Discussion Specify com.apple.configuration.intelligence.settings as the declaration type. Configuration availability  |   |   |   |   |   |   |   |  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

- [IntelligenceSettingsAppsObject](devicemanagement/intelligencesettingsappsobject.md)

## See Also

### Configurations

- [AccountCalDAV](devicemanagement/accountcaldav.md)
- [AccountCardDAV](devicemanagement/accountcarddav.md)
- [AccountExchange](devicemanagement/accountexchange.md)
- [AccountGoogle](devicemanagement/accountgoogle.md)
- [AccountLDAP](devicemanagement/accountldap.md)
- [AccountMail](devicemanagement/accountmail.md)
- [AccountSubscribedCalendar](devicemanagement/accountsubscribedcalendar.md)
- [AppManaged](devicemanagement/appmanaged.md)
- [AppSettings](devicemanagement/appsettings.md)
- [AudioAccessorySettings](devicemanagement/audioaccessorysettings.md)
- [ContentCaching](devicemanagement/contentcaching.md)
- [DiskManagementSettings](devicemanagement/diskmanagementsettings.md)
- [ExtensibleSSO](devicemanagement/extensiblesso.md)
- [ExternalIntelligenceSettings](devicemanagement/externalintelligencesettings.md)
- [KeyboardSettings](devicemanagement/keyboardsettings.md)
