---
title: "item(at:)"
framework: carplay
role: symbol
role_heading: Instance Method
path: "carplay/cplistsection/item(at:)"
---

# item(at:)

Returns the item at the specified index.

## Declaration

```swift
func item(at index: Int) -> any CPListTemplateItem
```

## Parameters

- `index`: The item’s index in the section.

## Discussion

Discussion The index must be within the bounds of the items array, otherwise, your app throws an exception.

## See Also

### Getting Items

- [items](carplay/cplistsection/items.md)
- [index(of:)](carplay/cplistsection/index(of:).md)
