diff --git a/docs/android.md b/docs/android.md
new file mode 100644
index 000000000000..51160def5426
--- /dev/null
+++ b/docs/android.md
@@ -0,0 +1,17 @@
+# Instructions For Android Phone Using UserLand 
+πŸ“±-Install Userland From Playstore First  
+πŸ“±-Install Ubuntu VM  
+πŸ“±-Start It  
+πŸ“±-Install NodeJS, Curl And Yarn Using `sudo apt install nodejs npm yarn curl -y`  
+πŸ“±-Install NVM :  
+```
+curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
+```
+πŸ“±-Then Exit Terminal Using `exit` and then reopen terminal  
+πŸ“±Then Run This To Install And Use NodeJS 14
+```
+nvm install 14  
+nvm use 14
+```
+πŸ“±-Then Simple Run `npm i code-server`  
+# It Will Install Code Server 100% Inside Your Device