How do i make a scene instance?

Context: I am trying to make a random, tower-based game where each section is handcrafted, but how they are positioned and which will appear is random.
I want to instance a section from another scene (each section is in its own scene), but I cannot seem to find how.

Just use external layouts as rooms, and spawn a randomly selected one ecah time you switch rooms