diff --git a/src/.vuepress/config/sideBar.js b/src/.vuepress/config/sideBar.js
index fa6a529e..18cce308 100644
--- a/src/.vuepress/config/sideBar.js
+++ b/src/.vuepress/config/sideBar.js
@@ -11,7 +11,7 @@ module.exports = {
sidebarDepth: 2,
children: [
"/help/guides/getting-started",
- "/help/guides/source-problems",
+ "/help/guides/troubleshooting-problems",
"/help/guides/source-migration",
"/help/guides/creating-backups",
"/help/guides/reading-local-manga",
diff --git a/src/.vuepress/public/help/guides/source-problems/assets/WebView-Open.jpg b/src/.vuepress/public/help/guides/source-problems/assets/WebView-Open.jpg
deleted file mode 100644
index d20c747b..00000000
Binary files a/src/.vuepress/public/help/guides/source-problems/assets/WebView-Open.jpg and /dev/null differ
diff --git a/src/.vuepress/public/help/guides/troubleshooting-problems/assets/WebView-Open.jpg b/src/.vuepress/public/help/guides/troubleshooting-problems/assets/WebView-Open.jpg
new file mode 100644
index 00000000..72513689
Binary files /dev/null and b/src/.vuepress/public/help/guides/troubleshooting-problems/assets/WebView-Open.jpg differ
diff --git a/src/forks/README.md b/src/forks/README.md
index be27bffb..99bb256e 100644
--- a/src/forks/README.md
+++ b/src/forks/README.md
@@ -28,7 +28,7 @@ Maintained by [Jays2Kings](https://github.com/Jays2Kings)
This fork takes a new approach to the design of the base app along with several other enhancements.
Some features include:
* New Manga details screen and New Recents page
-* Dynamic Catagories
+* Dynamic Categories
* Automatic background based on manga page
## [TachiyomiAZ](/forks/TachiyomiAZ)
@@ -40,7 +40,7 @@ Maintained by [az4521](https://github.com/az4521)
This hentai focused fork is based on **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from **Tachiyomi**, as well as features from **[TachiyomiJ2K](/forks/TachiyomiJ2K)**. It has decided to keep the old hamburger menu style of navigation, compared to the other forks that have moved to the new bottom navigation style.
Some features include:
-* Built in sources of many popular hentai sources with addtional features.
+* Built in sources of many popular hentai sources with additional features.
* Manga recommendations from My Anime List and AniDB
* Grid view corner rounding configuration
diff --git a/src/help/guides/source-problems.md b/src/help/guides/source-problems.md
deleted file mode 100644
index b6c36262..00000000
--- a/src/help/guides/source-problems.md
+++ /dev/null
@@ -1,70 +0,0 @@
----
-title: Source problems
-description: Encountered an issue with a source? Here are resources to help you troubleshoot it.
-lang: en-US
----
-
-# Source problems
-
-**This page is for when you encounter a problem with a source (built-in or extension).**
-
-::: danger It can be accompanied by these error messages:
-+ HTTP Error 5xx
-- HTTP Error 4xx
-+ java.security.cert.CertPathValidatorException
-- Page List is empty
-+ Unable to resolve host
-- unexpected url
-+ Attempt to invoke virtual method 'java.lang.String org.jsoup.nodes.Node.attr(java.lang.String)' on a null object reference
-:::
-
-## Diagnosis
-1. Try opening the manga in . If there is **CAPTCHA**, solve it and see if it helped.
-1. Change your internet connection (*switch to Wi-Fi, mobile data or a VPN, use a "What's my IP" site to confirm your IP has changed*), then try again.
-1. Ask other users to try the action that gives you the error.
-
-::: tip Bonus step
-Try the latest Preview version, your issue may have been fixed. Also check versions of your extensions.
-:::
-
-If any of these help go to [it only happens to me](#it-only-happens-to-me).
-If it's not just you, go to [everyone is having this problem](#everyone-is-having-this-problem).
-
-### It only happens to me
-You may be getting a **CAPTCHA**, may have been IP-banned, or some other counter-measure that website owners deploy against programs like **Tachiyomi**. If that is the case, there is probably nothing that can be done about that. Some of them (like **CAPTCHA**) have to be manually solved, some are temporary (IP bans).
-
-**Workarounds that can lower chance of it happening again:**
-* Don't use downloads with the source.
-* Have less manga in library from the source.
-
-::: tip
-All of the above are very imprecise and fuzzy rules, because each site has their own, non-public limits and triggers.
-:::
-
-### Everyone is having this problem
-In this case it is a problem with the site.
-1. Have a look at open issues [for the app](https://github.com/inorichi/tachiyomi/issues) and/or [extensions](https://github.com/inorichi/tachiyomi-extensions/issues).
-1. It may have been fixed already, but not released yet, so look at closed issues ([app](https://github.com/inorichi/tachiyomi/issues?q=is%3Aissue+is%3Aclosed) / [extensions](https://github.com/inorichi/tachiyomi-extensions/issues?q=is%3Aissue+is%3Aclosed)) issues as well.
-1. If you can't find the issue there, open a new one.
-
-## Solving a CAPTCHA
-
-**Please note that WebView is not the same as using your browser.**
-
-You can open **WebView** in two of the following ways:
-
-* If you already have a manga in **Library**
- * Open the manga in **Library**, then click on the on the **INFO** tab.
-* If you don't have manga in **Library**
- * Go to and click on **BROWSE** beside the source. Then open a manga and click on .
-
-Once in **WebView**, you will see a webpage and a bar on top with an arrow at the left side, pointing to the left edge of your screen.
-If there is no **CAPTCHA** on the webpage, initiate one by tapping a manga title, if possible. Once a **CAPTCHA** is shown, solve it. After that, use the aforementioned back arrow on the bar at the top of your screen to go back to your manga. Please do not use the back button on your phone as it does not work as expected.
-
-::: tip
-If **WebView** doesn't work for you, please update the **Android System WebView** app through [Play Store](https://play.google.com/store/apps/details?id=com.google.android.WebView), then go to [Developer Options](https://developer.android.com/studio/debug/dev-options) in your phone's settings and set **WebView Implementation** to *Android System WebView*. If *Android System WebView* doesn't work, set **Google Chrome** as default in **WebView Implementation**.
-:::
-
-
diff --git a/src/help/guides/troubleshooting-problems.md b/src/help/guides/troubleshooting-problems.md
new file mode 100644
index 00000000..4b4b3d7b
--- /dev/null
+++ b/src/help/guides/troubleshooting-problems.md
@@ -0,0 +1,87 @@
+---
+title: Troubleshooting problems
+description: Encountered an issue with a source? Here are resources to help you troubleshoot it.
+lang: en-US
+---
+
+# Troubleshooting problems
+
+**This page is for when you encounter a problem with a source extension.**
+
+::: danger It can be accompanied by these error messages:
++ HTTP Error 5xx
+- HTTP Error 4xx
++ java.security.cert.CertPathValidatorException
+- Page List is empty
++ Unable to resolve host
+- unexpected url
++ Attempt to invoke virtual method 'java.lang.String org.jsoup.nodes.Node.attr(java.lang.String)' on a null object reference
+- Failed to bypass Cloudflare
+:::
+
+## Diagnosis
+* Verify your extensions are up to date. ( → Extensions, make sure no extensions have an update button)
+* Check if Tachiyomi has an update ( → then click **Check for updates**)
+* Try opening the manga in . If there is [CAPTCHA](#solving-a-captcha), solve it and see if it helped.
+* Change your internet connection (*switch to Wi-Fi, mobile data or a VPN, use a "What's my IP" site to confirm your IP has changed*), then try again.
+* Ask other users to try the action that gives you the error.
+* Check if the source is either down, or is having issues in a browser.
+* Press the retry button in the middle of your manga page if one exists.
+* Try the following at → →
+ * Clear Cache
+ * Clear Cookies
+ * Clear Database
+* If your downloads are getting stuck, try deleting the queue and trying again.
+* Force close Tachiyomi and reopen it.
+
+::: tip Bonus step
+Try the latest Preview version, your issue may have been fixed.
+:::
+
+If any of these help, go to [it only happens to me](#it-only-happens-to-me).
+If it's not just you, go to [everyone is having this problem](#everyone-is-having-this-problem).
+
+If none of these help, try asking in our [Discord Server](https://discord.gg/tachiyomi)
+
+### It only happens to me
+You may be getting a **CAPTCHA**, may have been IP-banned, or encountered some other counter-measure that website owners deploy against programs like **Tachiyomi**. If that is the case, there is probably nothing that can be done about that. Some of them (like **CAPTCHA**) have to be manually solved, some are temporary (IP bans).
+
+**Workarounds that can lower chance of it happening again:**
+* Don't use downloads with the source.
+* Have less manga in library from the source.
+
+::: tip
+All of the above are very imprecise and fuzzy rules, because each site has their own, non-public limits and triggers.
+:::
+
+### Everyone is having this problem
+If the site is reachable and fully functional then there may be an issue with the extension or app.
+1. Have a look at open issues [for the app](https://github.com/inorichi/tachiyomi/issues) and/or [extensions](https://github.com/inorichi/tachiyomi-extensions/issues).
+1. It may have been fixed already, but not released yet, so look at closed issues ([app](https://github.com/inorichi/tachiyomi/issues?q=is%3Aissue+is%3Aclosed) / [extensions](https://github.com/inorichi/tachiyomi-extensions/issues?q=is%3Aissue+is%3Aclosed)) issues as well.
+1. If you can't find the issue there, open a new one.
+
+If the site is not reachable or having issues then all you can do is wait for the site to become functional again.
+
+## Solving a CAPTCHA
+
+**Please note that WebView is not the same as using your browser.**
+
+You must solve the **CAPTCHA** in WebView.
+
+How to Open WebView:
+1. Go to in the bottom navbar.
+2. Press the source you'd like to access.
+3. Press .
+
+
+
+4. Complete CAPTCHA if one is present.
+5. Once done, press the Back Arrow at the top left to return.
+
+::: tip
+If **WebView** doesn't work for you, please update the **Android System WebView** app through [Play Store](https://play.google.com/store/apps/details?id=com.google.android.WebView), then go to [Developer Options](https://developer.android.com/studio/debug/dev-options) in your phone's settings and set **WebView Implementation** to *Android System WebView*. If *Android System WebView* doesn't work, try setting **Google Chrome** as default in **WebView Implementation**.
+:::
+
+