# WSL

### 1. What's it?

WSL stands for Windows Subsystem for Linux 2, which enables developers to use Linux tools, like Bash or Grep, completely integrated with Windows tools.

### 2. Why do I need to install WSL?

* The [Automatic script for Android Emulator](/~/revisions/CTFzuwrlmsieJaiDVRDD/debug-devices/android-device/automatic-script-for-android-emulator.md) is a Bash Script, so it requires the WSL to install in order to execute the script.

### 3. How to install WSL on Windows 10/11

1. On Windows 10/11, search: **Command Prompt** app
2. Right-click on the app -> Select **Run as administrator** option.
3. When the App is opened, copy & paste the following command:

```bash
wsl --install
```

4\. Done ✅

### 4. References:

* <https://learn.microsoft.com/en-us/windows/wsl/install>
* <https://pureinfotech.com/install-wsl-windows-11/#install_wsl2_single_command>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proxyman.com/~/revisions/CTFzuwrlmsieJaiDVRDD/proxyman-windows/wsl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
