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

# groupName

The user-visible name of 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, you might use this property to specify the name of the folder containing the note. Group names should always correspond to the user-visible name of the container, and not to any internal designation.
