---
title: sections
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplisttemplate/sections
---

# sections

The sections that the list displays.

## Declaration

```swift
var sections: [CPListSection] { get }
```

## Discussion

Discussion To add new sections to the list, to remove or reorder existing sections, or to update a section’s appearance, use the updateSections(_:) method.

## See Also

### Managing Sections

- [maximumSectionCount](carplay/cplisttemplate/maximumsectioncount.md)
- [sectionCount](carplay/cplisttemplate/sectioncount.md)
- [updateSections(_:)](carplay/cplisttemplate/updatesections(_:).md)
- [CPListSection](carplay/cplistsection.md)
