diff --git a/app/src/main/kotlin/org/fossify/messages/activities/MainActivity.kt b/app/src/main/kotlin/org/fossify/messages/activities/MainActivity.kt
index 8007854f..49a7148d 100644
--- a/app/src/main/kotlin/org/fossify/messages/activities/MainActivity.kt
+++ b/app/src/main/kotlin/org/fossify/messages/activities/MainActivity.kt
@@ -651,6 +651,10 @@ class MainActivity : SimpleActivity() {
title = R.string.faq_3_title,
text = R.string.faq_3_text
),
+ FAQItem(
+ title = R.string.faq_4_title,
+ text = R.string.faq_4_text
+ ),
FAQItem(
title = org.fossify.commons.R.string.faq_9_title_commons,
text = org.fossify.commons.R.string.faq_9_text_commons
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 2724856c..07213302 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -137,6 +137,8 @@
MMS size is limited by carriers, you can try setting a smaller limit in the app settings.
Does the app support scheduled messages?
Yes, you can schedule messages to be sent in the future by long pressing the Send button and picking the desired date and time.
+ Why do my group message replies appear as individual texts to recipients?
+ You need to enable \"Send group messages as MMS\" in the app settings. This will ensure that group messages are sent as proper MMS, allowing all participants to see each other\'s replies.