diff --git a/docs/.gitbook/assets/Individualization JavaScript Libraries b/docs/.gitbook/assets/Individualization JavaScript Libraries
new file mode 100644
index 000000000..8c2598f1c
Binary files /dev/null and b/docs/.gitbook/assets/Individualization JavaScript Libraries differ
diff --git a/docs/lowcoder-extension/use-third-party-libraries-in-apps/README.md b/docs/lowcoder-extension/use-third-party-libraries-in-apps/README.md
index 6e60d0488..ae0759dc9 100644
--- a/docs/lowcoder-extension/use-third-party-libraries-in-apps/README.md
+++ b/docs/lowcoder-extension/use-third-party-libraries-in-apps/README.md
@@ -16,7 +16,7 @@ Lowcoder provides some JavaScript built-in libraries for use.
Built-in Libraries can be used directly everywhere where you can use JavaScript.
```
-// loadash
+// lodash
return _.chunk(['a', 'b', 'c', 'd'], 2);
// => [['a', 'b'], ['c', 'd']]
@@ -107,11 +107,11 @@ You can check popular CDNs if they host your desired library as a minified packa
### Import / bind at the app level
-Navigate to the settings page and then click the plus sign **+** under the **JavaScript library** tab. Paste the **library** link and click **Add New**. Lowcoder will now check, if the external library will be compatible and securely usable.
+Navigate to the Individualization page and then click the plus sign **+** under the **JavaScript library** tab. Paste the **library** link and click **Add New**. Lowcoder will now check, if the external library will be compatible and securely usable.
You can also click the download icon to quickly download any recommended JS library.
-