Scene Flow uses scene as basic component for building the game flow. You can organise your game as sections and each section as a scene. For example, you can have your game to main menu scene, game-playing scene and ending scene. You can also separate overlay UI as individual scene and reuse UI at different sections of your game.