<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVExperienceController/availableExperiences",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "s:5AVKit22AVExperienceControllerC20availableExperiencesAC0E0Vvp"
  },
  "title" : "availableExperiences"
}
-->

# availableExperiences

The allowed experiences that are available to use on the device at this time.

```
@MainActor final var availableExperiences: AVExperienceController.Experiences { get }
```

## Discussion

This property is a subset of [`allowedExperiences`](/documentation/AVKit/AVExperienceController/allowedExperiences), filtered for platform, device configuration, and system state.

---

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)