---
title: userInfo
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cptemplate/userinfo
---

# userInfo

Any custom data or object that you want to associate with the template.

## Declaration

```swift
var userInfo: Any? { get set }
```

## Discussion

Discussion Use userInfo to store additional information on the template that is useful in other areas of your app.
