---
title: "setShortcutSuggestions(_:)"
framework: intents
role: symbol
role_heading: Instance Method
path: "intents/invoiceshortcutcenter/setshortcutsuggestions(_:)"
---

# setShortcutSuggestions(_:)

Suggests shortcuts the user may want to add to Siri.

## Declaration

```swift
func setShortcutSuggestions(_ suggestions: [INShortcut])
```

## Parameters

- `suggestions`: A list of suggested shortcuts that the Settings app shows to the user in the Siri & Search section.

## Mentioned in

Offering Actions in the Shortcuts App

## Discussion

Discussion To replace the list of shortcut suggestions, call setShortcutSuggestions(_:), passing in a new list of suggestions. To remove suggestions made by your app, call the same method, passing in an empty array. For more information, see Offering Actions in the Shortcuts App. note: Changes to the list of shortcut suggestions don’t effect shortcuts that the user added to Siri.

## See Also

### Setting Suggested Shortcuts

- [INShortcutReference](intents/inshortcutreference.md)
