# Install for Visual Studio 2022

**Visual Studio** — is an integrated development environment (IDE) from Microsoft, which includes a code editor with IntelliSense, debugger, supporting source control systems, and many other professional features. **The currently supported Visual Studio versions are 2022 and 2019**.&#x20;

{% hint style="success" %}
We recommend you to use the most basic version of **Visual Studio — the Community edition**, which is available free of charge.
{% endhint %}

You can [**download Visual Studio from an official website**](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community\&channel=Release\&version=VS2022\&source=VSLandingPage\&cid=2030\&passive=false). It requires about 10 minutes to install and \~4Gb of free space on your hard drive.

Download the web installer and run it. After initialization, you will be prompted to select the required components. For using with Quantower Algo extension we need only the "**NET desktop development**" workload. You can uncheck optional components also, to reduce installation size:

{% embed url="<https://www.youtube.com/watch?v=Lw7lPIxT2xA>" fullWidth="true" %}

![Minimal required installation](https://4186075531-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LD6FsRvQ3jgwJIg6O7r%2Fuploads%2FYaml5GULTOireIaFDAXk%2FScreenshot_3.png?alt=media\&token=eda33e42-f53a-4cd5-a75d-3795c8c19818)

Continue installation and in a few minutes, after downloading and applying required packages, Visual Studio will start automatically:

![Default view of Visual Studio 2019](https://4186075531-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LD6FsRvQ3jgwJIg6O7r%2Fuploads%2FHgsDiU7ibRelnmhuEHnY%2FScreenshot_1.png?alt=media\&token=8fdc3e5b-08af-42dd-beb2-385e8fd089ce)

Now we need to install Quantower Algo extension from Visual Studio Marketplace. Use "***Tools -> Extension and Updates...***" main menu item to open Extensions Manager. Type "***Quantower***" into the search box of **Online tab** and you will find a required extension:

![Extensions and Updates window](https://4186075531-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LD6FsRvQ3jgwJIg6O7r%2Fuploads%2FqMqbniaXpenpLzV7qbqm%2FScreenshot_2.png?alt=media\&token=79987800-ace6-49dd-afbc-ff3b2addc96a)

Click "**Download**". Visual Studio will ask you for restarting to finish the extension installation process.

To check whether Quantower Algo is installed successfully click "***File -> New -> Project***" menu item, type "Indicator" and you will see a special project type for the blank indicator:

![New project window](https://4186075531-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LD6FsRvQ3jgwJIg6O7r%2Fuploads%2Fg4bpdjcc3MlGZPKCvKaC%2FScreenshot_4.png?alt=media\&token=0ab4138a-1e30-4071-8118-80e177dca554)

Now everything is ready to [create your first indicator](https://help.quantower.com/quantower/quantower-algo/simple-indicator).


---

# 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://help.quantower.com/quantower/quantower-algo/installing-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.
