---
title: suggestedWorkouts
framework: appintents
role: symbol
role_heading: Type Property
path: appintents/startworkoutintent/suggestedworkouts
---

# suggestedWorkouts

A list of the supported workout styles.

## Declaration

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

## Mentioned in

Responding to the Action button on Apple Watch Ultra

## Discussion

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, see Responding to the Action button on Apple Watch Ultra

## See Also

### Defining supported workouts

- [WorkoutStyle](appintents/startworkoutintent/workoutstyle-swift.associatedtype.md)
- [workoutStyle](appintents/startworkoutintent/workoutstyle-swift.property.md)
- [invalidateSuggestedWorkouts()](appintents/startworkoutintent/invalidatesuggestedworkouts().md)
