The document describes how to use events in the SceneManager to get notified when the active scene changes or a scene loads. It provides an example script that subscribes to the activeSceneChanged event to print the previous and next scenes. It also shows subscribing to the sceneLoaded event to call a custom method when a scene finishes loading. The example demonstrates adding and removing event handler methods at appropriate times in the game object's lifecycle.