<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/BooksIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV11BooksIntentP"
  },
  "title" : "AppSchema.BooksIntent"
}
-->

# AppSchema.BooksIntent

Identifies intent schemas in the books domain.

```
protocol BooksIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var navigatePage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/navigatePage)

An intent schema that navigates to the next or previous page.

[`var openBook: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/openBook)

An intent schema that opens the specified book.

[`var playAudiobook: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/playAudiobook)

An intent schema that plays an audiobook.

[`var search: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/search)

An intent schema that opens the app and searches for the given term.

[`var updateCharacterSpacing: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/updateCharacterSpacing)

An intent schema that updates the character spacing for a book.

[`var updateFontSize: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/updateFontSize)

An intent schema that updates the font size for a book.

[`var updateLineSpacing: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/updateLineSpacing)

An intent schema that updates the line spacing for a book.

[`var updateSettings: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/updateSettings)

An intent schema that updates the settings for a book.

[`var updateWordSpacing: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/BooksIntent/updateWordSpacing)

An intent schema that updates the word spacing for a book.

## Relationships

### Inherits From

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

### Conforming Types

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

---

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)