diff --git a/articles/develop-apps/media/use-cordova-plugins/camera-sample.png b/articles/develop-apps/media/use-cordova-plugins/camera-sample.png
new file mode 100644
index 00000000..3fdc1918
Binary files /dev/null and b/articles/develop-apps/media/use-cordova-plugins/camera-sample.png differ
diff --git a/articles/develop-apps/media/use-cordova-plugins/file-sample.png b/articles/develop-apps/media/use-cordova-plugins/file-sample.png
new file mode 100644
index 00000000..e67c43f8
Binary files /dev/null and b/articles/develop-apps/media/use-cordova-plugins/file-sample.png differ
diff --git a/articles/develop-apps/media/use-cordova-plugins/file-transfer-sample.png b/articles/develop-apps/media/use-cordova-plugins/file-transfer-sample.png
new file mode 100644
index 00000000..5840508e
Binary files /dev/null and b/articles/develop-apps/media/use-cordova-plugins/file-transfer-sample.png differ
diff --git a/articles/develop-apps/use-cordova-plugins.md b/articles/develop-apps/use-cordova-plugins.md
index 00e04a4c..24f1c610 100644
--- a/articles/develop-apps/use-cordova-plugins.md
+++ b/articles/develop-apps/use-cordova-plugins.md
@@ -63,4 +63,52 @@ Check out the [Quick Guide](https://github.com/normesta/cordova-plugin-inappbrow
[ [Go back up](#top) ]
-
\ No newline at end of file
+
+
+## Camera: Use the device's Camera or FilePicker in your app
+
+
+
+
+
+Take pictures, select files on the device, get thumbnails, display the pictures or images in your app.
+
+Check out the [Quick Guide](https://github.com/apache/cordova-plugin-camera#sample) to learn how use the Camera app and FilePicker.
+
+![scan-for-devices](media/use-cordova-plugins/camera-sample.png)
+
+[ [Go back up](#top) ]
+
+
+
+## Files: Create and manipulate files and directories on your device
+
+
+
+
+
+Create, read, write to, and display files on your device. Create directories. Work with different file types such as text files and binary files.
+
+Check out the [Quick Guide](https://github.com/apache/cordova-plugin-file#sample) to learn how to work with files on your device.
+
+![scan-for-devices](media/use-cordova-plugins/file-sample.png)
+
+[ [Go back up](#top) ]
+
+
+
+## File Transfer: Upload and download files to and from your device
+
+
+
+
+
+Upload and download different file types such as text files and binary files, read the files, and display image files.
+
+Check out the [Quick Guide](https://github.com/apache/cordova-plugin-file-transfer#sample) to learn how to upload and download files.
+
+![scan-for-devices](media/use-cordova-plugins/file-transfer-sample.png)
+
+[ [Go back up](#top) ]
+
+