<!--
{
  "documentType" : "article",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/spotlight",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Spotlight integration"
}
-->

# Spotlight integration

Add your entities to your app’s Spotlight index, and automate the indexing of your content.

## Overview

Indexing your app’s content makes that content findable during searches, and also helps Siri
and other system features locate app-specific data. If you create entities for your app’s
data, index those entities as part of your content. When a search finds your content, the
system can use the associated entity to open your app and navigate to that content.

## Topics

### Essentials

[Making app entities available in Spotlight](/documentation/AppIntents/making-app-entities-available-in-spotlight)

Update your app entity types to support Spotlight indexing, and donate entities to
make them findable in searches.

### Spotlight support

[`IndexedEntity`](/documentation/AppIntents/IndexedEntity)

An interface that allows you to include an entity in your app’s Spotlight index.

[`IndexedEntityQuery`](/documentation/AppIntents/IndexedEntityQuery)

An interface that adds Spotlight reindexing support to your entity query.



---

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)