---
title: Visual presentation
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/visual-presentation
---

# Visual presentation

Display app intents and app entities visually using snippets, and associate intents and entities with your app’s scenes and views.

## Overview

Overview When you return a result from your app intent, you can include a snippet to display on the person’s device. A snippet is an interface element that displays static or interactive content. Siri, Spotlight, and the Shortcuts app display snippets when it’s appropriate to provide feedback visually. For interactive snippets, the buttons and controls in the snippet run other app intents to make the necessary changes. Your app’s interface contains important context about what a person is doing, but the system needs your help to interpret that context. When you assign relevant app entities to the views in your interface, Apple Intelligence and Siri use that information to improve the responses they offer.

## Topics

### Result and confirmation snippets

- [Displaying static and interactive snippets](appintents/displaying-static-and-interactive-snippets.md)
- [ShowsSnippetIntent](appintents/showssnippetintent.md)
- [SnippetIntent](appintents/snippetintent.md)
- [ShowsSnippetView](appintents/showssnippetview.md)

### View-entity association

- [AppEntityUIElement](appintents/appentityuielement.md)
- [AppEntityUIElementsContext](appintents/appentityuielementscontext.md)

### Scene support

- [AppIntentSceneDelegate](appintents/appintentscenedelegate.md)
- [UISceneAppIntent](appintents/uisceneappintent.md)
- [TargetContentProvidingIntent](appintents/targetcontentprovidingintent.md)

## See Also

### System integration

- [App schema domains](appintents/app-schema-domains.md)
- [Donations and discovery](appintents/donations-and-discovery.md)
