# Change Worker Properties

This tool can be used to change the following properties of a Worker or Worker base class:

* A Worker's class name. Changing this property will change the Workers name in the following places:
  * Class filename will be renamed
  * Class folder (on disk) will be renamed
  * All references to the class and its VIs/typedefs will be relinked within the scope of the project
  * All class object labels on all VI front panels (within the class) will be renamed
* A [Worker's Alias](/workers-tools/workers-tools-menu/create-add-worker.md#worker-alias) (not available for Worker base classes)
* A [Worker's Icon Header](/workers-tools/workers-tools-menu/create-add-worker.md#icon-header)

{% hint style="info" %}
**Good to know**

The Worker's Icon Header text is a tag stored within the class's XML file. It is used to write text on the name of scripted VI icons, such as a Worker's Launcher VIs, etc.
{% endhint %}

<figure><img src="/files/bTq8oWpfC4XUVWDVtxk2" alt=""><figcaption><p>Change Worker Properties tool </p></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://docs.workersforlabview.io/workers-tools/workers-tools-menu/change-worker-properties.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.
