---
title: informativeText
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpcontact/informativetext
---

# informativeText

Additional text that the template displays.

## Declaration

```swift
var informativeText: String? { get set }
```

## Discussion

Discussion Use this property to display additional information about the contact. For example, their address or a short bio. The default value is nil.

## See Also

### Configuring the Contact’s Attributes

- [image](carplay/cpcontact/image.md)
- [name](carplay/cpcontact/name.md)
- [subtitle](carplay/cpcontact/subtitle.md)
