01_Application_Framework: 02_Application_Startup_Dbus: Refer to D-Bus activation
[AGL/documentation.git] / docs / 04_Developer_Guides / 01_Application_Framework / 04_Creating_a_New_Application_Dbus.md
@@ -1,14 +1,18 @@
 ---
-title: Creating a New Application
+title: Creating a New Application with D-bus activation
 ---
 
+*Note: The that the D-Bus interface is in deprecation phase and for the time
+being only available for application & services that still rely on them. Once
+we migrate everything to gRPC, we will remove D-Bus IPC support.*
+
 Applications are:
 
 -  Software designed to perform a specific task during a limited amount of time.
 -  Graphical interface allowing user to interact with.
 
 Applications are executed by `applaunchd`, the AGL
-[application launcher service](../01_Application_Framework/02_Application_Startup/).
+[application launcher service](../01_Application_Framework/02_Application_Startup_Dbus/).
 
 # Basic requirements