---
title: shortcutAvailability
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inintent/shortcutavailability
---

# shortcutAvailability

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

## Declaration

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

## Discussion

Discussion When you donate an intent, include a set of relevant 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.

## See Also

### Accessing Intent Information

- [identifier](intents/inintent/identifier.md)
- [intentDescription](intents/inintent/intentdescription.md)
- [suggestedInvocationPhrase](intents/inintent/suggestedinvocationphrase.md)
