# About Apps are individual websites created with PowerShell Universal. They take advantage of a large set of pre-defined cmdlets for [all kinds of components](https://docs.powershelluniversal.com/apps/components) and [interactive features](https://docs.powershelluniversal.com/apps/interaction). You can use apps to create dynamic websites that meet any need you can think of. Some common apps are: * Disparate Data Grouped into Tables and Data Grids * End User Onboarding Tools * UI Tools for System Management without Elevated Credentials For a full list of real-life examples, [click here](https://forums.ironmansoftware.com/t/real-world-examples/7000). Apps should be considered an advanced feature and require both knowledge of the PowerShell Universal app cmdlets as well as a decent knowledge of PowerShell itself. With that said, they provide the greatest level of customization for web apps in PowerShell.