diff --git a/src/help/faq/README.md b/src/help/faq/README.md
index 90bc9638..3c6d5436 100644
--- a/src/help/faq/README.md
+++ b/src/help/faq/README.md
@@ -38,6 +38,7 @@ No. Any project that calls itself Tachiyomi that supports anime is **not affilia
#### Can Tachiyomi sync between devices?
No. But you can use Tachiyomi backup and restore features to save and load manga database and move manga content to another device.
+
### Library
#### How can I see how many chapters I have downloaded or unread?
@@ -82,6 +83,7 @@ Refresh your covers by going to → → → and tap on **Disable battery optimization**. If that does not work, you can also visit [DontKillMyApp](https://dontkillmyapp.com/) to see what battery saving options your device has and how to disable or circumvent them.
+
### User Interface
#### Can I change the app language?
@@ -224,6 +230,7 @@ You have Secure Screen on, disable it if you want to screenshot by going to → **Extensions** then tap **Uninstall** on the extension you want to remove.
:::
+
### MangaDex
-#### Version 5 API Rewrite
-
-##### Why are all my manga saying "Manga ID format has changed, migrate from MangaDex to MangaDex to continue reading"?
-You need to [migrate](/help/guides/source-migration/) all your MangaDex manga from MangaDex to MangaDex as MangaDex has changed their manga ID system from IDs to UUIDs.
-
-##### Why can I not restore from a JSON backup?
-JSON backups are now unusable due to the ID change. You will have to manually re-add your manga.
-
#### How can I block particular Scanlator Groups?
The **MangaDex** extension allows blocking **Scanlator Groups**. Chapters uploaded by a **Blocked Scanlator Group** will not show up in **Latest** or in **Manga feed** (chapters list). For now, you can only block Groups by entering their UUIDs manually.
@@ -335,6 +334,7 @@ To solve this issue, follow the below steps.
1. Choose an option like **Smart list** or **Prioritize source**.
1. Go back to **MangaPark**'s chapter list and refresh it.
+
### Removed Extensions
#### Why am I unable to download an extension that used to exist?
@@ -349,6 +349,7 @@ Extensions tend to be removed for a variety of reasons:
A list of extensions that have been removed is available [here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/3475), but it does not include sites that have gone offline.
+
### Split Extensions
Extensions have been split due to the sheer number of extensions in a single extension, with Madara reaching over 200 extensions at one point, making it unreasonable for both devs and users to filter through extensions. For a deeper explanation of the issue, [this](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/4287) GitHub issue explains in more detail.
@@ -367,6 +368,7 @@ No, unless expressly stated, the internal ID of sources has not changed, so migr
#### What if I uninstall the multisource extension before I install the singular extensions?
See what extension IDs correspond to what extensions [here](https://pastebin.com/raw/QX2scdRT).
+
## Android 11+
### What changed in Android 11?
@@ -376,7 +378,6 @@ In Android 11, Google began forcing users to use [Scoped Storage](https://develo
The introduction of Scoped Storage means that many storage-related functions that Tachiyomi uses may be much slower due to the inherent slowness of Scoped Storage, as outlined [here](https://www.xda-developers.com/android-q-storage-access-framework-scoped-storage/). These include deleting chapters, library load times, accessing the folders outside the data folders to download to or read from, and more.
### Is there any way to improve performance?
-
You can try the command below if you know how to use ADB, a guide on installing it is also outlined on the site [here](/help/guides/troubleshooting/#what-are-some-common-errors).
```
adb shell cmd appops set eu.kanade.tachiyomi android:legacy_storage allow
@@ -385,6 +386,7 @@ This command enables general storage access for the app, allowing Tachiyomi to u
If you are using a Tachiyomi Preview or a fork, replace `eu.kanade.tachiyomi` with the corresponding fork's package name.
+
## Shizuku
### What is Shizuku?