<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppShortcut",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A8ShortcutV"
  },
  "title" : "AppShortcut"
}
-->

# AppShortcut

A type that defines a preconfigured shortcut for a specific app intent.

```
struct AppShortcut
```

## Overview> Related sessions from WWDC22:
> Session 10170: [Implement App Shortcuts with App Intents](https://developer.apple.com/videos/play/wwdc2022/10170), and
> session 10169: [Design App Shortcuts](https://developer.apple.com/videos/play/wwdc2022/10169).

> Note: Apple may extract anonymized App Shortcuts data such as localized
> phrases, display representation values, and the title and description of
> related intents. Machine learning models use this data when training to help
> improve the App Shortcuts experience.

## Topics

### Creating an app shortcut

[`init(intent:phrases:shortTitle:systemImageName:)`](/documentation/AppIntents/AppShortcut/init(intent:phrases:shortTitle:systemImageName:)-8yntq)

Initializes an App Shortcut with phrases that run the app intent, a title, and an image.

[`init(intent:phrases:shortTitle:systemImageName:parameterPresentation:)`](/documentation/AppIntents/AppShortcut/init(intent:phrases:shortTitle:systemImageName:parameterPresentation:))

Initializes an App Shortcut with phrases that run the app intent, a title, an image, and specified parameters.

[`init(intent:phrases:shortTitle:systemImageName:)`](/documentation/AppIntents/AppShortcut/init(intent:phrases:shortTitle:systemImageName:)-2hk1x)

Initializes an App Shortcut with phrases that run the app intent, a title, and an image.



---

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)