---
title: groupName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/increatenoteintent/groupname
---

# groupName

The group that contains the note.

## Declaration

```swift
@NSCopying var groupName: INSpeakableString? { get }
```

## Discussion

Discussion Use groups to organize notes within your app. For example, a group might correspond to a folder that contains related notes. The group name should correspond to the user-visible name of the group in your app.

## See Also

### Getting the Note Content

- [title](intents/increatenoteintent/title.md)
- [content](intents/increatenoteintent/content.md)
