# Getting Started

{% embed url="<https://youtu.be/yj36Ki0V2MI>" %}
Installing Wisej.NET for Visual Studio
{% endembed %}

If you want a complete step-by-step tutorial on installing Wisej.NET and creating your first project, check out: <https://www.learnwisej.net/wisej.net-tutorial>

The first thing to do, now that you have installed Wisej.NET, is to launch Visual Studio and [create a new project](/docs/getting-started-1/new-project.md). Or, launch Visual Studio and open one of our many [examples](https://wisej.com/examples/).

{% content-ref url="/pages/-MFpC3vKfM8QR60k38ef" %}
[New Project](/docs/getting-started-1/new-project.md)
{% endcontent-ref %}

{% embed url="<https://wisej.com/examples>" %}

{% embed url="<https://wisej.com/videos>" %}

Sometimes Visual Studio decides not to show the new project templates. If that happens, please follow the instructions in the [missing templates](/docs/getting-started-1/new-project.md#missing-templates) section.

The first time you open the designer, you will get the [license activation](/docs/getting-started-1/license-activation.md) dialog. Enter your developer (or trial) license and everything should work.

{% hint style="info" %}
You must have an internet connection to activate the developer license.
{% endhint %}

{% hint style="warning" %}
If you are using the Wisej.NET Developer Community edition, please make sure to comply with the [terms & conditions](https://docs.wisej.com/license/license-model/community-edition). Commercial use is only permitted for small organizations.
{% endhint %}

## Visual Studio Requirements

The Wisej.NET library can be used with any version of Visual Studio or Visual Studio Code. However, the designer plug in is supported on Visual Studio 2019 and 2022 ([Community](https://visualstudio.microsoft.com/vs/community/), [Professional](https://visualstudio.microsoft.com/vs/professional/), or [Enterprise](https://visualstudio.microsoft.com/vs/enterprise/)) on Windows.

Make sure that you have installed these 2 workloads:

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

<div align="left"><figure><img src="/files/gkFxipcod9FwSLDxID67" alt=""><figcaption></figcaption></figure></div>

{% content-ref url="/pages/T5oUgfDt0y2PuCHFaEUU" %}
[Troubleshooting](/docs/getting-started-1/troubleshooting.md)
{% endcontent-ref %}


---

# 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.wisej.com/docs/getting-started.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.
