# Visual Studio - IDE

Visual Studio CE is configured to be installed as the default IDE when installing Unity. For help with VS installation errors see [Unity forums](http://answers.unity3d.com/questions/1075675/-error-while-installing-visual-studio-error-code16.html)

**Visual Studio Community Edition** ( for Windows or Mac ) <https://www.visualstudio.com/vs/community/>

**Unity Video Instructions** for Installation /Setup Visual Studio <https://unity3d.com/learn/tutorials/topics/scripting/installation-and-setup-visual-studio?playlist=17117>

**MonoDevelop - no longer supported by Unity** If the **MonoDevelop** IDE opens instead of Visual Studio, then download Visual Studio Community Edition and install it, pay attention to the install location folder. Then, Re-open Unity, in the top menu, select Unity > Preferences > External Tools. In the External Tools dropdown, select Visual Studio. If Visual Studio doesn't show up in the drop down options, then browse to the install location to select it.


---

# 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://kdoore.gitbook.io/cs2335/master_v2/introduction/monodevelop.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.
