---
title: Notes
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-notes
---

# Notes

Make your note-taking app’s actions available to Apple Intelligence and Siri by adopting schemas for common note actions.

## Overview

Overview The .notes domain defines app schemas that provide a structured representation for common note actions and content. Apply schemas in the .notes domain to make your app’s note-taking functionality available to Apple Intelligence and Siri. tip: Xcode generates a template implementation when you type notes_ and select a schema from the suggestions list. For more information about making your app’s actions available to Apple Intelligence and Siri, see Apple Intelligence and Siri AI.

## Topics

### Actions

- [createNote](appintents/appschema/notesintent/createnote.md)
- [updateNote](appintents/appschema/notesintent/updatenote.md)
- [AppSchema.NotesIntent](appintents/appschema/notesintent.md)

### Content and parameter types

- [account](appintents/appschema/notesentity/account.md)
- [folder](appintents/appschema/notesentity/folder.md)
- [note](appintents/appschema/notesentity/note.md)
- [tag](appintents/appschema/notesentity/tag.md)
- [AppSchema.NotesEntity](appintents/appschema/notesentity.md)

## See Also

### Primary domains

- [Audio](appintents/app-schema-domain-audio.md)
- [Calendar](appintents/app-schema-domain-calendar.md)
- [Camera](appintents/app-schema-domain-camera.md)
- [Clock](appintents/app-schema-domain-clock.md)
- [Files](appintents/app-schema-domain-files.md)
- [Mail](appintents/app-schema-domain-mail.md)
- [Maps](appintents/app-schema-domain-maps.md)
- [Messages](appintents/app-schema-domain-messages.md)
- [Phone](appintents/app-schema-domain-phone.md)
- [Photos](appintents/app-schema-domain-photos.md)
- [Reminders](appintents/app-schema-domain-reminders.md)
- [System and in-app search](appintents/app-schema-domain-system-and-in-app-search.md)
