<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INIntent/shortcutAvailability",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INIntent(py)shortcutAvailability"
  },
  "title" : "shortcutAvailability"
}
-->

# shortcutAvailability

A set of defined contexts in which an intent or activity might be relevant to a user.

```
var shortcutAvailability: INShortcutAvailabilityOptions { get set }
```

## Discussion

When you donate an intent, include a set of relevant [`INShortcutAvailabilityOptions`](/documentation/Intents/INShortcutAvailabilityOptions) options to describe appropriate situations for offering a shortcut to the intent.

If none of the availability options apply to your intent, use the empty set. The empty set is the default value for this property.

---

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)