<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/NotesIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV11NotesIntentP"
  },
  "title" : "AppSchema.NotesIntent"
}
-->

# AppSchema.NotesIntent

Identifies intent schemas in the notes domain.

```
protocol NotesIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var appendText: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/NotesIntent/appendText)

An intent schema that adds text to the end of an existing note.

[`var createNote: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/NotesIntent/createNote)

An intent schema that creates a new note.

[`var updateNote: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/NotesIntent/updateNote)

An intent schema that updates a note.

## Relationships

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)