---
title: isCoachingEnabled
framework: roomplan
role: symbol
role_heading: Instance Property
path: roomplan/roomcapturesession/configuration/iscoachingenabled
---

# isCoachingEnabled

An option that indicates that the session periodically provides user instructions.

## Declaration

```swift
var isCoachingEnabled: Bool
```

## Discussion

Discussion When you enable this option and the framework determines the device needs a particular movement or perspective, it calls your delegate’s captureSession(_:didProvide:) and provides a particular RoomCaptureSession.Instruction that you can display to the user. The default value is true.
