# Public Responses

A [Public Response](https://docs.workersforlabview.io/worker-apis/public-responses) is a message that can be sent to a Caller from a Worker. You can create and edit a Worker's Public Responses in the **Responses tab** of the Public API Builder tool, as shown in the image below:

<figure><img src="https://2767648102-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZWihGdeYUalj239OUdAB%2Fuploads%2Fl9iHrkrawxsQJgRqQwvu%2Fimage.png?alt=media&#x26;token=b08ecc00-5efa-467a-8ff8-3928fb999023" alt=""><figcaption><p>Responses tab (Public API Builder tool)</p></figcaption></figure>

## 1. Create new Response

See section [Creating Public Responses](https://docs.workersforlabview.io/worker-apis/public-responses/creating-public-responses).

## 2. Right Click Menu

### Edit Response

This option allows you to edit a Public Response that already exists. When selected, the following dialog window will appear:

<figure><img src="https://2767648102-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZWihGdeYUalj239OUdAB%2Fuploads%2Fwp9UlNYSMrxIZ7Zj1ifz%2Fimage.png?alt=media&#x26;token=a61031d2-33e3-4277-b838-1a968a56c938" alt=""><figcaption><p>Public API Response Editor</p></figcaption></figure>

#### Current Response Name

The current name of the selected Public Response.

#### New Response Name

The new name of the Public Response. The new name will be updated in the following places:

1. The filenames of the associated Public Response VIs and typedefs.
2. The name of the associated Case Label element in the Worker's *Response Cases.ctl.*

#### Icon Text

Text that will be written on the Public Response VI and typedef icons, to help users to understand the purpose of the Public Response message.

#### Response VI Description

A new description for the Public Response that describes the purpose of the Response message. This description is written to the Public Response VI description.

### Show Response VI

This option will open the front panel of the associated Public Response VI.

### Show Response Data

This option will open the front panel of the associated Response message typedef.

### Show VTD Response VI

This option will open the front panel of the associated Public Response VTD VI.
