---
title: Whiteboard
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-whiteboard
---

# Whiteboard

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

## Overview

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

## Topics

### Actions

- [createBoard](appintents/appschema/whiteboardintent/createboard.md)
- [createItem](appintents/appschema/whiteboardintent/createitem.md)
- [deleteBoard](appintents/appschema/whiteboardintent/deleteboard.md)
- [deleteItem](appintents/appschema/whiteboardintent/deleteitem.md)
- [openBoard](appintents/appschema/whiteboardintent/openboard.md)
- [updateBoard](appintents/appschema/whiteboardintent/updateboard.md)
- [updateItem](appintents/appschema/whiteboardintent/updateitem.md)
- [AppSchema.WhiteboardIntent](appintents/appschema/whiteboardintent.md)

### Content and parameter types

- [board](appintents/appschema/whiteboardentity/board.md)
- [item](appintents/appschema/whiteboardentity/item.md)
- [AppSchema.WhiteboardEntity](appintents/appschema/whiteboardentity.md)

### Types for static parameters

- [color](appintents/appschema/whiteboardenum/color.md)
- [itemType](appintents/appschema/whiteboardenum/itemtype.md)
- [AppSchema.WhiteboardEnum](appintents/appschema/whiteboardenum.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)
- [Word processor](appintents/app-schema-domain-word-processor.md)
