<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/SystemIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV12SystemIntentP"
  },
  "title" : "AppSchema.SystemIntent"
}
-->

# AppSchema.SystemIntent

Identifies intent schemas in the system domain.

```
protocol SystemIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var open: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SystemIntent/open)

An intent schema that opens an item in the application.

[`var search: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SystemIntent/search)

An intent schema that navigates to search results.

[`var searchInApp: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SystemIntent/searchInApp)

An intent schema that navigates to search results.

## Relationships

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

---

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)