--- uid: arfoundation-samples-session-configuration --- # Session configuration samples The AR Foundation Samples repository provides sample scenes to how to configure your [AR Session](xref:arfoundation-session). You can open these samples in Unity from the `Assets/Scenes` folder. ## Check support scene The `Check Support` scene demonstrates how to check for AR support and logs the results to the screen. Refer to the [SupportChecker](https://github.com/Unity-Technologies/arfoundation-samples/blob/main/Assets/Scripts/Runtime/SupportChecker.cs) script to understand the example code. ## Debug menu scene The `Debug Menu` scene allows you to visualize trackables and configurations on device. ## Configuration chooser scene The `Configuration Chooser` scene demonstrates how to use the AR Foundation [ConfigurationChooser](xref:UnityEngine.XR.ARSubsystems.ConfigurationChooser) to swap between rear and front-facing camera configurations.