<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AutomaticAssessmentConfiguration",
  "identifier" : "/documentation/AutomaticAssessmentConfiguration/AEAssessmentSession/configuration",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Automatic Assessment Configuration"
    ],
    "preciseIdentifier" : "c:objc(cs)AEAssessmentSession(py)configuration"
  },
  "title" : "configuration"
}
-->

# configuration

The current configuration of the session.

```
@NSCopying var configuration: AEAssessmentConfiguration { get }
```

## Discussion

You configure a session when you create it with the [`init(configuration:)`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentSession/init(configuration:)) initializer. You can later change the configuration by calling the [`update(to:)`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentSession/update(to:)) method. Read the [`configuration`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentSession/configuration) property to obtain the session’s current configuration.

---

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)