diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst
index 06c07d1e94..166919cf62 100644
--- a/Documentation/guides/application-developer.rst
+++ b/Documentation/guides/application-developer.rst
@@ -350,8 +350,17 @@ them.
 
 .. _Qt Signals and Slots: https://doc.qt.io/qt-6/signalsandslots.html
 
-The ``Camera`` device emits two signals that applications can connect to in
-order to execute callbacks on frame completion events.
+During request processing, the ``Camera`` device emits certain signals
+to notify the application about events regarding each and every request.
+These signals are described below.
+
+The ``Camera::metadataAvailable`` signal notifies applications of the
+availability of metadata results before a request completes. Receiving
+notification about metadata availability allows application to fast-track
+handling of metadata results before all the image buffers in a request are
+ready. The full list of metadata results associated with a Request is also
+available at request complete time, and receiving notifications for early
+metadata availability is an optional feature for applications.
 
 The ``Camera::bufferCompleted`` signal notifies applications that a buffer with
 image data is available. Receiving notifications about the single buffer
