diff --git a/docs/Application_guide/en/dev-tools/VSCode-Plugin-quecpython/README.md b/docs/Application_guide/en/dev-tools/VSCode-Plugin-quecpython/README.md
index 6aeff3aa5ef9932c394014ef99944510ad49740c..22ab4770ec394ee00113c8fba702dcfaf4fd2c74 100644
--- a/docs/Application_guide/en/dev-tools/VSCode-Plugin-quecpython/README.md
+++ b/docs/Application_guide/en/dev-tools/VSCode-Plugin-quecpython/README.md
@@ -164,3 +164,64 @@ In the terminal window, you can see the script periodically outputting the strin

+### Package Manager
+
+1. From QuecPython menu -> Quick Access -> Quectel -> Projects + Components
+
+
+
+
+
+2. List of Projects + Components will show in the panel
+
+
+
+
+3. From the panel, you can view usig view button for a project of component, which will show readme + submodules for project or component.
+
+
+
+
+
+
+
+Note: View button will always show the info of project, component or submodule.
+
+4. From Main Panel, Import button will clone the project to your machine.
+
+ - click import
+
+
+
+
+ - choose where to save the project
+ - please wait while the extension clone the project
+ - when done, the extension will open the new project
+
+
+
+
+
+5. From Main Panel, Add to project button will clone the submodule to your current open project.
+
+
+
+
+
+Note 1: Add to project will work only when there's an open project already.
+If there's no project open, the button will be disabled.
+
+Note 2: Add to project and these submodules can be used and cloned with any of client QuecPython projects or with our projects from our github.
+
+6. Banner buttons, and search fields are give a better experience while using the extension
+
+
+
+
+
+ - Show all / Hide All: Show or Hide all the items from projects + components list.
+ - New Project: Create a new project.
+ - Home: Redirect to main page (Not active when user is alraedy at main page).
+ - Back: go back to previouse page (active only when previouse page is avilable).
+ - Search Projects / Components: search the list of Projects or Components.
+ - Show More:show the list of Projects or Components.
\ No newline at end of file