Navigating between ion-views

Hey Ionites, I’m have an interesting questio for you !

I have different views like the draw below :

As you can see I have the first page which contains three ion-views, and I want when I click on any item of the list (of any ion-view) it should redirect to the second page which contains another couple of ion-views.

I don’t really know what to use and how to do that.

after reading some of the documentation and seeing different examples. I’ve made some changes. I have created only one page, and all the others should be ion-views. so I have two major ion-views, each one contains other ion-views.

I’m not sure if that makes sense or not. you can take a look at the plunker demo :smile:

PLUNKER DEMO

is this the good way. ,and it doesn’t work properly as you can see ! I have a blank background on the second page where there is détails, and I’m not able to back into the first view.