> For the complete documentation index, see [llms.txt](https://functionzero.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://functionzero.gitbook.io/docs/libraries/maui.mvvmzero/walkthrough/summary.md).

# Summary

Once you've written a small amount of boilerplate code to get your app off the ground, adding new pages and navigating them is as simple as 1, 2, 3!

1. Create your ViewModel and ContentPage
2. Register them and associate them with each other
3. Use IPageServiceZero to present them

That's all there is to it!
