---
title: Reminders
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-reminders
---

# Reminders

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

## Overview

Overview The .reminders domain defines app schemas that provide a structured representation for common reminder actions and content. Apply schemas in the .reminders domain to make your app’s reminder functionality available to Apple Intelligence and Siri. Each schema defines the requirements for intents, parameters, and results so people get a consistent experience across reminder apps. For example, a person can create a reminder on different apps that support the createReminder schema with the same phrases. The following table maps example phrases that apply to each schema:  |   |   |   |   |   |  tip: Xcode generates a template implementation when you type reminders_ 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

- [createList](appintents/appschema/remindersintent/createlist.md)
- [createReminder](appintents/appschema/remindersintent/createreminder.md)
- [createSection](appintents/appschema/remindersintent/createsection.md)
- [deleteReminders](appintents/appschema/remindersintent/deletereminders.md)
- [updateGroup](appintents/appschema/remindersintent/updategroup.md)
- [updateList](appintents/appschema/remindersintent/updatelist.md)
- [updateReminder](appintents/appschema/remindersintent/updatereminder.md)
- [updateSection](appintents/appschema/remindersintent/updatesection.md)

### Content and parameter types

- [group](appintents/appschema/remindersentity/group.md)
- [list](appintents/appschema/remindersentity/list.md)
- [locationTrigger](appintents/appschema/remindersentity/locationtrigger.md)
- [reminder](appintents/appschema/remindersentity/reminder.md)
- [section](appintents/appschema/remindersentity/section.md)
- [AppSchema.RemindersEntity](appintents/appschema/remindersentity.md)

### Types for static parameters

- [listType](appintents/appschema/remindersenum/listtype.md)
- [locationTriggerEvent](appintents/appschema/remindersenum/locationtriggerevent.md)
- [AppSchema.RemindersEnum](appintents/appschema/remindersenum.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)
- [Notes](appintents/app-schema-domain-notes.md)
- [Phone](appintents/app-schema-domain-phone.md)
- [Photos](appintents/app-schema-domain-photos.md)
- [System and in-app search](appintents/app-schema-domain-system-and-in-app-search.md)
