---
title: Clock
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-clock
---

# Clock

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

## Overview

Overview The .clock domain defines app schemas that provide a structured representation for common alarm and timer actions and content. Apply schemas in the .clock domain to make your app’s clock functionality available to Apple Intelligence and Siri. Each schema defines the requirements for intents, parameters, and results so people get a consistent experience across clock apps. For example, a person can set an alarm on different apps that support the createAlarm schema with the same phrases. The following table maps example phrases that apply to each schema. Your app needs to support all of these schemas when it supports any one of them.  |   |   |   |   |   |   |   |   |   |   |  At build time, Xcode validates whether your app implements all the schemas in the group. tip: Xcode generates a template implementation when you type clock_ 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

- [cancelTimer](appintents/appschema/clockintent/canceltimer.md)
- [createAlarm](appintents/appschema/clockintent/createalarm.md)
- [createTimer](appintents/appschema/clockintent/createtimer.md)
- [deleteAlarm](appintents/appschema/clockintent/deletealarm.md)
- [dismissAlarm](appintents/appschema/clockintent/dismissalarm.md)
- [pauseTimer](appintents/appschema/clockintent/pausetimer.md)
- [resumeTimer](appintents/appschema/clockintent/resumetimer.md)
- [snoozeAlarm](appintents/appschema/clockintent/snoozealarm.md)
- [updateAlarm](appintents/appschema/clockintent/updatealarm.md)
- [updateTimer](appintents/appschema/clockintent/updatetimer.md)
- [AppSchema.ClockIntent](appintents/appschema/clockintent.md)

### Content and parameter types

- [alarm](appintents/appschema/clockentity/alarm.md)
- [timer](appintents/appschema/clockentity/timer.md)
- [AppSchema.ClockEntity](appintents/appschema/clockentity.md)

### Types for static parameters

- [alarmTriggerState](appintents/appschema/clockenum/alarmtriggerstate.md)
- [timerState](appintents/appschema/clockenum/timerstate.md)
- [AppSchema.ClockEnum](appintents/appschema/clockenum.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)
- [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)
- [Reminders](appintents/app-schema-domain-reminders.md)
- [System and in-app search](appintents/app-schema-domain-system-and-in-app-search.md)
