> For the complete documentation index, see [llms.txt](https://yanxiaodi.gitbook.io/xamarin-mvvmcross-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yanxiaodi.gitbook.io/xamarin-mvvmcross-handbook/implementing-masterdetail-layout-in-xamarin.forms-by-mvvmcross/implementing-the-menu-functionalities.md).

# Implementing the Menu functionalities

Now we have all the pages that we need to show: The root page called `MasterDetailPage`, the MasterPage called `MenuPage`, and two DetailPages called `ContactsPage` and `TodoPage`. Next, we need to make the menu work properly.
