# Create Launcher VI

The Create Launcher VI tool allows you to create Launcher VIs for a Worker or Worker base class.

By default, the [Create/Add Worker](/workers-tools/workers-tools-menu/create-add-worker.md) tool will create a Launcher VI for the very first Worker that you add to a blank project. But you can create a Launcher VI for any Worker that you want to launch as a [Head Worker](/fundamental-concepts/important-terms.md#head-worker), which can be useful for testing only a specific Worker and its subWorkers.

{% hint style="info" %}
Launcher VIs will be saved in a folder called **Launchers** under the project's main folder
{% endhint %}

![Create Launcher VI tool](/files/qlhpLCWeq5Mo6qbkKpsp)

### Classes in project inherited from Worker.lvclass

Select the Worker or Worker base class you want to create the Launcher VI for.

### Include Debug Client Loader VI

When selected, *Debug Client Loader.vi* will be included in the Launcher VI.

## Asynchronous Launcher VIs

### Path of Launcher VI

The path of the Launcher VI that will be dynamically loaded by the Asynchronous Launcher VI.

### Create Asynchronous Launcher

Select this option if you want to create an Asynchronous Launcher VI for the Launcher VI that is selected in **Path of Launcher VI**.


---

# 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.workersforlabview.io/workers-tools/workers-tools-menu/create-launcher-vi.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.
