Need help creating an interface with navigation pattern to use Interfaces

Certified Associate Developer

Hello... I am trying to  develop a simple HR application, with few tables like Employee, Department, Compensation etc. I have already created an interface for each table for CRUD actions.
Now I want to create an interface for HR admin user, who can navigate to these interfaces to perform CRUD actions on these tables.
So, I picked the interface pattern - Navigation. I see the left side links like Workspace, Tasks, Requests etc. I have replaced these items with my Interface names like Employees, Departments etc. 

Now how do I link the Employee on left tab to load Employee Interface I have developed on the right section.  I dont find an option to load an existing Interface under section layout. 
What are my options/alternatives? 

Thanks
Suneetha

  Discussion posts and replies are publicly visible