---
title: Phone
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-phone
---

# Phone

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

## Overview

Overview The .phone domain defines app schemas that provide a structured representation for common calling actions and content. Apply schemas in the .phone domain to make your app’s phone functionality available to Apple Intelligence and Siri. tip: Xcode generates a template implementation when you type phone_ 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

- [startCall](appintents/appschema/phoneintent/startcall.md)
- [AppSchema.PhoneIntent](appintents/appschema/phoneintent.md)

### Content and parameter types

- [phonePerson](appintents/appschema/phoneentity/phoneperson.md)
- [AppSchema.PhoneEntity](appintents/appschema/phoneentity.md)

### Types for static parameters

- [audioVisualMode](appintents/appschema/phoneenum/audiovisualmode.md)
- [AppSchema.PhoneEnum](appintents/appschema/phoneenum.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)
- [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)
