# Enter License Key Into Visual Studio

Open visual studio and choose “create a new project”. You will notice that there are new templates available. These templates will be explained in depth in the next section of this guide. For now, select the “Wisej.NET Web Page Application” template and choose “next”. Then click “create”. A popup appears, click “OK”.

Once the project has loaded, double click on “Page1.cs” to open the designer. You may have to wait a few seconds for an icon to appear next to Page1.cs. Once the icon has appeared, you can double click to open the designer.

<figure><img src="/files/hXxSpXF5aE9oyxXtDal7" alt=""><figcaption><p>The initial icon when the project is opened for the first time. You cannot open the designer yet. </p></figcaption></figure>

<figure><img src="/files/S4kxjcKFSAUJkyY79QoQ" alt=""><figcaption><p>The icon that indicates you can double-click here to open the designer</p></figcaption></figure>

You will see a popup asking for your license key. Enter it here.

<figure><img src="/files/JwTqYzajmJqgksRFTUD7" 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/enter-license-key-into-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.
