---
title: Apple Intelligence and Siri AI
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/apple-intelligence-and-siri-ai
---

# Apple Intelligence and Siri AI

Integrate your app with Apple Intelligence and bring it to Siri AI.

## Overview

Overview Apple Intelligence combines language models with your app’s actions and content to power Siri AI. It uses the app intents, app entities, and app enums you define to wrap your app’s actions and content in types the system can understand. Perform the following additional steps to make actions and content discoverable by Apple Intelligence and Siri AI: Index entities to make them available in Spotlight. Apple Intelligence uses the semantic search capabilities of Spotlight to find your app’s content, even when someone describes it vaguely. Choose transferable types. Conforming your AppEntity to Transferable or types from the App Intents framework enables the system to move content across apps so people can perform tasks across apps with Siri AI. Adopt schemas. Schemas define the structure of your app intents, app entities, and app enums. Schemas act as a contract between your app and the system; Apple Intelligence uses them to identify, query, and understand actions and content. Siri AI uses the schemas to match actions and content to phrases people say in everyday conversation. Associate entities with views and other structures. People use Siri AI to interact with content that’s visible onscreen, but that content is private to your app. Associating views, user activities, or other visible content with app entities gives Apple Intelligence onscreen context. For example, onscreen context lets someone refer to an onscreen photo conversationally as “this photo”. Donate actions and content. Donations give Apple Intelligence behavioral cues to identify trends, predict future behavior, and disambiguate vague requests. For example, if someone asks your app for the weather each morning, Apple Intelligence can proactively suggest the same action.

## Topics

### Content

- [Defining app entities for your custom data types](appintents/defining-app-entities-for-your-custom-data-types.md)
- [Making app entities available in Spotlight](appintents/making-app-entities-available-in-spotlight.md)

### Onscreen context

- [Providing contextual cues to Apple Intelligence and Siri](appintents/providing-contextual-cues-to-apple-intelligence-and-siri.md)
- [App schema domains](appintents/app-schema-domains.md)
- [UITableViewAppIntentsDataSource](appintents/uitableviewappintentsdatasource.md)
- [NSTableViewAppIntentsDataSource](appintents/nstableviewappintentsdatasource.md)
- [UICollectionViewAppIntentsDataSource](appintents/uicollectionviewappintentsdatasource.md)
- [NSCollectionViewAppIntentsDataSource](appintents/nscollectionviewappintentsdatasource.md)

### Actions

- [Making actions and content discoverable by Apple Intelligence](appintents/making-actions-and-content-discoverable-by-apple-intelligence.md)
- [Donating your app’s data and actions to the system](appintents/donating-your-apps-data-and-actions-to-the-system.md)

### Sample code

- [Integrating your messaging app with Apple Intelligence](appintents/integrating-your-messaging-app-with-apple-intelligence.md)
- [Integrating your calendar app with Apple Intelligence](appintents/integrating-your-calendar-app-with-apple-intelligence.md)
- [Integrating your music app with Apple Intelligence](appintents/integrating-your-music-app-with-apple-intelligence.md)
- [Integrating your photo app with Apple Intelligence](appintents/integrating-your-photo-app-with-apple-intelligence.md)

## See Also

### Feature integration

- [Adopting App Intents to support system experiences](appintents/adopting-app-intents-to-support-system-experiences.md)
- [Spotlight integration](appintents/spotlight.md)
- [App Shortcuts](appintents/app-shortcuts.md)
- [Widgets, Live Activities, and Controls](appintents/widgets-live-activities-and-controls.md)
- [Hardware interactions](appintents/hardware-interactions.md)
- [Focus](appintents/focus.md)
- [Visual intelligence](appintents/visual-intelligence.md)
