---
title: Entity
framework: appintents
role: symbol
role_heading: Associated Type
path: appintents/entityquery/entity
---

# Entity

The entity type that this query knows how to resolve.

## Declaration

```swift
associatedtype Entity : AppEntity = Self.Result.Result.ValueType where Self.Entity == Self.Result.Result
```

## See Also

### Searching for entities

- [entities(for:)](appintents/entityquery/entities(for:).md)
