Smart Courses FAQs Current: How to always start your course from the first capsule? How to always start your course from the first capsule? By default, whenever you resume a course, the course player directs you to the last played capsule.In order to make sure that you start the course from the first capsule, you can add the following parameters to the end of the course URL: CloudURL parameter: &ac.forceStart=trueExample: https://creativas-demo.atlassian.net/wiki/plugins/servlet/ac/com.mute.confluence.plugins.lms/playcourse?ac.courseId=668958721&ac.spaceKey=CA&ac.forceStart=trueURL Pattern : {BaseURL}/plugins/servlet/ac/com.mute.confluence.plugins.lms/playcourse?ac.courseId={courseId}&ac.spaceKey={spaceKey}&ac.forceStart=trueOn-premiseURL parameter: &forceStart=trueExample: https://demo.creativas.io/wiki/courses/playcourse.action?course=30736546&forceStart=trueURL Pattern : {BaseURL}/courses/playcourse.action?course={courseId}&forceStart=true ×