<!--
{
  "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/StartWorkoutIntent/suggestedWorkouts",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents18StartWorkoutIntentP17suggestedWorkoutsSayxGvpZ"
  },
  "title" : "suggestedWorkouts"
}
-->

# suggestedWorkouts

A list of the supported workout styles.

```
static var suggestedWorkouts: [Self] { get }
```

## Discussion

If your app is installed on Apple Watch Ultra, the system displays these
workouts as options under the First Press settings when someone sets your app
as the workout app in Settings > Action Button.

For a complete description of implementing a [`StartWorkoutIntent`](/documentation/AppIntents/StartWorkoutIntent),
see [Responding to the Action button on Apple Watch Ultra](/documentation/AppIntents/ActionButtonArticle)

---

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)