Trying to understand the Screens feature

Hi,

I am trying to understand the Screens feature on monogame.extended but I can’t figure out how it work.
What I want to know is how to display and hide a Screen.

I got a TitleScreen.cs that extend Screen, but I don’t know what I need to do to display it in my Game.cs.

Thanks for your time.