---
title: AssistantEntity
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/assistantentity
---

# AssistantEntity

An app entity that Apple Intelligence can discover to fulfill a person’s request.

## Declaration

```swift
protocol AssistantEntity : AppEntity
```

## Overview

Overview Don’t adopt this protocol directly, instead use the AssistantEntity(schema:) macro to meet requirements for making your AppEntity discoverable by Apple Intelligence and Siri.

## Relationships

### Inherits From

- [AppEntity](appintents/appentity.md)
- [AppValue](appintents/appvalue.md)
- [CustomLocalizedStringResourceConvertible](foundation/customlocalizedstringresourceconvertible.md)
- [DisplayRepresentable](appintents/displayrepresentable.md)
- [Identifiable](swift/identifiable.md)
- [InstanceDisplayRepresentable](appintents/instancedisplayrepresentable.md)
- [PersistentlyIdentifiable](appintents/persistentlyidentifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TypeDisplayRepresentable](appintents/typedisplayrepresentable.md)

### Inherited By

- [AssistantSchemaEntity](appintents/assistantschemaentity.md)

## See Also

### Previous schema types

- [AssistantEnum](appintents/assistantenum.md)
- [AssistantIntent](appintents/assistantintent.md)
- [AssistantSchemaEnum](appintents/assistantschemaenum.md)
- [AssistantSchemaEntity](appintents/assistantschemaentity.md)
- [AssistantSchemaIntent](appintents/assistantschemaintent.md)
- [AssistantSchema](appintents/assistantschema.md)
- [AssistantSchemas](appintents/assistantschemas.md)
