--- uid: Uno.Development.WinUITutorialsDoc --- # WinUI documentation - Tutorials Uno Platform's API is derived from the WinUI application framework. Microsoft provides [extensive documentation for WinUI](https://learn.microsoft.com/windows/uwp/). Rather than duplicate all of it, here we list selected entries that are especially applicable to Uno Platform developers. You can work through these tutorials either as single-platform WinUI applications or as multi-platform Uno Platform applications. In the latter case, when the tutorial instructs you to create a new WinUI application in Visual Studio, you should create a [new Uno Platform application](get-started.md) instead. * [Navigate between two pages](https://learn.microsoft.com/windows/uwp/design/basics/navigate-between-two-pages) * [Create a simple weather app with Grid and StackPanel](https://learn.microsoft.com/windows/uwp/design/layout/grid-tutorial) * [BoxPanel, an example custom panel](https://learn.microsoft.com/windows/uwp/design/layout/boxpanel-example-custom-panel)