---
title: "init(intent:phrases:shortTitle:systemImageName:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/appshortcut/init(intent:phrases:shorttitle:systemimagename:)-8yntq"
---

# init(intent:phrases:shortTitle:systemImageName:)

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

## Declaration

```swift
init<Intent>(intent: Intent, phrases: [AppShortcutPhrase<Intent>], shortTitle: LocalizedStringResource, systemImageName: String) where Intent : AppIntent
```

## Discussion

Discussion Use this initializer to create an App Shortcut for your app intent that people discover in the Shortcuts app and that they can run using the Action button on supported iPhone models.

## See Also

### Creating an app shortcut

- [init(intent:phrases:shortTitle:systemImageName:parameterPresentation:)](appintents/appshortcut/init(intent:phrases:shorttitle:systemimagename:parameterpresentation:).md)
- [init(intent:phrases:shortTitle:systemImageName:)](appintents/appshortcut/init(intent:phrases:shorttitle:systemimagename:)-2hk1x.md)
