Sometimes, so that the information we want to manage is organized by certain criteria, we want more than one view section in our Entity. Fortunately JRapid offers us a tool that can help us with that pretty easily: tabs. Within an entity we only need to give the tab (our lapel) a label and then make sure that everything that goes in said section is written tabbed after that. For example, suppose we want to give a Person entity (whose attributes are name, last name, hobbies and favorite music genre) two lapels: one with their personal information and another with fun-facts about them. To give live to this idea, the following code models said example in the MEXX syntaxes. [[code]] Person