---
title: dashboardInstructionVariants
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmaneuver/dashboardinstructionvariants
---

# dashboardInstructionVariants

An array of instruction variants for the CarPlay dashboard.

## Declaration

```swift
var dashboardInstructionVariants: [String] { get set }
```

## Discussion

Discussion Localize each variant for display to the user, and make sure the array contains at least one variant. The system displays the first variant that fits into the available screen space, so arrange the variants in order from most- to least-preferred. note: If you provide both dashboardInstructionVariants and dashboardAttributedInstructionVariants, the system displays instructions from the attributed instruction variants array. If you don’t provide dashboard variants, the system checks for attributedInstructionVariants, and then instructionVariants.

## See Also

### Providing instructions

- [notificationInstructionVariants](carplay/cpmaneuver/notificationinstructionvariants.md)
