---
title: Word processor
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-word-processor
---

# Word processor

Make your word processor’s actions available in the Shortcuts app by adopting schemas for document editing.

## Overview

Overview The .wordProcessor domain defines app schemas that provide a structured representation for common document editing actions and content. Apply schemas in the .wordProcessor domain to make your word processor’s functionality available as actions in the Shortcuts app. Schemas in this domain don’t make your conforming types discoverable by Apple Intelligence and Siri. tip: Xcode generates a template implementation when you type wordProcessor_ and select a schema from the suggestions list. For more information about app schemas, see App schema domains.

## Topics

### Actions

- [addAudioToPage](appintents/appschema/wordprocessorintent/addaudiotopage.md)
- [addImageToPage](appintents/appschema/wordprocessorintent/addimagetopage.md)
- [addTextBoxToPage](appintents/appschema/wordprocessorintent/addtextboxtopage.md)
- [addVideoToPage](appintents/appschema/wordprocessorintent/addvideotopage.md)
- [addWebVideoToPage](appintents/appschema/wordprocessorintent/addwebvideotopage.md)
- [create](appintents/appschema/wordprocessorintent/create.md)
- [createPage](appintents/appschema/wordprocessorintent/createpage.md)
- [open](appintents/appschema/wordprocessorintent/open.md)
- [openPage](appintents/appschema/wordprocessorintent/openpage.md)
- [AppSchema.WordProcessorIntent](appintents/appschema/wordprocessorintent.md)

### Content and parameter types

- [document](appintents/appschema/wordprocessorentity/document.md)
- [page](appintents/appschema/wordprocessorentity/page.md)
- [template](appintents/appschema/wordprocessorentity/template.md)
- [AppSchema.WordProcessorEntity](appintents/appschema/wordprocessorentity.md)

## See Also

### Shortcuts-specific domains

- [Books](appintents/app-schema-domain-books.md)
- [Browser](appintents/app-schema-domain-browser.md)
- [Journaling](appintents/app-schema-domain-journaling.md)
- [Presentation](appintents/app-schema-domain-presentation.md)
- [Reader](appintents/app-schema-domain-reader.md)
- [Spreadsheet](appintents/app-schema-domain-spreadsheet.md)
- [Whiteboard](appintents/app-schema-domain-whiteboard.md)
