# Install for Visual Studio

**Visual Studio** - is an integrated development environment (IDE) from Microsoft, which includes a code editor with IntelliSense, debugger, supporting for source control systems and many other professional features. The currently supported Visual Studio version is 2017.

{% 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 official web site](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community\&rel=15). It requires about 10 minutes to install and 2.5 Gb of free space on your hard drive.

Download 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 "NET desktop development" workload. You can uncheck optional components also, to reduce installation size:

![Minimal required installation](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-LZJkGB5pr93DknJgufM%2F-LZJkN0feLRNYfOyBYGR%2Fscreenshot_1dd.png?generation=1550831425398515\&alt=media)

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

![Default view of Visual Studio 2017](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-LZJkGB5pr93DknJgufM%2F-LZJkN0hxDTAwkoXJAIN%2Fdefault-view-of-visual-studio.png?generation=1550831424003506\&alt=media)

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://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-LZJkGB5pr93DknJgufM%2F-LZJkN0j_PfmBNsFycEt%2Fextensions-manager.png?generation=1550831423826565\&alt=media)

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 and you will see special project types: Indicator and Strategy:

![](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-Lt4f5XUyWUbILd7oY_y%2F-Lt4fA-BOTRll0xHlb5a%2Fnew-project%20\(1\).png?generation=1573126976350540\&alt=media)

Now everything is ready to [create your first indicator](https://help.quantower.in/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.in/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.
