<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 11.0.0"
  ],
  "documentType" : "article",
  "framework" : "SiriKit",
  "identifier" : "/documentation/SiriKit/watch-and-widget-support",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Apple Watch support"
}
-->

# Apple Watch support

Display relevant shortcuts on the Siri watch face.

## Discussion

An [`INRelevantShortcut`](/documentation/Intents/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 <doc://com.apple.documentation/documentation/WidgetKit>, <doc://com.apple.documentation/documentation/WidgetKit/Widget-Suggestions-In-Smart-Stacks>, and <doc://com.apple.documentation/documentation/AppIntents>. For more information about migrating your SiriKit code to App Intents, refer to <doc://com.apple.documentation/documentation/WidgetKit/Migrating-from-SiriKit-Intents-to-App-Intents> and <doc://com.apple.documentation/documentation/SiriKit/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 <doc://com.apple.documentation/documentation/SiriKit/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 <doc://com.apple.documentation/documentation/WidgetKit/Widget-Suggestions-In-Smart-Stacks>.

## Topics

### Siri watch face

  <doc://com.apple.sirikit/documentation/SiriKit/displaying-shortcut-information-in-a-siri-watch-face-card>

[`class INDefaultCardTemplate`](/documentation/Intents/INDefaultCardTemplate)

A card template for customizing the Siri watch face for a shortcut.

  <doc://com.apple.sirikit/documentation/SiriKit/defining-relevant-shortcuts-for-the-siri-watch-face>

[`class INRelevantShortcut`](/documentation/Intents/INRelevantShortcut)

An object that defines a shortcut and its relevance to the user.

[`class INRelevantShortcutStore`](/documentation/Intents/INRelevantShortcutStore)

An object that saves relevant shortcuts.

### Relevance Providers

[`class INRelevanceProvider`](/documentation/Intents/INRelevanceProvider)

An abstract class that represents a relevance provider.

[`class INDailyRoutineRelevanceProvider`](/documentation/Intents/INDailyRoutineRelevanceProvider)

The provider class that specifies a relevant daily routine.

[`class INDateRelevanceProvider`](/documentation/Intents/INDateRelevanceProvider)

The provider class that specifies a relevant day and time.

[`class INLocationRelevanceProvider`](/documentation/Intents/INLocationRelevanceProvider)

The provider class that specifies a relevant location.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)