diff --git a/README.md b/README.md
index 312339a95b4da932213d6bda4d0233b7882ed9aa..b0c970497dd9af00f66ea6455c7af72435e91801 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,13 @@ Follow Amazon's instructions to configure your button to send messages when you
 
 1. Discover the Dash Buttons using `node node_modules/node-dash-button/bin/findbutton`.
 1. Rename `config-sample.json` to `config.json`. Update its values to match your configuration, including the buttons discovered in the last step.
-3. Start the listener with `npm start`.
\ No newline at end of file
+1. Start the listener with `npm start`.
+
+## FAQ
+
+**Can I stop the incessant notifications from the Amazon app?**
+
+The best way to do this is by blocking the button's Internet access. The button only needs to make an appearance on the network to be effective; it doesn't need to communicate outside of the local network.
+ 
+ If, on the other hand, you only use Dash buttons as IoT devices, you can disable Dash-related noticiations by going to the Dash Button settings screen in your mobile app, proceeding into _Notification Settings_, then unselecting the _Dash Button Updates_ option.
+ 
\ No newline at end of file