# Step 1: Install Visual Studio Code (VSC)

Visual Studio Code is a powerful and lightweight code editor that supports a wide range of programming languages and tools. It will be our primary editor for writing and deploying smart contracts on the Eclipse blockchain.

1. **Download Visual Studio Code**: Visit the [Visual Studio Code download page](https://code.visualstudio.com/download) to download the installer for Windows.
2. **Install Visual Studio Code**: Run the downloaded installer and follow the on-screen instructions to install Visual Studio Code on your system.
3. **Verify Installation**: Once installed, launch Visual Studio Code to ensure it's correctly installed and operational.

<figure><img src="https://lh7-us.googleusercontent.com/cXNSqHEhkAliLwMtB8g9gVy_mzmJNtgZ0enIQWQr4gRrgF3IxYxa9H9ONAxpjQ4vb25dY4PruNgDwFJw32vPtZb07OLykxK3UFulpluNLIvHn9qQohd5ivJfKPcB1bfW0StnrSYVPwGuvIvlW7yN-go" alt=""><figcaption></figcaption></figure>


---

# 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.eclipse.xyz/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-1-install-visual-studio-code-vsc.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.
