# Launching Recommendation Session
Recommender script instance is created in the paused state to allow advanced customization options. run
method may be used to start customer session.
Custom recommendations flow, and other deep customizations are outside of the scope of this document. Please contact Support for more details.
var recommender = new Drive.GuidedRecommender({
...
});
// Start built-in flow.
recommender.run();