<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INVoiceShortcutCenter/setShortcutSuggestions(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INVoiceShortcutCenter(im)setShortcutSuggestions:"
  },
  "title" : "setShortcutSuggestions(_:)"
}
-->

# setShortcutSuggestions(_:)

Suggests shortcuts the user may want to add to Siri.

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

## Parameters

`suggestions`

A list of suggested shortcuts that the Settings app shows to the user in the *Siri & Search* section.

## 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 <doc://com.apple.documentation/documentation/SiriKit/offering-actions-in-the-shortcuts-app>.

> Note:
> Changes to the list of shortcut suggestions don’t effect shortcuts that the user added to Siri.

---

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)