---
title: carIdentifier
framework: intents
role: symbol
role_heading: Instance Property
path: intents/incar/caridentifier
---

# carIdentifier

The electric vehicle’s unique identifier.

## Declaration

```swift
var carIdentifier: String { get }
```

## Discussion

Discussion The identifier is a unique value that your app provides that isn’t the vehicle’s VIN or equivalent identifier. Use carIdentifier when handling INGetCarPowerLevelStatusIntent requests so that the response can match the appropriate vehicle in the user’s My Vehicles collection.

## See Also

### Identifying the Car

- [displayName](intents/incar/displayname.md)
