---
title: Apple Watch support
framework: sirikit
role: collectionGroup
role_heading: API Collection
path: sirikit/watch-and-widget-support
---

# Apple Watch support

Display relevant shortcuts on the Siri watch face.

## Overview

Overview An INRelevantShortcut describes an action that might be useful or meaningful to the user within a particular context. For instance, a user might want to start a workout when they arrive at the gym, meditate in the morning, or find out about a new episode of their favorite TV show as soon it’s available. The system uses the shortcut’s relevance providers, as well as other signals, to determine when the shortcut is likely relevant to the user. important: The Siri Watch Face is available in watchOS 11 and earlier. To make content available in the Smart Stack on Apple Watch using widgets, refer to WidgetKit, Increasing the visibility of widgets in Smart Stacks, and App Intents. For more information about migrating your SiriKit code to App Intents, refer to Migrating widgets from SiriKit Intents to App Intents and Soup Chef with App Intents: Migrating custom intents. The Siri watch face updates throughout the day to offer shortcuts or glanceable information. For details on suggesting relevant shortcuts on the Siri watch face, see Defining Relevant Shortcuts for the Siri Watch Face. Users can collect multiple widgets into a Smart Stack. A Smart Stack rotates to widgets and suggests new widgets based on relevance cues. For details on using shortcuts to influence Smart Stacks, see Increasing the visibility of widgets in Smart Stacks.

## Topics

### Siri watch face

- [Displaying Shortcut Information in a Siri Watch Face Card](sirikit/displaying-shortcut-information-in-a-siri-watch-face-card.md)
- [INDefaultCardTemplate](intents/indefaultcardtemplate.md)
- [Defining Relevant Shortcuts for the Siri Watch Face](sirikit/defining-relevant-shortcuts-for-the-siri-watch-face.md)
- [INRelevantShortcut](intents/inrelevantshortcut.md)
- [INRelevantShortcutStore](intents/inrelevantshortcutstore.md)

### Relevance Providers

- [INRelevanceProvider](intents/inrelevanceprovider.md)
- [INDailyRoutineRelevanceProvider](intents/indailyroutinerelevanceprovider.md)
- [INDateRelevanceProvider](intents/indaterelevanceprovider.md)
- [INLocationRelevanceProvider](intents/inlocationrelevanceprovider.md)

## See Also

### Shortcuts and Donations

- [Offering Actions in the Shortcuts App](sirikit/offering-actions-in-the-shortcuts-app.md)
- [Adding User Interactivity with Siri Shortcuts and the Shortcuts App](sirikit/adding-user-interactivity-with-siri-shortcuts-and-the-shortcuts-app.md)
- [Donating Shortcuts](sirikit/donating-shortcuts.md)
- [Deleting Donated Shortcuts](sirikit/deleting-donated-shortcuts.md)
- [Soup Chef: Accelerating App Interactions with Shortcuts](sirikit/soup-chef-accelerating-app-interactions-with-shortcuts.md)
- [Soup Chef with App Intents: Migrating custom intents](sirikit/soup-chef-with-app-intents-migrating-custom-intents.md)
- [Adding Shortcuts for Wind Down](sirikit/adding-shortcuts-for-wind-down.md)
- [INShortcutReference](intents/inshortcutreference.md)
- [INInteraction](intents/ininteraction.md)
- [INShortcut](intents/inshortcut-swift.enum.md)
- [INVoiceShortcutCenter](intents/invoiceshortcutcenter.md)
- [INVoiceShortcut](intents/invoiceshortcut.md)
- [INShortcutAvailabilityOptions](intents/inshortcutavailabilityoptions.md)
- [INShortcutReference](intents/inshortcutreference.md)
- [INIntentDonationMetadata](intents/inintentdonationmetadata.md)
