---
title: Files
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-files
---

# Files

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

## Overview

Overview The .files domain defines app schemas that provide a structured representation for common file actions and content. Apply schemas in the .files domain to make your app’s file management functionality available to Apple Intelligence and Siri. The following table maps example phrases that apply to each schema:  |   |  tip: Xcode generates a template implementation when you type files_ 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

- [createFolder](appintents/appschema/filesintent/createfolder.md)
- [deleteFiles](appintents/appschema/filesintent/deletefiles.md)
- [moveFiles](appintents/appschema/filesintent/movefiles.md)
- [openFile](appintents/appschema/filesintent/openfile.md)
- [renameFile](appintents/appschema/filesintent/renamefile.md)
- [AppSchema.FilesIntent](appintents/appschema/filesintent.md)

### Content and parameter types

- [file](appintents/appschema/filesentity/file.md)
- [AppSchema.FilesEntity](appintents/appschema/filesentity.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)
- [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)
