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

# Journaling

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

## Discussion

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](/documentation/AppIntents/app-schema-domains).

## Topics

### Actions

[`createAudioEntry`](/documentation/AppIntents/AppSchema/JournalIntent/createAudioEntry)

An intent schema that creates a new audio journal entry.

[`createEntry`](/documentation/AppIntents/AppSchema/JournalIntent/createEntry)

An intent schema that creates a new journal entry.

[`deleteEntry`](/documentation/AppIntents/AppSchema/JournalIntent/deleteEntry)

An intent schema that deletes the specified journal entries.

[`updateEntry`](/documentation/AppIntents/AppSchema/JournalIntent/updateEntry)

An intent schema that updates journal entry.

[`JournalIntent`](/documentation/AppIntents/AppSchema/JournalIntent)

Identifies intent schemas in the journal domain.

### Content and parameter types

[`entry`](/documentation/AppIntents/AppSchema/JournalEntity/entry)

An entity schema for an entry.

[`JournalEntity`](/documentation/AppIntents/AppSchema/JournalEntity)

Identifies entity schemas in the journal domain.

### Deprecated schemas

[`search`](/documentation/AppIntents/AppSchema/JournalIntent/search)

An intent schema that searches journal entries.



---

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)