<!--
{
  "documentType" : "article",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/app-schema-domain-presentation",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Presentation"
}
-->

# Presentation

Make your presentation app’s actions available in the Shortcuts app by adopting schemas for common presentation actions.

## Overview

The `.presentation` domain defines app schemas that provide a
structured representation for common presentation actions and content.
Apply schemas in the `.presentation` domain to make your app’s presentation 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 `presentation_` and select a schema from the suggestions list.

For more information about app schemas, see [App schema domains](/documentation/AppIntents/app-schema-domains).

## Topics

### Actions

[`var addAudioToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addAudioToSlide)

An intent schema that adds an audio clip to a slide.

[`var addCommentToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addCommentToSlide)

An intent schema that adds a comment to a slide.

[`var addImageToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addImageToSlide)

An intent schema that adds an image to a slide.

[`var addTextBoxToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addTextBoxToSlide)

An intent schema that adds a text box to a slide.

[`var addWebVideoToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addWebVideoToSlide)

An intent schema that adds a web video to a slide.

[`var create: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/create)

An intent schema that opens the app for composing a new presentation.

[`var createSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/createSlide)

An intent schema that creates a new slide in a presentation document.

[`var deleteSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/deleteSlide)

An intent schema that deletes slides in a presentation.

[`var open: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/open)

An intent schema that opens the app into an existing presentation.

[`var openSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/openSlide)

An intent schema that opens a slide.

[`var setSlideTitle: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/setSlideTitle)

An intent schema that sets the title of the slide.

[`var startPlayback: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/startPlayback)

An intent schema that plays the presentation from the start or selected slide.

[`var stopPlayback: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/stopPlayback)

An intent schema that stops the currently playing presentation.

[`var update: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/update)

An intent schema that renames an existing presentation.

[`protocol PresentationIntent`](/documentation/AppIntents/AppSchema/PresentationIntent)

Identifies intent schemas in the presentation domain.

### Content and parameter types

[`var document: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/PresentationEntity/document)

An entity schema for a document.

[`var slide: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/PresentationEntity/slide)

An entity schema for a slide.

[`var template: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/PresentationEntity/template)

An entity schema for a template.

[`protocol PresentationEntity`](/documentation/AppIntents/AppSchema/PresentationEntity)

Identifies entity schemas in the presentation domain.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)