# Working with the Demo Browser

{% embed url="<https://youtu.be/20ub4JfWG5w>" %}

The Wisej.NET Demo Browser contains an example of every control within Wisej.NET. You can check it out [here](https://wisej-demobrowser.azurewebsites.net/).

Let's look at the Demo Browser code for [listbox](https://docs.wisej.com/docs/controls/lists/listbox). Listbox presents a collection of items, either as plain text or bound data, enabling users to choose a single entry or multiple selections.

First open the Demo Browser and search for "listbox" using the search bar on the left hand side.

<figure><img src="/files/GADYr0TpgjCg3eQC8Mq5" alt=""><figcaption></figcaption></figure>

Then, click on the code link to pull up the source code for the listbox example.

<figure><img src="/files/Jlhlc6pSoAgjiLCsKmMx" alt=""><figcaption></figcaption></figure>

It should look like this:<br>

<figure><img src="/files/N02wY21533yLLGW08dtE" alt=""><figcaption></figcaption></figure>

We can see that the code is in the "Demos\Editors\Wisej.DemoBrowser.ListBox" folder

Clone the Demo Browser repository off of github. If you are unfamiliar with cloning a repository, check out [this tutorial](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository). Another way to clone a repository is through GitHub desktop, which you can download [here.](https://desktop.github.com/download/) [This](https://docs.github.com/en/desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop) is a tutorial for cloning a repository with GitHub desktop.

Note that in order to open the designer you will need to compile the project first.


---

# 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/next-steps-with-wisej.net/working-with-the-demo-browser.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.
