# Develop for Universal Windows Platform

> Understand UWP-specific development information, such as deep linking, profiler connection, and more advanced topics.

Before you develop for Universal Windows Platform (UWP), you can find out more about the following topics:

| **Topic**                                                                                                                                   | **Description**                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Use deep linking on UWP](/engine/6000.6/manual/platform-specific/windows-store/uwp-developing/deep-linking-universal-windows-platform.md)  | Use deep linking on UWP devices.                           |
| [Connect the profiler to UWP](/engine/6000.6/manual/platform-specific/windows-store/uwp-developing/windowsstore-profiler.md)                | Connect Unity's profiler to your UWP application.          |
| [UWP scripting symbols](/engine/6000.6/manual/platform-specific/windows-store/uwp-developing/uwp-defines.md)                                | Learn what scripting symbols are available for UWP.        |
| [IL2CPP scripting backend for UWP](/engine/6000.6/manual/platform-specific/windows-store/uwp-developing/uwp-il2cpp-scripting.md)            | Use plug-ins and debug your UWP applications with IL2CPP.  |
| [WinRT API in C# scripts for UWP](/engine/6000.6/manual/platform-specific/windows-store/uwp-developing/windowsstore-scripts.md)             | Use WinRT API directly in Unity scripts for UWP.           |
| [AppCallbacks class reference](/engine/6000.6/manual/platform-specific/windows-store/uwp-developing/windowsstore-appcallbacks.md)           | Call the AppCallbacks class in your UWP application.       |
| [Command line arguments for UWP](/engine/6000.6/manual/platform-specific/windows-store/uwp-developing/windowsstore-commandlinearguments.md) | Use command line arguments in your UWP application.        |
| [Association launching for UWP](/engine/6000.6/manual/platform-specific/windows-store/uwp-developing/windowsstore-assocation-launching.md)  | Launch the user's default app for file type or a protocol. |
