diff --git a/src/content/help.html b/src/content/help.html
index fa1a51b..cdbfec0 100644
--- a/src/content/help.html
+++ b/src/content/help.html
@@ -241,15 +241,34 @@
localhost
Proxy localhost and loopback addresses in Chrome
+ Proxying Order
-
- - Chrome
- localhost
bypass is handle by Chrome
+ Chrome
+
+ - PAC URL
+ - localhost bypass is handled by the browser
+ - Request is handled by the browser (no Global Exclude)
+
+ - Others
+ - localhost bypass is handled by the browser
+ - Global Exclude
+ - Proxy by Patterns/Individual Proxy
+
- - Firefox
- localhost
bypass for standard proxies are handle by FoxyProxy
- localhost
bypass for PAC URLs are handle by Firefox
- - In Firefox, for PAC URLs, you can use "No proxy for" in Connection settings in Firefox
+ Firefox
+
+ - PAC URL
+ - localhost bypass is handled by the browser
+ - Request is handled by the browser (no Global Exclude)
+ - Users can use "No proxy for" in Connection settings in Firefox
+
+ - Others
+ - localhost bypass is handled by FoxyProxy
+ - Tab Proxy (if set)
+ - Incognito Proxy (if set)
+ - Container Proxy (if set)
+ - Global Exclude
+ - Proxy by Patterns/Individual Proxy