> For the complete documentation index, see [llms.txt](https://docs.workersforlabview.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/public-api-builder/public-responses.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.workersforlabview.io/workers-tools/workers-tools-menu/public-api-builder/public-responses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
