diff --git a/FAQ.md b/FAQ.md
index bae8c9a048..e5a9c790d3 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -170,6 +170,8 @@ FairEmail follows all the best practices for an email client as decribed in [thi
* [(99) Can you add a rich text or markdown editor?](#user-content-faq99)
* [(100) How can I synchronize Gmail categories?](#user-content-faq100)
* [(101) What does the blue/orange dot at the bottom of the conversations mean?](#user-content-faq101)
+* [(102) How can I enable auto rotation of images?](#user-content-faq102)
+* [(103) How can I record audio?](#user-content-faq103)
[I have another question.](#support)
@@ -1655,6 +1657,27 @@ The dot is meant as an aid when swiping left/right to go to the previous/next co
+
+**(102) How can I enable auto rotation of images?**
+
+Images will automatically be rotated when automatic resizing of images is enabled in the advanced options (enabled by default).
+However, automatic rotating depends on the [Exif](https://en.wikipedia.org/wiki/Exif) information to be present and to be correct,
+which is not always the case. Particularly not when taking a photo with a camara app from FairEmail.
+
+Note that only [JPEG](https://en.wikipedia.org/wiki/JPEG) and [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) images can contain Exif information.
+
+
+
+
+**(103) How can I record audio?**
+
+You can record audio if you have a recording app installed
+which supports the [RECORD_SOUND_ACTION](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION) intent.
+
+Unfortunately and surprisingly, most recording apps do not seem to support this intent (they should).
+
+
+
## Support
If you have another question, want to request a feature or report a bug, you can use [this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168).