---
title: Journaling
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-journaling
---

# Journaling

Make your journaling app’s actions available in the Shortcuts app by adopting schemas for journal-entry management.

## Overview

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

## Topics

### Actions

- [createAudioEntry](appintents/appschema/journalintent/createaudioentry.md)
- [createEntry](appintents/appschema/journalintent/createentry.md)
- [deleteEntry](appintents/appschema/journalintent/deleteentry.md)
- [updateEntry](appintents/appschema/journalintent/updateentry.md)
- [AppSchema.JournalIntent](appintents/appschema/journalintent.md)

### Content and parameter types

- [entry](appintents/appschema/journalentity/entry.md)
- [AppSchema.JournalEntity](appintents/appschema/journalentity.md)

### Deprecated schemas

- [search](appintents/appschema/journalintent/search.md)

## See Also

### Shortcuts-specific domains

- [Books](appintents/app-schema-domain-books.md)
- [Browser](appintents/app-schema-domain-browser.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)
- [Word processor](appintents/app-schema-domain-word-processor.md)
