<!--
{
  "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/AppShortcutsProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A17ShortcutsProviderP"
  },
  "title" : "AppShortcutsProvider"
}
-->

# AppShortcutsProvider

A type alias for the type that provides an app’s preconfigured shortcuts.

```
protocol AppShortcutsProvider : Sendable
```

## 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

### Providing App Shortcuts

[`appShortcuts`](/documentation/AppIntents/AppShortcutsProvider/appShortcuts)

[`AppShortcutsBuilder`](/documentation/AppIntents/AppShortcutsBuilder)

A result builder that allows you to declaratively describe the App Shortcuts that your app provides.

### Configuring shortcut tiles

[`shortcutTileColor`](/documentation/AppIntents/AppShortcutsProvider/shortcutTileColor)

The background color of the tile that Shortcuts displays for each of the app’s App Shortcuts.

[`ShortcutTileColor`](/documentation/AppIntents/ShortcutTileColor)

Describes the colors a shortcut tile in the Shortcuts app.

### Updating stored parameters

[`updateAppShortcutParameters()`](/documentation/AppIntents/AppShortcutsProvider/updateAppShortcutParameters())



---

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)