---
title: isDiscoverable
framework: appintents
role: symbol
role_heading: Type Property
path: appintents/appintent/isdiscoverable
---

# isDiscoverable

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

## Declaration

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

## Mentioned in

Creating your first app intent

## Discussion

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.

## See Also

### Configuring the metadata

- [title](appintents/appintent/title.md)
- [description](appintents/appintent/description.md)
