---
title: Reader
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-reader
---

# Reader

Make your document reader’s actions available in the Shortcuts app by adopting schemas for document viewing and manipulation.

## Overview

Overview The .reader domain defines app schemas that provide a structured representation for common document reading actions and content. Apply schemas in the .reader domain to make your document reader’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 reader_ and select a schema from the suggestions list. For more information about app schemas, see App schema domains.

## Topics

### Actions

- [deletePages](appintents/appschema/readerintent/deletepages.md)
- [enhanceDocuments](appintents/appschema/readerintent/enhancedocuments.md)
- [insertPages](appintents/appschema/readerintent/insertpages.md)
- [openDocument](appintents/appschema/readerintent/opendocument.md)
- [openPage](appintents/appschema/readerintent/openpage.md)
- [resizeDocuments](appintents/appschema/readerintent/resizedocuments.md)
- [rotateDocuments](appintents/appschema/readerintent/rotatedocuments.md)
- [rotatePages](appintents/appschema/readerintent/rotatepages.md)
- [searchDocuments](appintents/appschema/readerintent/searchdocuments.md)
- [AppSchema.ReaderIntent](appintents/appschema/readerintent.md)

### Content and parameter types

- [document](appintents/appschema/readerentity/document.md)
- [page](appintents/appschema/readerentity/page.md)
- [AppSchema.ReaderEntity](appintents/appschema/readerentity.md)

### Types for static parameters

- [documentKind](appintents/appschema/readerenum/documentkind.md)
- [AppSchema.ReaderEnum](appintents/appschema/readerenum.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)
- [Spreadsheet](appintents/app-schema-domain-spreadsheet.md)
- [Whiteboard](appintents/app-schema-domain-whiteboard.md)
- [Word processor](appintents/app-schema-domain-word-processor.md)
