# Download Visual Studio

Wisej.NET is an extension for Visual Studio. Therefore, you must start out by installing Visual Studio.

You can install visual Studio here: <https://visualstudio.microsoft.com/>

If you've already installed Visual Studio, you can search for and run the Visual Studio Installer, which will let you modify your installation.

Whether you're installing Visual Studio for the first time or modifying your installation, you'll need to check the boxes to install 3 workloads:

* ASP.NET and web development
* .NET desktop development (needed for the designer)
* Visual studio extension development

<figure><img src="/files/5NNLh7ABbbUyTrTIoTuc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/NCd8F25C1oMXY2LhZiOk" 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://www.learnwisej.net/wisej.net-tutorial/install-wisej.net/download-visual-studio.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.
