Retrieving GameObjects from a Prefab

Hello,

In my game I have prefabs that are made from several gameobjects.

Is there a way to, after instantiating the prefab, to access all of the gameobjects in the prefab, or can I only access them together?

Thank you!