<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PermissionKit",
  "identifier" : "/documentation/PermissionKit/QuestionTopic",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "PermissionKit"
    ],
    "preciseIdentifier" : "s:13PermissionKit13QuestionTopicP"
  },
  "title" : "QuestionTopic"
}
-->

# QuestionTopic

A protocol that defines a question topic that can be used to interpret what a person is asking for.

```
protocol QuestionTopic : Decodable, Encodable
```

## Topics

### Getting the topic identifier

[`static var id: String`](/documentation/PermissionKit/QuestionTopic/id)

The unique identifier for the topic.

## Relationships

### Inherits From

[`Decodable`](/documentation/Swift/Decodable)

[`Encodable`](/documentation/Swift/Encodable)

### Conforming Types

[`CommunicationTopic`](/documentation/PermissionKit/CommunicationTopic)

[`SignificantAppUpdateTopic`](/documentation/PermissionKit/SignificantAppUpdateTopic)

---

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)