# Public Responses

A [Public Response](/worker-apis/public-responses.md) 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="/files/5gl8lNk2Z3xUgBVg1wxn" alt=""><figcaption><p>Responses tab (Public API Builder tool)</p></figcaption></figure>

## 1. Create new Response

See section [Creating Public Responses](/worker-apis/public-responses/creating-public-responses.md).

## 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="/files/2BiyvyqkYnG3vvJQA5gP" 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.


---

# 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/public-api-builder/public-responses.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.
