<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppIntent/isDiscoverable",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6IntentP14isDiscoverableSbvpZ"
  },
  "title" : "isDiscoverable"
}
-->

# isDiscoverable

A Boolean value that indicates whether system features can discover this app intent.

```
static var isDiscoverable: Bool { get }
```

## Discussion

When the value of this property is `true`, system features like Siri, Spotlight,
and the Shortcuts app can discover and use the app intent. When the value of the
property is `false`, you can run the intent from your app’s interface or from a
widget, but system features can’t access it. The default value of this property is `true`.

> Note: App Shortcuts require this property to be `true` for the app intents they use.

---

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)